[jboss-jira] [JBoss JIRA] Created: (JBMICROCONT-234) BaseClassLoader should check whether findLoadedClass is caching undeployed classes
Adrian Brock (JIRA)
jira-events at lists.jboss.org
Tue Feb 5 16:04:16 EST 2008
BaseClassLoader should check whether findLoadedClass is caching undeployed classes
----------------------------------------------------------------------------------
Key: JBMICROCONT-234
URL: http://jira.jboss.com/jira/browse/JBMICROCONT-234
Project: JBoss MicroContainer
Issue Type: Bug
Components: General
Reporter: Adrian Brock
Assigned To: Adrian Brock
Fix For: JBossMC-2.0.0.CR1
ClassLoader.findLoadedClass() can cache classes from other classloaders.
We need to check that class returned from findLoadedClass() isn't linked to a classloader
that has RealClassLoader::isValid() == false
If it has, then we ignore that class and continue with the normal load request.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list