[jboss-jira] [JBoss JIRA] (WFLY-4451) Security ModuleClassLoaderLocator.CombinedClassLoader does not implement getResources
RH Bugzilla Integration (JIRA)
issues at jboss.org
Tue Jan 17 08:01:00 EST 2017
[ https://issues.jboss.org/browse/WFLY-4451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13349516#comment-13349516 ]
RH Bugzilla Integration commented on WFLY-4451:
-----------------------------------------------
Petr Penicka <ppenicka at redhat.com> changed the Status of [bug 1204300|https://bugzilla.redhat.com/show_bug.cgi?id=1204300] from VERIFIED to CLOSED
> Security ModuleClassLoaderLocator.CombinedClassLoader does not implement getResources
> -------------------------------------------------------------------------------------
>
> Key: WFLY-4451
> URL: https://issues.jboss.org/browse/WFLY-4451
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Affects Versions: 9.0.0.Alpha1
> Reporter: Brad Maxwell
> Assignee: Brad Maxwell
> Fix For: 9.0.0.Beta2
>
>
> org.jboss.as.security.plugins.ModuleClassLoaderLocator.CombinedClassLoader does not implement getResources. This classloader combines a module classloader with the thread context classloader. It implements loadClass, getResource & getResourceAsStream and checks the module classloader first and if it finds it returns it else checks the TCCL.
> It does not implement getResources which causes custom security login modules to not be able to locate resources via getResources.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list