You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2012/10/06 17:03:17 UTC

svn commit: r1395086 - /tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml

Author: kkolinko
Date: Sat Oct  6 15:03:17 2012
New Revision: 1395086

URL: http://svn.apache.org/viewvc?rev=1395086&view=rev
Log:
Correction. The change for 1359748 was already mentioned, though it did not have the bug number.

Modified:
    tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml

Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml?rev=1395086&r1=1395085&r2=1395086&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml (original)
+++ tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml Sat Oct  6 15:03:17 2012
@@ -88,10 +88,6 @@
   </subsection>
   <subsection name="Coyote">
     <changelog>
-      <fix>
-        Ensure that the chunked input filter is correctly recycled between
-        requests. (kkolinko/jim)
-      </fix>
       <add>
         Implement the maxHeaderCount for the HTTP connectors. (kkolinko)
       </add>
@@ -102,9 +98,8 @@
         Reject chunks whose header is incorrect. (kkolinko)
       </fix>
       <fix>
-        <bug>52055</bug> (comment 14): Correctly reset
-        <code>ChunkedInputFilter.needCRLFParse</code> flag when the filter
-        is recycled. (kkolinko)
+        <bug>52055</bug> (comment 14): Ensure that the chunked input filter
+        is correctly recycled between requests. (kkolinko/jim)
       </fix>
     </changelog>
   </subsection>



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