]
Darran Lofthouse resolved WFLY-955.
-----------------------------------
Resolution: Out of Date
javax.security.auth.login.Configuration#contextClassLoader grabs a
random class loader and holds onto it forever
----------------------------------------------------------------------------------------------------------------
Key: WFLY-955
URL:
https://issues.jboss.org/browse/WFLY-955
Project: WildFly
Issue Type: Bug
Components: Security
Reporter: Stuart Douglas
Assignee: Stefan Guilhen
This class uses the TCCL that is present at class initialization. This could be any class
loader, and is often a deployments class loader, which causes a permgen leak.