Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.3.3
-
Fix Version/s: 4.3.4
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
Description
A client had sent in a file that hand a font object without the object type font. The problem here is that normally the parser would return a Font object but instead is returning a hashtable.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #31395 | Wed Oct 10 14:23:24 MDT 2012 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-4.3.3/icepdf/core/src/org/icepdf/core/pobjects/Resources.java
|
Migration
created issue -
Migration
made changes -
Field | Original Value | New Value |
---|---|---|
Reporter | Migration [ remote ] | Patrick Corless [ patrick.corless ] |
Migration
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Added an instance of check to catch and properly detect and create a font object from a found hash table.