Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
Java 1.5.2
-
None
-
Security Level: Public (Public issues, viewable by everyone)
-
Windows Server 2008 x64, Tomcat 7.0.40, Java 1.6.0_43
Description
Tomcat warns about possible memory leak:
Jun 18, 2013 2:17:00 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
SEVERE: The web application [/] created a ThreadLocal with key of type [org.apache.xml.security.utils.UnsyncByteArrayOutputStream$1] (value [org.apache.xml.security.utils.UnsyncByteArrayOutputStream$1@4d586d6a]) and a value of type [byte[]] (value [[B@687771d1]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Attachments
Issue Links
- is a clone of
-
SANTUARIO-351 Avoid possible NPE in Unsync OutputStreams
- Closed