You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ti...@apache.org on 2011/04/11 11:51:55 UTC

svn commit: r1090995 - /tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml

Author: timw
Date: Mon Apr 11 09:51:55 2011
New Revision: 1090995

URL: http://svn.apache.org/viewvc?rev=1090995&view=rev
Log:
Updating changelog with fixes for 47679 and 50975

Modified:
    tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml

Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml?rev=1090995&r1=1090994&r2=1090995&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Mon Apr 11 09:51:55 2011
@@ -70,6 +70,18 @@
         <bug>50339</bug>: Fix whitespace trimming when parsing attribute
         lists. (rjung)
       </fix>
+      <fix>
+        <bug>50975</bug>: IIS: Fix hanging of Transfer-Encoding: chunked
+        requests when Content-Length header is present in request as well.
+        Also addresses situation where IIS appears to create a Content-Length
+        header for a small chunk encoded request when none was present in the
+        original request. (timw)
+      </fix>
+      <fix>
+        <bug>47679</bug>: IIS: stop truncation of request headers when
+        ISAPI redirector used as an extension without the corresponding
+        filter installed. (timw)
+      </fix>
     </changelog>
   </subsection>
 </section>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org