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

--- Comment #2 from Eric Dalquist <eric.dalqu...@doit.wisc.edu> ---
The IllegalStateException is getting thrown but the try/catch that handles it
sets the response to 400, logs the request and sets an error flag. No stack
trace shows up in any log or on the rendered response.

See:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/tags/TOMCAT_7_0_39/java/org/apache/coyote/ajp/AjpProcessor.java?revision=1459741&view=markup#l177

prepareRequest(); is the call that results in the IllegalStateException which
is handled by the catch block starting at line 178. The exception is logged but
at DEBUG level and to a logger that has no logging configuration in the default
configuration.

-- 
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