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-
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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=60254
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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
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
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
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/
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
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
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=60254
Jens Borgland changed:
What|Removed |Added
Status|RESOLVED|CLOSED
--- Comment #2 from Jens Borgla
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=60161
Remy Maucherat changed:
What|Removed |Added
Resolution|WONTFIX |FIXED
--- Comment #12 from Remy Mauch
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
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
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
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
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
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-
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
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.
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
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
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
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
27 matches
Mail list logo