[Bug 64775] mod_jk is sending both Content-Length and Transfer-Encoding

2024-08-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64775 Rainer Jung changed: What|Removed |Added Resolution|--- |INVALID Status|NEEDINFO

[Bug 64775] mod_jk is sending both Content-Length and Transfer-Encoding

2022-10-04 Thread bugzilla
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

[Bug 64775] mod_jk is sending both Content-Length and Transfer-Encoding

2022-10-03 Thread bugzilla
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) {

[Bug 64775] mod_jk is sending both Content-Length and Transfer-Encoding

2021-06-29 Thread bugzilla
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

[Bug 64775] mod_jk is sending both Content-Length and Transfer-Encoding

2021-06-29 Thread bugzilla
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

[Bug 64775] mod_jk is sending both Content-Length and Transfer-Encoding

2021-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64775 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Mark Thomas

[Bug 64775] mod_jk is sending both Content-Length and Transfer-Encoding

2021-06-29 Thread bugzilla
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

[Bug 64775] mod_jk is sending both Content-Length and Transfer-Encoding

2020-09-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64775 Sam Horrocks changed: What|Removed |Added CC||s...@daemoninc.com -- You are receivin