https://issues.apache.org/bugzilla/show_bug.cgi?id=48940
--- Comment #2 from Tim Whittington <t...@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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org