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

--- Comment #5 from Mark Thomas <ma...@apache.org> ---
Insufficient information has been provided for the Tomcat team to provide a
definitive answer.

The change log comment explicitly states it applies only when a Writer is being
used. Your code example is using an InputStream. That strongly suggests that
the change you identified has no effect on your application.

The code extract also shows the content length being set before the content is
written. That should mean the response is uncommitted when the content length
is written so it should be included in the response.

Again:

For the Tomcat team to look at this you will need to provide a reproducible
test case. This should take the form of the minimal web application (WAR with
source) that demonstrates the issue on a clean install of the latest Tomcat
9.0.x release (or the latest release of any other currently supported version).

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