https://issues.apache.org/bugzilla/show_bug.cgi?id=55595
--- Comment #3 from Tim Funk <funk...@apache.org> --- In user land - the simple solution is to perform a request.getParameter("anything") before the multithreaded logic is executed. This will trigger the parsing of the request parameters. Then the multithreaded logic can run. (But it is still a use at your own risk since HttpServletRequest was never meant to be thread safe) -- 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