https://issues.apache.org/bugzilla/show_bug.cgi?id=56545
--- Comment #4 from Konstantin Kolinko <[email protected]> --- The workaround for issue in Comment 2 is to add "org.apache.catalina.util.RequestUtil" to the value of classesToInitialize attribute. With the following configuration both issues are resolved: <Listener className="org.apache.catalina.core.JreMemoryLeakPreventionListener" classesToInitialize= "org.apache.tomcat.util.http.parser.HttpParser$SkipConstantResult, org.apache.catalina.util.RequestUtil" /> -- 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]
