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

--- Comment #19 from Mladen Turk <mt...@apache.org> 2010-02-22 06:12:39 UTC ---
This is actually very important. Tomcat looks for C-L > 0
but inside JK we were just looking for C-L != 0 and send the
initial packet after the request.
Also we use 64-bits for C-L thus 0xFFFFFFFF mean 4Gb.
Now if the servlet didn't consume that packet there was a
chance it get interpreted as a new request. If it looked
as a normal request things could get pretty nasty.
The next request could receive the data from the previous request.
With the current fix instead sending that value we don't send the
C-L at all which according to the AJP spec mean "unknow".

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