]
Tomaz Cerar reassigned WFLY-3365:
---------------------------------
Assignee: Tomaz Cerar (was: Jason Greene)
ClassLoader leak in org.jboss.el.cache.FactoryFinderCache
---------------------------------------------------------
Key: WFLY-3365
URL:
https://issues.jboss.org/browse/WFLY-3365
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 8.1.0.CR2
Reporter: Björn Sköld
Assignee: Tomaz Cerar
Attachments: leak.zip
After deploy/undeploy of a webapp that uses org.jboss.el, a reference to the webapp
classloader remains in FactoryFinderCache.
I currently work around this by calling FactoryFinderCache.clearClassLoader in a
ServletContextListener. Uncommenting line 26 in LeakListener makes the reference go away
on undeploy.