[
https://issues.jboss.org/browse/SECURITY-587?page=com.atlassian.jira.plug...
]
Marcus Moyses resolved SECURITY-587.
------------------------------------
Resolution: Done
Modified SecurityContextFactory to accept a ClassLoader as a parameter. Default behavior
changed to try and load classes from the defining classloader, then falling back to TCCL.
SecurityContextFactory defaults to TCCL
---------------------------------------
Key: SECURITY-587
URL:
https://issues.jboss.org/browse/SECURITY-587
Project: PicketBox (JBoss Security and Identity Management)
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Security SPI
Affects Versions: PicketBox_v4_0_alpha8
Reporter: Jesper Pedersen
Assignee: Marcus Moyses
Fix For: PicketBox_v4_0_beta1
The SecurityContextFactory defaults to using the TCCL for loading classes.
The order should be:
1) Passed in ClassLoader
2) ClassLoader that defined SecurityContextFactory
3) TCCL
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira