https://bz.apache.org/bugzilla/show_bug.cgi?id=64775
Rainer Jung changed:
What|Removed |Added
Resolution|--- |INVALID
Status|NEEDINFO
https://bz.apache.org/bugzilla/show_bug.cgi?id=64775
--- Comment #5 from Mark Thomas ---
If the application is adding an content-length header then this is primarily an
application issue. We could clean this up in Tomcat and/or mod_jk but generally
the expectation is that applications are well-be
https://bz.apache.org/bugzilla/show_bug.cgi?id=64775
--- Comment #4 from Stefan Mayr ---
After some testing I can reproduce this issue
demo.jsp:
<%@ page contentType="text/plain; charset=UTF-8" session="false" %>
<%
response.setHeader("Content-Length","");
for(int i = 0; i < 8192; ++i) {
https://bz.apache.org/bugzilla/show_bug.cgi?id=64775
--- Comment #3 from Mark Thomas ---
I am not going to make changes to mod_jk until I can reproduce the error you
are describing.
I am aware of the change in mod_jk. My point was that I could see nothing in
the httpd changelog (e.g in the handl
https://bz.apache.org/bugzilla/show_bug.cgi?id=64775
--- Comment #2 from Sam Horrocks ---
The change in this area was the change made in "Bug 55853 - mod_jk doesn't set
the content length correctly for apache 2.x" which was in r1549202 - that
change was released in 1.2.39 which is when our app br
https://bz.apache.org/bugzilla/show_bug.cgi?id=64775
Mark Thomas changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #1 from Mark Thomas
https://bz.apache.org/bugzilla/show_bug.cgi?id=64775
Mark Thomas changed:
What|Removed |Added
Version|unspecified |1.2.48
--
You are receiving this mail b
https://bz.apache.org/bugzilla/show_bug.cgi?id=64775
Sam Horrocks changed:
What|Removed |Added
CC||s...@daemoninc.com
--
You are receivin