You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2011/04/10 22:48:59 UTC

DO NOT REPLY [Bug 48940] IIS to Tomcat occasionally fails on POST with T-E chunked header

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

--- Comment #2 from Tim Whittington <ti...@apache.org> 2011-04-10 16:48:54 EDT ---
I think this has the same root cause as bug 50975, and I think the behaviour is
as Bruce suggests.
It looks like IIS is adding a CONTENT_LENGTH server variable, where there was
no Content-Length in the original request under some conditions (my guess is
when the entire request is able to be decoded into the available buffer).

The fix will be to mask the synthetic CONTENT_LENGTH out when
Transfer-Encoding: chunked is present in the request.

-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org