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

2015-09-25 Thread Bill Barker
-commons/daemon/dist/bin/commons-daemon-20150925-native-src.tar.gz -Dtest.reports=output/logs-NIO -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150925-native-src.tar.gz -Dexamples.sources.skip=true -Dtomcat-dbcp.home=/srv/gump/public/workspace

Re: AJP Protocol enhancements

2015-09-25 Thread Mark Thomas
On 25/09/2015 18:38, Mark Thomas wrote: > On 25/09/2015 17:05, Andrew Carr wrote: >> Rémy, >> >> Thank you. >> >> I reread what I asked about the wiki and I realize it might not have been >> clear. Mark said, >> *"Long term, we probably do need to migrate the wiki. Short term we >> can **use

svn commit: r1705358 - in /tomcat/trunk: java/org/apache/coyote/http2/ test/org/apache/coyote/http2/

2015-09-25 Thread markt
Author: markt Date: Fri Sep 25 21:47:56 2015 New Revision: 1705358 URL: http://svn.apache.org/viewvc?rev=1705358&view=rev Log: Complete Servlet 3.1 non-blocking support Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2Parser.java tomcat/trunk/java/org/apache/coyote/http2/Http2Upgr

[Bug 58458] Change in Expect100Continue behaviour in Tomcat is breaking existing clients with HTTP 40x results

2015-09-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58458 --- Comment #3 from Oliver --- Thanks for your fast response. With curl on windows the problem is also reproducible (tomcat 7.0.64 apr and 8.0.26 apr). There is an additional testcase (batch file). Error message: D:\curl-7.43.0-win64\bin>Tomc

[Bug 58458] Change in Expect100Continue behaviour in Tomcat is breaking existing clients with HTTP 40x results

2015-09-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58458 --- Comment #2 from Oliver --- Created attachment 33148 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33148&action=edit testcase with curl on windows -- You are receiving this mail because: You are the assignee for the bug.

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

2015-09-25 Thread markt
Author: markt Date: Fri Sep 25 21:05:53 2015 New Revision: 1705353 URL: http://svn.apache.org/viewvc?rev=1705353&view=rev Log: Start thinking about non-blocking reads Modified: tomcat/trunk/java/org/apache/coyote/http2/Stream.java tomcat/trunk/java/org/apache/coyote/http2/StreamProcessor.

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

2015-09-25 Thread markt
Author: markt Date: Fri Sep 25 20:48:14 2015 New Revision: 1705350 URL: http://svn.apache.org/viewvc?rev=1705350&view=rev Log: Fixed this TODO before last commit Modified: tomcat/trunk/java/org/apache/coyote/http2/StreamProcessor.java Modified: tomcat/trunk/java/org/apache/coyote/http2/Strea

svn commit: r1705349 - in /tomcat/trunk/java/org/apache/coyote: AbstractProcessor.java ActionCode.java http2/AbstractStream.java http2/Http2UpgradeHandler.java http2/LocalStrings.properties http2/Stre

2015-09-25 Thread markt
Author: markt Date: Fri Sep 25 20:29:30 2015 New Revision: 1705349 URL: http://svn.apache.org/viewvc?rev=1705349&view=rev Log: More work on servlet 3.1 non-blocking for HTTP/2. NumberWriter works. Modified: tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java tomcat/trunk/java/org/a

[Bug 58458] Change in Expect100Continue behaviour in Tomcat is breaking existing clients with HTTP 40x results

2015-09-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58458 Michael Osipov <1983-01...@gmx.net> changed: What|Removed |Added OS||All --- Comment #

[Bug 58458] New: Change in Expect100Continue behaviour in Tomcat is breaking existing clients with HTTP 40x results

2015-09-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58458 Bug ID: 58458 Summary: Change in Expect100Continue behaviour in Tomcat is breaking existing clients with HTTP 40x results Product: Tomcat 7 Version: 7.0.64 Hardware: PC

Re: AJP Protocol enhancements

2015-09-25 Thread Mark Thomas
On 25/09/2015 17:05, Andrew Carr wrote: > Rémy, > > Thank you. > > I reread what I asked about the wiki and I realize it might not have been > clear. Mark said, > *"Long term, we probably do need to migrate the wiki. Short term we > can **use the new instance just for this." * > and I was

Re: AJP Protocol enhancements

2015-09-25 Thread Andrew Carr
Rémy, Thank you. I reread what I asked about the wiki and I realize it might not have been clear. Mark said, *"Long term, we probably do need to migrate the wiki. Short term we can **use the new instance just for this." * and I was curious about access, is it already out there and I just d

