[Bug 58457] After async request timeout, response is not closed + works on subsequent requests

2015-09-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58457 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-nio (in module tomcat-7.0.x) failed

2015-09-24 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-test-nio has an issue affecting its community integration.

[GUMP@vmgump]: Project tomcat-tc7.0.x-test-bio (in module tomcat-7.0.x) failed

2015-09-24 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-test-bio has an issue affecting its community integration.

[GUMP@vmgump]: Project tomcat-tc8.0.x-test-nio (in module tomcat-8.0.x) failed

2015-09-24 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc8.0.x-test-nio has an issue affecting its community integration.

[Bug 58457] New: After async request timeout, response is not closed + works on subsequent requests

2015-09-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58457 Bug ID: 58457 Summary: After async request timeout, response is not closed + works on subsequent requests Product: Tomcat 8 Version: 8.0.26 Hardware: PC O

svn commit: r1705204 - in /tomcat/native/branches/1.1.x/native/src: sslinfo.c sslutils.c

2015-09-24 Thread billbarker
Author: billbarker Date: Fri Sep 25 01:22:42 2015 New Revision: 1705204 URL: http://svn.apache.org/viewvc?rev=1705204&view=rev Log: Bring code up to date with OpenSSL master. Will port to trunk after I see how Gump does with the changes Modified: tomcat/native/branches/1.1.x/native/src/sslin

buildbot success in ASF Buildbot on tomcat-trunk

2015-09-24 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/349 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSche

svn commit: r1705091 - in /tomcat/trunk/java/org/apache/coyote/http2: Stream.java StreamProcessor.java StreamStateMachine.java

2015-09-24 Thread markt
Author: markt Date: Thu Sep 24 15:58:32 2015 New Revision: 1705091 URL: http://svn.apache.org/viewvc?rev=1705091&view=rev Log: Start on non-blocking I/O support. Modified: tomcat/trunk/java/org/apache/coyote/http2/Stream.java tomcat/trunk/java/org/apache/coyote/http2/StreamProcessor.java

buildbot exception in ASF Buildbot on tomcat-trunk

2015-09-24 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/348 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSch

svn commit: r1705082 - in /tomcat/trunk/java/org/apache/coyote/http2: Stream.java StreamProcessor.java

2015-09-24 Thread markt
Author: markt Date: Thu Sep 24 15:37:36 2015 New Revision: 1705082 URL: http://svn.apache.org/viewvc?rev=1705082&view=rev Log: Fix issues spotted while testing with async stock ticker example and curl - Correctly handle errors during flush (e.g. triggered by client disconnect) - Correctly handle e

svn commit: r1705081 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2015-09-24 Thread markt
Author: markt Date: Thu Sep 24 15:35:57 2015 New Revision: 1705081 URL: http://svn.apache.org/viewvc?rev=1705081&view=rev Log: closed is used now rather than setting socket to 0. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java Modified: tomcat/trunk/java/org/apache/to

svn commit: r1705074 - /tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

2015-09-24 Thread markt
Author: markt Date: Thu Sep 24 14:47:28 2015 New Revision: 1705074 URL: http://svn.apache.org/viewvc?rev=1705074&view=rev Log: Fix comment Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

svn commit: r1705070 - in /tomcat/trunk/java/org/apache/coyote/http2: LocalStrings.properties StreamProcessor.java

2015-09-24 Thread markt
Author: markt Date: Thu Sep 24 14:29:29 2015 New Revision: 1705070 URL: http://svn.apache.org/viewvc?rev=1705070&view=rev Log: Implement SSL request attributes. Modified: tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.properties tomcat/trunk/java/org/apache/coyote/http2/StreamProc

svn commit: r1705068 - /tomcat/trunk/java/org/apache/coyote/http2/StreamProcessor.java

2015-09-24 Thread markt
Author: markt Date: Thu Sep 24 14:23:15 2015 New Revision: 1705068 URL: http://svn.apache.org/viewvc?rev=1705068&view=rev Log: Implement the remaining non-ssl request attributes for HTTP/2 Modified: tomcat/trunk/java/org/apache/coyote/http2/StreamProcessor.java Modified: tomcat/trunk/java/or

svn commit: r1705066 - /tomcat/trunk/java/org/apache/coyote/http2/StreamProcessor.java

2015-09-24 Thread markt
Author: markt Date: Thu Sep 24 14:19:27 2015 New Revision: 1705066 URL: http://svn.apache.org/viewvc?rev=1705066&view=rev Log: Enumerate all the action codes that are still to be implemented. Modified: tomcat/trunk/java/org/apache/coyote/http2/StreamProcessor.java Modified: tomcat/trunk/java

Re: AJP Protocol enhancements

