[GUMP@vmgump]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2016-10-14 Thread Bill Barker
rts=output/logs-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20161014-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-

[Bug 60254] New: NullPointerException in org.apache.catalina.core.ApplicationFilterChain

2016-10-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60254 Bug ID: 60254 Summary: NullPointerException in org.apache.catalina.core.ApplicationFilterChain Product: Tomcat 8 Version: 8.0.37 Hardware: PC Status: NEW

[GUMP@vmgump]: Project tomcat-trunk-test-apr (in module tomcat-trunk) failed

2016-10-14 Thread Bill Barker
target/objenesis-2.5-SNAPSHOT.jar -Dexamples.sources.skip=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20161014.jar -Dtest.openssl.path=/srv/gump/public/workspace/openssl-master/dest-20161014/bin/openssl -Dexecute.test.nio=false -Dhamcrest.ja

[Bug 60254] NullPointerException in org.apache.catalina.core.ApplicationFilterChain

2016-10-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60254 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

svn commit: r1764862 - in /tomcat/trunk: java/org/apache/coyote/http2/Http2UpgradeHandler.java webapps/docs/changelog.xml

2016-10-14 Thread markt
Author: markt Date: Fri Oct 14 10:41:01 2016 New Revision: 1764862 URL: http://svn.apache.org/viewvc?rev=1764862&view=rev Log: Don't process the stream if it has been reset during header parsing Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java tomcat/trunk/weba

svn commit: r1764867 - in /tomcat/trunk: java/org/apache/coyote/http2/StreamProcessor.java webapps/docs/changelog.xml

2016-10-14 Thread markt
Author: markt Date: Fri Oct 14 10:49:19 2016 New Revision: 1764867 URL: http://svn.apache.org/viewvc?rev=1764867&view=rev Log: Align with HTTP/1.1. An unhandled exception should trigger a 500 response Modified: tomcat/trunk/java/org/apache/coyote/http2/StreamProcessor.java tomcat/trunk/we

svn commit: r1764866 - in /tomcat/trunk: java/org/apache/coyote/http2/Http2UpgradeHandler.java java/org/apache/coyote/http2/Stream.java webapps/docs/changelog.xml

2016-10-14 Thread markt
Author: markt Date: Fri Oct 14 10:49:11 2016 New Revision: 1764866 URL: http://svn.apache.org/viewvc?rev=1764866&view=rev Log: Cookie headers should be merged into a single header Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java tomcat/trunk/java/org/apache/coy

svn commit: r1764870 - /tomcat/trunk/test/org/apache/coyote/http2/Http2TestBase.java

2016-10-14 Thread markt
Author: markt Date: Fri Oct 14 10:53:19 2016 New Revision: 1764870 URL: http://svn.apache.org/viewvc?rev=1764870&view=rev Log: More plumbing for tests in progress Modified: tomcat/trunk/test/org/apache/coyote/http2/Http2TestBase.java Modified: tomcat/trunk/test/org/apache/coyote/http2/Http2T

svn commit: r1764873 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Http2UpgradeHandler.java webapps/docs/changelog.xml

2016-10-14 Thread markt
Author: markt Date: Fri Oct 14 10:57:41 2016 New Revision: 1764873 URL: http://svn.apache.org/viewvc?rev=1764873&view=rev Log: Don't process the stream if it has been reset during header parsing Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/coyote/

svn commit: r1764874 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Http2UpgradeHandler.java java/org/apache/coyote/http2/Stream.java webapps/docs/changelog.xml

2016-10-14 Thread markt
Author: markt Date: Fri Oct 14 10:59:11 2016 New Revision: 1764874 URL: http://svn.apache.org/viewvc?rev=1764874&view=rev Log: Cookie headers should be merged into a single header Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/Http2Upgr

svn commit: r1764875 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/StreamProcessor.java webapps/docs/changelog.xml

2016-10-14 Thread markt
Author: markt Date: Fri Oct 14 10:59:42 2016 New Revision: 1764875 URL: http://svn.apache.org/viewvc?rev=1764875&view=rev Log: Align with HTTP/1.1. An unhandled exception should trigger a 500 response Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/c

svn commit: r1764876 - in /tomcat/tc8.5.x/trunk: ./ test/org/apache/coyote/http2/Http2TestBase.java

2016-10-14 Thread markt
Author: markt Date: Fri Oct 14 11:00:36 2016 New Revision: 1764876 URL: http://svn.apache.org/viewvc?rev=1764876&view=rev Log: More plumbing for tests in progress Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/Http2TestBase.java Propch