Re: AJP Protocol enhancements

2015-09-25 Thread Rémy Maucherat
2015-09-25 17:43 GMT+02:00 Andrew Carr : > Mark, > > Couple of questions. What wiki is the "new" cwiki? Will my wiki account > from the old server be transferred to the new cwiki? > > Devs, > > I see arguments for and against the protocol upgrade. Based on different > opinions, so far, we are i

Re: AJP Protocol enhancements

2015-09-25 Thread Andrew Carr
Mark, Couple of questions. What wiki is the "new" cwiki? Will my wiki account from the old server be transferred to the new cwiki? Devs, I see arguments for and against the protocol upgrade. Based on different opinions, so far, we are inadvertently building a list of options for the future of

[Bug 58433] RemoteIpValve not activated on redirect from mapping

2015-09-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58433 George Stanchev changed: What|Removed |Added CC||stanc...@hotmail.com -- You are rec

Re: AJP Protocol enhancements

2015-09-25 Thread Jess Holle
The one really compelling /usability /bit about AJP proxying is that requests look like you're in/at the web server in question and receiving requests directly from the client of the web server. The fact that you are not is completely and utterly transparent to your web application code. The

Re: AJP Protocol enhancements

2015-09-25 Thread jean-frederic clere
On 09/25/2015 10:51 AM, Rémy Maucherat wrote: 2015-09-25 9:29 GMT+02:00 Mark Thomas : I'm not so sure. HTTP/2 explicitly doesn't support HTTP upgrade. The HTTP/2 spec expects protocols like WebSocket to use ALPN. Despite this, there has been work to try and layer WebSocket on top of HTTP/2. At

Re: AJP Protocol enhancements

2015-09-25 Thread Rémy Maucherat
2015-09-25 9:29 GMT+02:00 Mark Thomas : > I'm not so sure. HTTP/2 explicitly doesn't support HTTP upgrade. The > HTTP/2 spec expects protocols like WebSocket to use ALPN. Despite this, > there has been work to try and layer WebSocket on top of HTTP/2. > > At this point in time proxying WebSocket i

buildbot success in ASF Buildbot on tomcat-7-trunk

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

svn commit: r1705238 - /tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/InternalAprInputBuffer.java

2015-09-25 Thread markt
Author: markt Date: Fri Sep 25 07:31:40 2015 New Revision: 1705238 URL: http://svn.apache.org/viewvc?rev=1705238&view=rev Log: Fix an Eclipse nag, primarily to trigger a new CI build Modified: tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/InternalAprInputBuffer.java Modified: tomcat/t

Re: AJP Protocol enhancements

2015-09-25 Thread Mark Thomas
On 24/09/2015 14:48, Rémy Maucherat wrote: > 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 a

buildbot exception in ASF Buildbot on tomcat-7-trunk

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

Re: AJP Protocol enhancements

2015-09-25 Thread Mark Thomas
On 24/09/2015 14:52, Andrew Carr wrote: >> >> >>> 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 >>>

svn commit: r1705233 - /tomcat/tc7.0.x/trunk/test/org/apache/catalina/loader/TestWebappClassLoaderWeaving.java

2015-09-25 Thread markt
Author: markt Date: Fri Sep 25 07:18:42 2015 New Revision: 1705233 URL: http://svn.apache.org/viewvc?rev=1705233&view=rev Log: Fix test broken during refactoring to add support for parallel class loading Modified: tomcat/tc7.0.x/trunk/test/org/apache/catalina/loader/TestWebappClassLoaderWeav

svn commit: r1705232 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/catalina/realm/TestSecretKeyCredentialHandler.java

2015-09-25 Thread markt
Author: markt Date: Fri Sep 25 07:14:53 2015 New Revision: 1705232 URL: http://svn.apache.org/viewvc?rev=1705232&view=rev Log: Provide state info if test fails (it failed on Gump but I have no idea why) Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/test/org/apach

svn commit: r1705231 - /tomcat/trunk/test/org/apache/catalina/realm/TestSecretKeyCredentialHandler.java

2015-09-25 Thread markt
Author: markt Date: Fri Sep 25 07:13:25 2015 New Revision: 1705231 URL: http://svn.apache.org/viewvc?rev=1705231&view=rev Log: Provide state info if tests fails (it failed on Gump but I have no idea why) Modified: tomcat/trunk/test/org/apache/catalina/realm/TestSecretKeyCredentialHandler.jav