[jboss-jira] [JBoss JIRA] (WFLY-3429) Classloader leak in JBossCachedAuthenticationManager

RH Bugzilla Integration (JIRA) issues at jboss.org
Tue Sep 16 15:16:17 EDT 2014


    [ https://issues.jboss.org/browse/WFLY-3429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13003204#comment-13003204 ] 

RH Bugzilla Integration commented on WFLY-3429:
-----------------------------------------------

Paul Gier <pgier at redhat.com> changed the Status of [bug 1103735|https://bugzilla.redhat.com/show_bug.cgi?id=1103735] from MODIFIED to ON_QA

> Classloader leak in JBossCachedAuthenticationManager
> ----------------------------------------------------
>
>                 Key: WFLY-3429
>                 URL: https://issues.jboss.org/browse/WFLY-3429
>             Project: WildFly
>          Issue Type: Bug
>          Components: Security
>    Affects Versions: 8.1.0.Final
>            Reporter: Josef Cacek
>            Assignee: Emmanuel Hugonnet
>            Priority: Critical
>
> When using a security domain with {{cache-type="default"}}, then the ModuleClassLoader instances related to deployments leak through JBossCachedAuthenticationManager.
> The problematic piece of code is the domainCache member variable which in the DomainInfo value holds a LoginContext instance. This LoginContext has member contextClassLoader which causes the leak. (It points to the ModuleClassLoader of the deployment).
> One option to solve this issue could be to remove the cache entries which are related to the undeployed application.



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the jboss-jira mailing list