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

--- Comment #2 from Konstantin Kolinko <knst.koli...@gmail.com> 2011-01-14 
03:45:28 EST ---
The issue is that Content-Length header is no more sent in the response for JSP
pages that produce less than 8k of output. (HTTP/1.0 responses will just omit
that header, HTTP/1.1 response will use chunked encoding).

I would agree that the response is valid, so we are not violating protocols
here.

It is just a feature/enhancement that worked before, (and is also working if
AccessLogValve is removed).

Is it possible to implement #50496 without breaking this one? E.g. call
Response.finishResponse() instead of just flushing? Sounds risky, though.

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