svn commit: r1837854 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/filters/CorsFilter.java webapps/docs/changelog.xml

2018-08-11 Thread fschumacher
Author: fschumacher Date: Sat Aug 11 10:29:26 2018 New Revision: 1837854 URL: http://svn.apache.org/viewvc?rev=1837854&view=rev Log: Use short circuit logic to prevent potential NPE in CorsFilter. The same logic is used a few lines below, so it was most probably intended that way anyways. Modifi

svn commit: r1837855 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/realm/JAASRealm.java webapps/docs/changelog.xml

2018-08-11 Thread fschumacher
Author: fschumacher Date: Sat Aug 11 10:31:10 2018 New Revision: 1837855 URL: http://svn.apache.org/viewvc?rev=1837855&view=rev Log: Simplify construction of appName from container name in JAASRealm. There is no need to add a slash in front of the container name as the method makeLegalForJAAS wil

svn commit: r1837856 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/realm/JAASRealm.java

2018-08-11 Thread fschumacher
Author: fschumacher Date: Sat Aug 11 10:32:31 2018 New Revision: 1837856 URL: http://svn.apache.org/viewvc?rev=1837856&view=rev Log: Spacepolice Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/catalina/realm/JAASRealm.java Propchange: tomcat/tc8.5.x

svn commit: r1837858 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/filters/CorsFilter.java webapps/docs/changelog.xml

2018-08-11 Thread fschumacher
Author: fschumacher Date: Sat Aug 11 10:37:55 2018 New Revision: 1837858 URL: http://svn.apache.org/viewvc?rev=1837858&view=rev Log: Use short circuit logic to prevent potential NPE in CorsFilter. The same logic is used a few lines below, so it was most probably intended that way anyways. Modifi

svn commit: r1837859 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/realm/JAASRealm.java webapps/docs/changelog.xml

2018-08-11 Thread fschumacher
Author: fschumacher Date: Sat Aug 11 10:39:14 2018 New Revision: 1837859 URL: http://svn.apache.org/viewvc?rev=1837859&view=rev Log: Simplify construction of appName from container name in JAASRealm. There is no need to add a slash in front of the container name as the method makeLegalForJAAS wil

svn commit: r1837861 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/realm/JAASRealm.java

2018-08-11 Thread fschumacher
Author: fschumacher Date: Sat Aug 11 10:40:19 2018 New Revision: 1837861 URL: http://svn.apache.org/viewvc?rev=1837861&view=rev Log: Spacepolice Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/realm/JAASRealm.java Propchange: tomcat/tc7.0.x

svn commit: r1837865 - /tomcat/trunk/webapps/docs/config/realm.xml

2018-08-11 Thread fschumacher
Author: fschumacher Date: Sat Aug 11 11:43:44 2018 New Revision: 1837865 URL: http://svn.apache.org/viewvc?rev=1837865&view=rev Log: Document the default for appName in JAASRealm Modified: tomcat/trunk/webapps/docs/config/realm.xml Modified: tomcat/trunk/webapps/docs/config/realm.xml URL: h

svn commit: r1837866 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/config/realm.xml

2018-08-11 Thread fschumacher
Author: fschumacher Date: Sat Aug 11 11:45:51 2018 New Revision: 1837866 URL: http://svn.apache.org/viewvc?rev=1837866&view=rev Log: Document the default for appName in JAASRealm Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/config/realm.xml Propchan

svn commit: r1837867 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/config/realm.xml

2018-08-11 Thread fschumacher
Author: fschumacher Date: Sat Aug 11 11:47:15 2018 New Revision: 1837867 URL: http://svn.apache.org/viewvc?rev=1837867&view=rev Log: Document the default for appName in JAASRealm Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/config/realm.xml Propchan

svn commit: r1837871 - in /tomcat/trunk/java/org/apache/coyote/http2: Http2UpgradeHandler.java LocalStrings.properties Stream.java

2018-08-11 Thread markt
Author: markt Date: Sat Aug 11 15:55:17 2018 New Revision: 1837871 URL: http://svn.apache.org/viewvc?rev=1837871&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62614 HTTP/2 was not triggering calls to onWritePossible() after isReady() returned false and the window size was subse

svn commit: r1837872 - /tomcat/trunk/webapps/docs/changelog.xml

2018-08-11 Thread markt
Author: markt Date: Sat Aug 11 15:57:48 2018 New Revision: 1837872 URL: http://svn.apache.org/viewvc?rev=1837872&view=rev Log: Update changelog Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/

[Bug 62614] Async servlet over HTTP/2 WriteListener does not work because onWritePossible is never called back again

2018-08-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62614 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

svn commit: r1837873 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Http2UpgradeHandler.java java/org/apache/coyote/http2/LocalStrings.properties java/org/apache/coyote/http2/Stream.java

2018-08-11 Thread markt
Author: markt Date: Sat Aug 11 16:00:38 2018 New Revision: 1837873 URL: http://svn.apache.org/viewvc?rev=1837873&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62614 HTTP/2 was not triggering calls to onWritePossible() after isReady() returned false and the window size was subse

buildbot failure in on tomcat-trunk

2018-08-11 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/3514 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler schedu

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

2018-08-11 Thread markt
Author: markt Date: Sat Aug 11 18:42:48 2018 New Revision: 1837878 URL: http://svn.apache.org/viewvc?rev=1837878&view=rev Log: Fix broken tests Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java Modified: tomcat/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler

svn commit: r1837879 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Http2UpgradeHandler.java

2018-08-11 Thread markt
Author: markt Date: Sat Aug 11 18:43:29 2018 New Revision: 1837879 URL: http://svn.apache.org/viewvc?rev=1837879&view=rev Log: Fix broken tests Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/coyote/http2/Http2UpgradeHandler.java Propchange: tomcat/

buildbot success in on tomcat-trunk

2018-08-11 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/3515 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

svn commit: r1837880 - in /tomcat/tags/TOMCAT_9_0_11: ./ build.properties.default webapps/docs/changelog.xml

2018-08-11 Thread markt
Author: markt Date: Sat Aug 11 19:34:24 2018 New Revision: 1837880 URL: http://svn.apache.org/viewvc?rev=1837880&view=rev Log: Tag 9.0.11 Added: tomcat/tags/TOMCAT_9_0_11/ (props changed) - copied from r1837879, tomcat/trunk/ Modified: tomcat/tags/TOMCAT_9_0_11/build.properties.de

svn commit: r1837882 - in /tomcat/trunk: build.properties.default res/maven/mvn-pub.xml res/maven/mvn.properties.default webapps/docs/changelog.xml

2018-08-11 Thread markt
Author: markt Date: Sat Aug 11 20:07:08 2018 New Revision: 1837882 URL: http://svn.apache.org/viewvc?rev=1837882&view=rev Log: Increment version for next dev cycle Modified: tomcat/trunk/build.properties.default tomcat/trunk/res/maven/mvn-pub.xml tomcat/trunk/res/maven/mvn.properties.

svn commit: r28673 [2/2] - in /dev/tomcat/tomcat-9/v9.0.11: ./ bin/ bin/embed/ bin/extras/ src/

2018-08-11 Thread markt
Added: dev/tomcat/tomcat-9/v9.0.11/src/apache-tomcat-9.0.11-src.tar.gz.asc == --- dev/tomcat/tomcat-9/v9.0.11/src/apache-tomcat-9.0.11-src.tar.gz.asc (added) +++ dev/tomcat/tomcat-9/v9.0.11/src/apache-tomcat-9.0.11-src.tar.

svn commit: r28673 [1/2] - in /dev/tomcat/tomcat-9/v9.0.11: ./ bin/ bin/embed/ bin/extras/ src/

2018-08-11 Thread markt
Author: markt Date: Sat Aug 11 20:10:22 2018 New Revision: 28673 Log: Upload 9.0.11 for voting Added: dev/tomcat/tomcat-9/v9.0.11/ dev/tomcat/tomcat-9/v9.0.11/KEYS dev/tomcat/tomcat-9/v9.0.11/README.html dev/tomcat/tomcat-9/v9.0.11/RELEASE-NOTES dev/tomcat/tomcat-9/v9.0.11/bin

[VOTE] Release Apache Tomcat 9.0.11

2018-08-11 Thread Mark Thomas
The proposed Apache Tomcat 9.0.11 release is now available for voting. The major changes compared to the 9.0.10 release are: - Fix issues with Servlet asynchronous listeners when using the asynchronous Servlet API in conjunction with HTTP/2. - Add a default location for the native library: ${c

Potential changes to code siging

2018-08-11 Thread Mark Thomas
Hi all, My helpful contact at Digicert pass the following on: https://docs.digicert.com/api-developer-portal/secure-app-service- api/downloads-and-resources/sas-csp-for-java-hash-signing/ I plan on looking at this for the next round of releases. Mark ---

svn commit: r1837884 - in /tomcat/tc8.5.x/tags/TOMCAT_8_5_33: ./ build.properties.default webapps/docs/changelog.xml

2018-08-11 Thread markt
Author: markt Date: Sat Aug 11 21:56:57 2018 New Revision: 1837884 URL: http://svn.apache.org/viewvc?rev=1837884&view=rev Log: Tag 8.5.33 Added: tomcat/tc8.5.x/tags/TOMCAT_8_5_33/ (props changed) - copied from r1837883, tomcat/tc8.5.x/trunk/ Modified: tomcat/tc8.5.x/tags/TOMCAT_8_