Author: markt
Date: Mon Dec 9 09:53:05 2013
New Revision: 1549526
URL: http://svn.apache.org/r1549526
Log:
New field can be final
Add changelog entry
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:r1549525
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=1549526&r1=1549525&r2=1549526&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
Mon Dec 9 09:53:05 2013
@@ -128,7 +128,7 @@ public class ChunkedInputFilter implemen
/**
* Limit for trailer size.
*/
- private int maxTrailerSize;
+ private final int maxTrailerSize;
/**
* Size of extensions processed for this request.
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=1549526&r1=1549525&r2=1549526&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Mon Dec 9 09:53:05 2013
@@ -251,6 +251,9 @@
protects against misbehaving clients that may not sent the request body
in that case and send the next request instead. (markt)
</add>
+ <fix>
+ Improve the parsing of trailing headers in HTTP requests. (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Jasper">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]