You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2014/01/19 20:45:38 UTC

[Bug 56018] Oversized header errors are not handled in some cases

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

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
If there is no explicit flush then the output isn't flushed until after the
execution path has exited the ErrorReportingValve. Once past this point there
is no opportunity to add a error body.

In all of the error cases cited in this report, Tomcat will return a 500
response to the user agent. How the user agent chooses to display (or not
display) that to the user is up to the user agent. There will also be a 500
entry in the access log.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org