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

Tim Whittington <t...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P5

--- Comment #1 from Tim Whittington <t...@apache.org> 2010-09-23 07:13:23 EDT 
---
The only way to fix this is to call Response.finishResponse() after sending of
the error page, or to remove the flushBuffer() call.

The former seems dubious, and the latter means that we wouldn't be flushing the
error response (headers and data) as soon as possible, which is probably
desirable.

Chunked encoding isn't itself an issue, so for the sake of optimising small
error pages I'm leaning towards WONTFIX on this one.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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