]
Marcus Moyses resolved SECURITY-588.
------------------------------------
Resolution: Done
Modified classes to use defining classloader first
Try to load classes from defining classloader before delegating to
TCCL
-----------------------------------------------------------------------
Key: SECURITY-588
URL:
https://issues.jboss.org/browse/SECURITY-588
Project: PicketBox (JBoss Security and Identity Management)
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Components: PicketBox
Affects Versions: PicketBox_v4_0_alpha8
Reporter: Marcus Moyses
Assignee: Marcus Moyses
Fix For: PicketBox_v4_0_beta1
Most classes in PicketBox try to use the TCCL by default to load classes. We need to try
and load classes from the defining classloader (the one that loaded the current class)
before delegating classloading to TCCL.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: