Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.2.2
-
Fix Version/s: 4.3
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
-
ICEsoft Forum Reference:
-
Workaround Description:Remove the offending call in the catch block and replace with log messages.
Description
The method public static String property(String name, String defaultValue) catches a security exception and then recalls the same method. Doesn't make much sense but however I suspect it was related to a re-factoring error in the class with some fall back code was removed that stored system properties in a secondary map.... long story there.
Activity
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #27172 | Thu Jan 12 13:27:41 MST 2012 | patrick.corless | |
| Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/src/org/icepdf/core/util/Defs.java
|
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Update the Defs class to simply log the security exception. Pretty sure this was the side effect of an old properties cache being removing incorrectly. Marking as resolved.