Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account
List archives

svn commit: r1037924 - in /tomcat/trunk: java/org/apache/coyote/ java/org/apache/coyote/http11/filters/ test/org/apache/coyote/http11/filters/ webapps/docs/ webapps/docs/config/

Update of "FAQ/Troubleshooting_and_Diagnostics" by PidSter
(10 lines)
svn commit: r1037927 - /tomcat/tc6.0.x/trunk/STATUS.txt
(16 lines)
Nov 22, 2010
Kkolinko
Kkolinko
Author: kkolinko
Date: Mon Nov 22 22:43:51 2010
New Revision: 1037924

URL: http://svn.apache.org/viewvc?rev=1037924&view=rev
Log:
Impose a limit on the total length of the trailing headers.
Otherwise the ByteChunk buffer in the ChunkedInputFilter might grow
unlimitedly.

Implemented as a system property. It might be better to implement it as an
attribute of a connector (like maxPostSize and maxSavePostSize attributes
are), but I am not sure that it is worth the effort.

Modified:
    tomcat/trunk/java/org/apache/coyote/Constants.java
   
tomcat/trunk/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java
   
tomcat/trunk/test/org/apache/coyote/http11/filters/TestChunkedInputFilter.java
    tomcat/trunk/webapps/docs/changelog.xml
    tomcat/trunk/webapps/docs/config/systemprops.xml

Modified: tomcat/trunk/java/org/apache/coyote/Constants.java
URL:
http://svn.apache.org/viewvc/tomcat/t...924&view=diff