[Bug 60254] NullPointerException in org.apache.catalina.core.ApplicationFilterChain

2016-10-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60254 Jens Borgland changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #2 from Jens Borgla

svn commit: r1764897 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/catalina/valves/rewrite/ test/org/apache/tomcat/unit

2016-10-14 Thread remm
Author: remm Date: Fri Oct 14 13:46:45 2016 New Revision: 1764897 URL: http://svn.apache.org/viewvc?rev=1764897&view=rev Log: Inspired by 60161: Allow creating subcategories from the container logger name. The configuration remains compatible, but some possibly logging intensive components get t

[Bug 60161] RewriteValve: Add more logging support similar to mod-rewrite

2016-10-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60161 Remy Maucherat changed: What|Removed |Added Resolution|WONTFIX |FIXED --- Comment #12 from Remy Mauch

svn commit: r1764906 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/catalina/valves/rewrite/ test/org/apache/

2016-10-14 Thread remm
Author: remm Date: Fri Oct 14 14:13:01 2016 New Revision: 1764906 URL: http://svn.apache.org/viewvc?rev=1764906&view=rev Log: 60161: Allow creating subcategories from the container logger name. Use it for the rewrite valve. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x

svn commit: r1764908 - /tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml

2016-10-14 Thread remm
Author: remm Date: Fri Oct 14 14:14:10 2016 New Revision: 1764908 URL: http://svn.apache.org/viewvc?rev=1764908&view=rev Log: Fix style. Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomc

svn commit: r1764911 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/catalina/valves/rewrite/ test/org/apache/

2016-10-14 Thread remm
Author: remm Date: Fri Oct 14 14:18:28 2016 New Revision: 1764911 URL: http://svn.apache.org/viewvc?rev=1764911&view=rev Log: 60161: Allow creating subcategories from the container logger name. Use it for the rewrite valve. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x

[Bug 60183] missing reason phrase in tomcat 8.5.x

2016-10-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60183 --- Comment #4 from Ken DeLong --- Unfortunately, there is software out there - in my case embedded software that I cannot upgrade - that demands the reason phrase. Tomcat 8.5 is now forever broken for my application. Omitting the phrase is fi

[Bug 60254] NullPointerException in org.apache.catalina.core.ApplicationFilterChain

2016-10-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60254 --- Comment #3 from Mark Thomas --- (In reply to Jens Borgland from comment #2) > But then I found the stack > trace below, where my entire filter chain (which is pretty long) is missing. > Doesn't this suggest some kind of Tomcat issue? Un

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

2016-10-14 Thread Bill Barker
jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.5-SNAPSHOT.jar -Dexamples.sources.skip=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20161014.jar -Dtest.openssl.path=/srv/gump/public/workspace/openssl-1.0.2/dest-

[Bug 55383] Improve markup and design of Tomcat's HTML pages

2016-10-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55383 Michael Osipov <1983-01...@gmx.net> changed: What|Removed |Added CC||1983-01...@gmx.net

svn commit: r1764955 - in /tomcat/trunk/java/org/apache/tomcat/util/buf: B2CConverter.java ByteBufferUtils.java Constants.java HexUtils.java UDecoder.java

2016-10-14 Thread markt
Author: markt Date: Fri Oct 14 19:42:17 2016 New Revision: 1764955 URL: http://svn.apache.org/viewvc?rev=1764955&view=rev Log: Remove unnecessary class Removed: tomcat/trunk/java/org/apache/tomcat/util/buf/Constants.java Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/B2CConverter.

buildbot failure in on tomcat-trunk

2016-10-14 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1800 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler schedu

svn commit: r1764957 - /tomcat/trunk/test/javax/el/TestImportHandler.java

2016-10-14 Thread markt
Author: markt Date: Fri Oct 14 20:01:14 2016 New Revision: 1764957 URL: http://svn.apache.org/viewvc?rev=1764957&view=rev Log: Fix tests broken by r1764955 Modified: tomcat/trunk/test/javax/el/TestImportHandler.java Modified: tomcat/trunk/test/javax/el/TestImportHandler.java URL: http://svn

buildbot success in on tomcat-trunk

2016-10-14 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1801 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

[GUMP@vmgump]: Project tomcat-trunk-test-nio (in module tomcat-trunk) failed

2016-10-14 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-trunk-test-nio has an issue affecting its community integration. Th