https://issues.apache.org/bugzilla/show_bug.cgi?id=56545

--- Comment #4 from Konstantin Kolinko <knst.koli...@gmail.com> ---
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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to