You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2012/05/25 22:21:30 UTC

svn commit: r1342797 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/filters/ChunkedInputFilter.java webapps/docs/changelog.xml

Author: markt
Date: Fri May 25 20:21:30 2012
New Revision: 1342797

URL: http://svn.apache.org/viewvc?rev=1342797&view=rev
Log:
Further fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=52055. Ensure ChunkedInputFilter is correctly recycled.

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1342795

Modified: tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java?rev=1342797&r1=1342796&r2=1342797&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java (original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java Fri May 25 20:21:30 2012
@@ -245,6 +245,7 @@ public class ChunkedInputFilter implemen
         pos = 0;
         lastValid = 0;
         endChunk = false;
+        needCRLFParse = false;
         trailingHeaders.recycle();
     }
 

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1342797&r1=1342796&r2=1342797&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Fri May 25 20:21:30 2012
@@ -57,6 +57,10 @@
   <subsection name="Catalina">
     <changelog>
       <fix>
+        <bug>52055</bug>: An additional fix to ensure that the
+        ChunkedInputFilter is correctly recycled. (markt)
+      </fix>
+      <fix>
         <bug>53021</bug>: Correct WebSocket protocol version detection. (pero)
       </fix>
       <add>



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