https://issues.apache.org/bugzilla/show_bug.cgi?id=56692
Konstantin Kolinko <knst.koli...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #5 from Konstantin Kolinko <knst.koli...@gmail.com> --- Your diagnosis is off. You ask for parameters (for a POST request) not in a valve, but in an AccessLog.log() method. The log() method does not belong to Valve interface and is called in quite different point in request processing cycle. It is called when request processing have already been completed. Parsing parameters from the body of a POST request is an expensive operation that requires I/O and is not expected from an AccessLog component. Thus I think it is a WONTFIX. -- 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