Best unofficial Apache Server developers community |
| |||||
| Nov 23, 2010 | |||||
|
Markt |
|
||||
| Tags: | |||||
Similar Threads
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: 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: r1037924 - in /tomcat/trunk: java/org/apache/coyote/ java/org/apache/coyote/http11/filte
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…
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: 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: 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: 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: 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: 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: 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: 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: 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: 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: r1038202 - in /tomcat/trunk: java/org/apache/coyote/http11/Http11NioProtocol.java java/o
Author: markt Date: Tue Nov 23 16:57:47 2010 New Revision: 1038202
URL: http://svn.apache.org/viewvc?rev=1038202&view=rev Log: Fix
https://issues.apache.org/bugzilla/show_bug.cgi?id=50207 Modified:
…
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: r956617 - in /tomcat/trunk/java/org/apache/coyote/http11: AbstractHttp11Processor.java H
Author: markt Date: Mon Jun 21 15:16:33 2010 New Revision: 956617 URL: http://svn.apache.org/viewvc?rev=956617&view=rev Log: Reduce code duplication in connectors: Move initializeFilters()to base class Modified: …
Apache 2.x config help
May 25, 2010 How to test dav module on apache server Oct 10, 2010 Dual-Boot experiment: Apache Config Aug 24, 2010 Apache 2.2 with Tomcat 6 Jun 11, 2010 Need help regarding apache and tomcat connectivity Aug 13, 2010 Apache HTTPd and Tomcat, 404 for .php files Options There are currently too many top Jun 28, 2010 Apache Tomcat 5.5.29 Windows: Changing documentRoot Aug 10, 2010 Can't POST with PHP to webapp in Apache/Tomcat, 403 Forbidden error Aug 2, 2010 href URL document retrieval issue using Apache Tomcat Jun 22, 2010 Exception in thread "main" java.lang.NullPointerException Oct 21, 2010 | |||||