Details
Description
org.apache.cxf.jaxrs.ext.MessageContextImpl is kept in a ThreadLocal for each HTTP request which means when a CXF-servlet-based webapp is undeployed, the webapp's classloader leaks.
(At least, I think that's what's going on, I'm not that expert at tracking down memory leaks. Perhaps I have misconfigured something?)
Attachments
Issue Links
- is related to
-
CXF-5492 ThreadLoad org.apache.cxf.BusFactory.BusHolder leak in Tomcat
- Open