2015-09-24 Thread Andrew Carr
> > > > I have been following the AJP enhancements for a long time and it seems > the > > protocol is stagnant. > > I prefer 'mature'. > Apologies. Mature is a much more appropriate word. > > I do see some updates in the last year to the > > enhancements page and some of the bugs, but there is

svn commit: r1705057 - in /tomcat/trunk/java/org/apache/coyote/http2: Http2Protocol.java Http2UpgradeHandler.java

2015-09-24 Thread markt
Author: markt Date: Thu Sep 24 13:49:05 2015 New Revision: 1705057 URL: http://svn.apache.org/viewvc?rev=1705057&view=rev Log: Implement keep-alive timeout for HTTP/2. Switch to an infinite keep-alive timeout at the socket level for HTTP/2. If we want an inactivity timeout then that will need to b

Re: AJP Protocol enhancements

2015-09-24 Thread Rémy Maucherat
2015-09-24 15:13 GMT+02:00 Andrew Carr : > On Thu, Sep 24, 2015 at 4:52 AM, Rémy Maucherat wrote: > > > 2015-09-24 11:04 GMT+02:00 Mark Thomas : > > > > > I think there is a clear case for a new version. The first thing to do > > > would be to pull all the ideas together in one place (I'm thinkin

Re: AJP Protocol enhancements

2015-09-24 Thread Andrew Carr
On Thu, Sep 24, 2015 at 4:52 AM, Rémy Maucherat wrote: > 2015-09-24 11:04 GMT+02:00 Mark Thomas : > > > I think there is a clear case for a new version. The first thing to do > > would be to pull all the ideas together in one place (I'm thinking the > > wiki), agree what needs to be in AJP.next a

Re: svn commit: r1705039 - /tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

2015-09-24 Thread Mark Thomas
On 24/09/2015 13:30, Konstantin Kolinko wrote: > 2015-09-24 14:58 GMT+03:00 : >> Author: markt >> Date: Thu Sep 24 11:58:05 2015 >> New Revision: 1705039 >> >> URL: http://svn.apache.org/viewvc?rev=1705039&view=rev >> Log: >> Update notes for running Tomcat with HTTP/2 support. >> >> Modified: >>

Re: svn commit: r1705039 - /tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

2015-09-24 Thread Konstantin Kolinko
2015-09-24 14:58 GMT+03:00 : > Author: markt > Date: Thu Sep 24 11:58:05 2015 > New Revision: 1705039 > > URL: http://svn.apache.org/viewvc?rev=1705039&view=rev > Log: > Update notes for running Tomcat with HTTP/2 support. > > Modified: > tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeH

buildbot success in ASF Buildbot on tomcat-trunk

2015-09-24 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/343 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSche

svn commit: r1705039 - /tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java

2015-09-24 Thread markt
Author: markt Date: Thu Sep 24 11:58:05 2015 New Revision: 1705039 URL: http://svn.apache.org/viewvc?rev=1705039&view=rev Log: Update notes for running Tomcat with HTTP/2 support. Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java Modified: tomcat/trunk/java/org/apa

[Bug 58228] ApplicationContext.GET_RESOURCE_REQUIRE_SLASH vs StandardRoot.getResource(String)

2015-09-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58228 Violeta Georgieva changed: What|Removed |Added CC||yifanliu...@gmail.com --- Comment

[Bug 58455] validate method in org.apache.catalina.webresources.StandardRoot forces a path to start with slash

2015-09-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58455 Violeta Georgieva changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: AJP Protocol enhancements

2015-09-24 Thread Rémy Maucherat
2015-09-24 11:04 GMT+02:00 Mark Thomas : > I think there is a clear case for a new version. The first thing to do > would be to pull all the ideas together in one place (I'm thinking the > wiki), agree what needs to be in AJP.next and then work on updating the > specification to accommodate it. >

[Bug 58455] New: validate method in org.apache.catalina.webresources.StandardRoot forces a path to start with slash

2015-09-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58455 Bug ID: 58455 Summary: validate method in org.apache.catalina.webresources.StandardRoot forces a path to start with slash Product: Tomcat 8 Version: 8.0.9

Re: AJP Protocol enhancements

2015-09-24 Thread Rainer Jung
Am 24.09.2015 um 11:04 schrieb Mark Thomas: On 24/09/2015 02:45, Andrew Carr wrote: Devs, I have been following the AJP enhancements for a long time and it seems the protocol is stagnant. I prefer 'mature'. I do see some updates in the last year to the enhancements page and some of the bugs

Re: AJP Protocol enhancements

2015-09-24 Thread Mark Thomas
On 24/09/2015 02:45, Andrew Carr wrote: > Devs, > > I have been following the AJP enhancements for a long time and it seems the > protocol is stagnant. I prefer 'mature'. > I do see some updates in the last year to the > enhancements page and some of the bugs, but there is not much activity. I