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

2016-05-02 Thread Bill Barker
lic/workspace/apache-commons/daemon/dist/commons-daemon-20160502.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-src.jar -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps -Dtest.excludePerformance=true -Dhamcrest.jar=/srv/gump/packag

[Bug 59421] New: HTTP/2 direct connect (h2c)

2016-05-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59421 Bug ID: 59421 Summary: HTTP/2 direct connect (h2c) Product: Tomcat 9 Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement

[Bug 59164] If tomcat server can not be resolved, crash occurred.

2016-05-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59164 George Zaronikas changed: What|Removed |Added CC||gzaro...@redhat.com -- You are rec

svn commit: r1741984 - in /tomcat/trunk: java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/coyote/http11/upgrade/ java/org/apache/coyote/http2/ webapps

2016-05-02 Thread remm
Author: remm Date: Mon May 2 14:46:29 2016 New Revision: 1741984 URL: http://svn.apache.org/viewvc?rev=1741984&view=rev Log: 59421: Allow direct (plain text most likely) connection to HTTP/2. The performance cost of the preface matching at this stage should be minimal. Probably not polished enou

[Bug 59421] HTTP/2 direct connect (h2c)

2016-05-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59421 Remy Maucherat changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

Re: svn commit: r1741984 - in /tomcat/trunk: java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/coyote/http11/upgrade/ java/org/apache/coyote/http2/ web

2016-05-02 Thread Rémy Maucherat
2016-05-02 16:46 GMT+02:00 : > Author: remm > Date: Mon May 2 14:46:29 2016 > New Revision: 1741984 > > URL: http://svn.apache.org/viewvc?rev=1741984&view=rev > Log: > 59421: Allow direct (plain text most likely) connection to HTTP/2. The > performance cost of the preface matching at this stage s

Re: svn commit: r1741984 - in /tomcat/trunk: java/org/apache/coyote/ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ java/org/apache/coyote/http11/upgrade/ java/org/apache/coyote/http2/ web

2016-05-02 Thread jean-frederic clere
Cool now the following h2 proxy configuration of httpd (trunk) works: +++ Protocols h2 http/1.1 ProtocolsHonorOrder on SSLEngine on ProxyPass "/" "h2c://localhost:8003/" +++ and h2load http://localhost:8003/ works too. On 8003 I have the tomcat running configured as: +++

svn commit: r1742023 - in /tomcat/trunk/java/org/apache/coyote/http11/upgrade: UpgradeProcessorBase.java UpgradeProcessorExternal.java UpgradeProcessorInternal.java

2016-05-02 Thread markt
Author: markt Date: Mon May 2 18:54:49 2016 New Revision: 1742023 URL: http://svn.apache.org/viewvc?rev=1742023&view=rev Log: Clean-up unused code Modified: tomcat/trunk/java/org/apache/coyote/http11/upgrade/UpgradeProcessorBase.java tomcat/trunk/java/org/apache/coyote/http11/upgrade/Up

svn commit: r1742042 - /tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java

2016-05-02 Thread remm
Author: remm Date: Mon May 2 22:10:18 2016 New Revision: 1742042 URL: http://svn.apache.org/viewvc?rev=1742042&view=rev Log: Fail connection if no HTTP/2 protocol is available (same as ALPN). Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java Modified: tomcat/trunk/java/org