Add AccessController.doPrivileged blocks to the Loader
------------------------------------------------------

                 Key: WSS-160
                 URL: https://issues.apache.org/jira/browse/WSS-160
             Project: WSS4J
          Issue Type: Improvement
          Components: WSS4J Core
    Affects Versions: 1.5.5
            Reporter: Colm O hEigeartaigh
            Assignee: Colm O hEigeartaigh
            Priority: Minor
             Fix For: 1.5.6



This task involves adding doPrivileged blocks to the Loader class that takes 
care of classloading, e.g.:

return clazz.getClassLoader();

return Thread.currentThread().getContextClassLoader();

This needs to be done for all downstream "newInstance" calls as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to