Description
When configuring Log4jLogger as in http://cxf.apache.org/docs/debugging-and-logging.html (using any of the options described), a SecurityPermission of setContextClassLoader is required in order to allow org.apache.cxf.common.logging.Log4jLogger to be loaded successfully. This is a consequence of using BugHacks.doHacks(); in the Log4jLogger's static block.
The required security permission setContextClassLoader to load a class seams inadequate.
Attachments
Issue Links
- relates to
-
CXF-1816 Undeploying a CXF web app from tomcat on windows does not delete some CXF files
- Closed