Reply
Tags: ampapacheviewvc
Similar Threads
svn commit: r991359 - in /tomcat/trunk: java/org/apache/coyote/http11/ webapps/docs/
Author: markt Date: Tue Aug 31 22:07:58 2010 New Revision: 991359 URL: http://svn.apache.org/viewvc?rev=991359&view=rev Log: Re-factoring. Reduce code duplication. More still to be done. Modified: …
svn commit: r978845 [1/2] - in /tomcat/trunk/java/org/apache: coyote/ coyote/ajp/ coyote/http11/filt
Author: markt Date: Sat Jul 24 11:03:00 2010 New Revision: 978845 URL: http://svn.apache.org/viewvc?rev=978845&view=rev Log: More tab police Modified: tomcat/trunk/java/org/apache/coyote/RequestInfo.java …
svn commit: r978845 [2/2] - in /tomcat/trunk/java/org/apache: coyote/ coyote/ajp/ coyote/http11/filt
Modified: tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/SimpleElementValue.java URL:…
svn commit: r956537 - in /tomcat/trunk/java/org/apache/coyote/http11/filters: BufferedInputFilter.ja
Author: markt Date: Mon Jun 21 11:54:13 2010 New Revision: 956537 URL: http://svn.apache.org/viewvc?rev=956537&view=rev Log: Fix Eclipse warnings in this package. No functional change. Modified: …
svn commit: r1003461 - in /tomcat/trunk: java/org/apache/coyote/http11/filters/ChunkedInputFilter.ja
Author: markt Date: Fri Oct 1 10:21:58 2010 New Revision: 1003461 URL: http://svn.apache.org/viewvc?rev=1003461&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49860 Add support for trailing headers Added: …
svn commit: r1033415 - /tomcat/trunk/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java
Author: markt Date: Wed Nov 10 11:08:44 2010 New Revision: 1033415 URL: http://svn.apache.org/viewvc?rev=1033415&view=rev Log: Additional fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=49860 Need to store headers in a separate…
svn commit: r1033842 - /tomcat/trunk/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java
Author: kkolinko Date: Thu Nov 11 08:53:01 2010 New Revision: 1033842 URL: http://svn.apache.org/viewvc?rev=1033842&view=rev Log: Followup to implementation of https://issues.apache.org/bugzilla/show_bug.cgi?id=49860 Use local variable instead…
svn commit: r1033414 - /tomcat/trunk/test/org/apache/coyote/http11/filters/TestChunkedInputFilter.ja
Author: markt Date: Wed Nov 10 11:08:31 2010 New Revision: 1033414 URL: http://svn.apache.org/viewvc?rev=1033414&view=rev Log: kkolinko's additional test case for https://issues.apache.org/bugzilla/show_bug.cgi?id=49860 Test for correct…
svn commit: r1001564 - in /tomcat/trunk/java/org/apache: coyote/ajp/AjpProcessor.java coyote/http11/
Author: markt Date: Mon Sep 27 00:17:26 2010 New Revision: 1001564 URL: http://svn.apache.org/viewvc?rev=1001564&view=rev Log: Change method name so it is easier to distinguish between async and comet processing. No so important here since…
svn commit: r1001545 - in /tomcat/trunk/java/org/apache: coyote/ajp/AjpProcessor.java coyote/http11/
Author: markt Date: Sun Sep 26 22:37:31 2010 New Revision: 1001545 URL: http://svn.apache.org/viewvc?rev=1001545&view=rev Log: Add some Javadoc. Use SocketStatus.OPEN rather than STOP since the BIO connector treats them the same way and it…
svn commit: r989208 - in /tomcat/tc5.5.x/trunk: connectors/http11/src/java/org/apache/coyote/http11/
Author: markt Date: Wed Aug 25 16:36:21 2010 New Revision: 989208 URL: http://svn.apache.org/viewvc?rev=989208&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49718 a regression causes by wrongly applying the patch for…
svn commit: r996608 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11AprProcessor.java Http11
Author: markt Date: Mon Sep 13 17:28:53 2010 New Revision: 996608 URL: http://svn.apache.org/viewvc?rev=996608&view=rev Log: Code clean-up Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java …
svn commit: r958977 - in /tomcat/tc6.0.x/trunk: java/org/apache/coyote/http11/ java/org/apache/coyot
Author: jfclere Date: Tue Jun 29 14:07:23 2010 New Revision: 958977 URL: http://svn.apache.org/viewvc?rev=958977&view=rev Log: Arrange filter logic. Back port of r958911. Modified: …
svn commit: r993406 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/coyote/http11/ java/org/apache/co
Author: markt Date: Tue Sep 7 16:01:38 2010 New Revision: 993406 URL: http://svn.apache.org/viewvc?rev=993406&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48738 Add flush support for gzip'd output Added: …
svn commit: r1001932 - in /tomcat/trunk/java/org/apache/coyote: ajp/ http11/
Author: markt Date: Mon Sep 27 22:12:05 2010 New Revision: 1001932 URL: http://svn.apache.org/viewvc?rev=1001932&view=rev Log: Partial fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=48644 Some Throwables must always be re-thrown …
svn commit: r1002711 - in /tomcat/trunk/java/org/apache/coyote: ./ http11/
Author: markt Date: Wed Sep 29 16:13:05 2010 New Revision: 1002711 URL: http://svn.apache.org/viewvc?rev=1002711&view=rev Log: Re-factor the async state machine into a separate class so it can be re-used for the AJP processors as well. Added:…
svn commit: r1006358 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11AprProcessor.java java/
Author: markt Date: Sun Oct 10 22:10:27 2010 New Revision: 1006358 URL: http://svn.apache.org/viewvc?rev=1006358&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50044 for APR connector Modified: …
svn commit: r998141 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11AprProtocol.java java/or
Author: markt Date: Fri Sep 17 14:00:10 2010 New Revision: 998141 URL: http://svn.apache.org/viewvc?rev=998141&view=rev Log: NIO and APR processors don't use START/STOP so this code is unnecessary Modified: …
svn commit: r988645 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11NioProcessor.java java/o
Author: markt Date: Tue Aug 24 18:12:51 2010 New Revision: 988645 URL: http://svn.apache.org/viewvc?rev=988645&view=rev Log: Fix some edge cases in the NIO connector when handling requests that are not received all at the same time and the…
svn commit: r1002703 - /tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java
Author: markt Date: Wed Sep 29 16:02:24 2010 New Revision: 1002703 URL: http://svn.apache.org/viewvc?rev=1002703&view=rev Log: Rename local variable to make code clearer Modified: …