https://issues.apache.org/bugzilla/show_bug.cgi?id=56545
Konstantin Kolinko <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from Konstantin Kolinko <[email protected]> --- The workaround for the issue in Comment 0 is to add the following class to the value of classesToInitialize attribute of JreMemoryLeakPreventionListener in server.xml. E.g.: <Listener className="org.apache.catalina.core.JreMemoryLeakPreventionListener" classesToInitialize="org.apache.tomcat.util.http.parser.HttpParser$SkipConstantResult" /> -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
