https://bz.apache.org/bugzilla/show_bug.cgi?id=60076

--- Comment #4 from Mark Thomas <[email protected]> ---
(In reply to Olivier Jaquemet from comment #3)
> It really seems to me that there is a change in Tomcat behavior somewhere,
> otherwise exception would occur everytime, don't you think ?

There is a change. I dug into it a little more. With the wrapper, the Default
Servlet writes the content and you see the exception when the client aborts the
connection. Without the wrapper, Tomcat uses sendFile so the write is handled
by a separate thread so the app never sees the exception.

This is all entirely as expected.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to