Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1
-
None
-
None
Description
Was just thinking about the problems java2security may introduce regarding WINK-226 and WINK-227. The places fixed in these two Jiras probably need to be wrapped in doPrivs.
Perhaps we'd be better off having our own ClassUtils implementation so we can manage the loadClass utility method
doPriv { try { use thread context classloader to load class } catch (ClassNotFoundException cnfe) { use system classloader to load class } }