[GitHub] tomcat issue #109: fix: file resource read dir inputStream

2018-05-08 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/109 I came very close to fixing this but in the end I opted not to. I covered the argument for making this change in my previous comment. The reasons against it are: - it would be a

[GitHub] tomcat pull request #109: fix: file resource read dir inputStream

2018-05-08 Thread markt-asf
Github user markt-asf closed the pull request at: https://github.com/apache/tomcat/pull/109 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

[Bug 47242] request for AJP command line client

2018-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=47242 Mark Thomas changed: What|Removed |Added Resolution|--- |WONTFIX

svn commit: r1831225 - /tomcat/trunk/java/org/apache/catalina/tribes/membership/MembershipProviderBase.java

2018-05-08 Thread kfujino
Author: kfujino Date: Wed May 9 04:32:23 2018 New Revision: 1831225 URL: http://svn.apache.org/viewvc?rev=1831225=rev Log: Implements the base class of MembershipProvider. Added: tomcat/trunk/java/org/apache/catalina/tribes/membership/MembershipProviderBase.java (with props) Added:

buildbot failure in on tomcat-trunk

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

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

2018-05-08 Thread kfujino
Author: kfujino Date: Wed May 9 05:02:00 2018 New Revision: 1831229 URL: http://svn.apache.org/viewvc?rev=1831229=rev Log: Add changelog entry for refactor of MembershipService. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

svn commit: r1831226 - /tomcat/trunk/java/org/apache/catalina/tribes/membership/McastServiceImpl.java

2018-05-08 Thread kfujino
Author: kfujino Date: Wed May 9 04:38:34 2018 New Revision: 1831226 URL: http://svn.apache.org/viewvc?rev=1831226=rev Log: Make McastServiceImpl subclass of MembershipProviderBase. Modified: tomcat/trunk/java/org/apache/catalina/tribes/membership/McastServiceImpl.java Modified:

buildbot success in on tomcat-trunk

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

svn commit: r1831224 - /tomcat/trunk/java/org/apache/catalina/tribes/MembershipProvider.java

2018-05-08 Thread kfujino
Author: kfujino Date: Wed May 9 04:31:02 2018 New Revision: 1831224 URL: http://svn.apache.org/viewvc?rev=1831224=rev Log: Introduce MembershipProvider interface in order to provide membership. Added: tomcat/trunk/java/org/apache/catalina/tribes/MembershipProvider.java (with props)

svn commit: r1831227 - in /tomcat/trunk/java/org/apache/catalina/tribes: MembershipService.java membership/McastService.java membership/MembershipServiceBase.java

2018-05-08 Thread kfujino
Author: kfujino Date: Wed May 9 04:55:08 2018 New Revision: 1831227 URL: http://svn.apache.org/viewvc?rev=1831227=rev Log: -Implements the base class of MembershipServiceBase. -Add getMembershipProvider method in MembershipService. -Make McastService subclass of MembershipServiceBase. Added:

svn commit: r1831228 - /tomcat/trunk/java/org/apache/catalina/tribes/membership/McastService.java

2018-05-08 Thread kfujino
Author: kfujino Date: Wed May 9 04:56:18 2018 New Revision: 1831228 URL: http://svn.apache.org/viewvc?rev=1831228=rev Log: remove unused import Modified: tomcat/trunk/java/org/apache/catalina/tribes/membership/McastService.java Modified:

JDK 11 Early Access build 12 available

2018-05-08 Thread Rory O'Donnell
Hi Mark, **JDK 11 EA build 12 , *under both the GPL and Oracle EA licenses, is now available at **http://jdk.java.net/11**. ** * * Newly approved Schedule, status & features o http://openjdk.java.net/projects/jdk/11/ * Release Notes: o http://jdk.java.net/11/release-notes *

svn commit: r1831167 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2018-05-08 Thread violetagg
Author: violetagg Date: Tue May 8 12:37:03 2018 New Revision: 1831167 URL: http://svn.apache.org/viewvc?rev=1831167=rev Log: Update the release date for 8.0.52 Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL:

[Bug 62358] Stream not writable error when using HTTP2 upgrade protocol on Firefox

2018-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62358 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID

[Bug 62358] Stream not writable error when using HTTP2 upgrade protocol on Firefox

2018-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62358 --- Comment #2 from EJ Egyed --- Created attachment 35920 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35920=edit Tomcat stderr log file with HTTP2 logging set to FINE Attaching log with the requested

[Bug 62358] Stream not writable error when using HTTP2 upgrade protocol on Firefox

2018-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62358 EJ Egyed changed: What|Removed |Added Status|NEEDINFO|NEW -- You are

[Bug 62358] Stream not writable error when using HTTP2 upgrade protocol on Firefox

2018-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62358 --- Comment #4 from EJ Egyed --- Interesting. Perhaps it is Firefox's issue with mishandling of the HTTP2 protocol. Thank you for the assistance! -- You are receiving this mail because: You are the assignee for the

buildbot success in on tomcat-8-trunk

2018-05-08 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/1312 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

[GitHub] tomcat issue #109: fix: file resource read dir inputStream

2018-05-08 Thread markt-asf
Github user markt-asf commented on the issue: https://github.com/apache/tomcat/pull/109 The specification is not as explicit as it could be in this case. The spec text refers to the Javadoc. The Javadoc says "Returns the resource located at the named path as an InputStream object."

svn commit: r1831184 - in /tomcat/trunk: build.properties.default build.xml webapps/docs/changelog.xml

2018-05-08 Thread markt
Author: markt Date: Tue May 8 13:36:18 2018 New Revision: 1831184 URL: http://svn.apache.org/viewvc?rev=1831184=rev Log: Get Tomcat trunk building with Java 11 EA. Note that you can't release with Java 11 but since releases have to be performed with Java 8 this is not at issue (yet). Modified:

Re: JDK 11 Early Access build 12 available

2018-05-08 Thread Mark Thomas
All, I've just tried building with Java 11 and performing a very simple smoke test (does the WebSocket snake game work). The only issue I found was that the removal of the java.xml.ws module meant that the utility class we use for working with the Symantec code signing service would not compile.

[Bug 62358] Stream not writable error when using HTTP2 upgrade protocol on Firefox

2018-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62358 Mark Thomas changed: What|Removed |Added OS||All

Re: [VOTE] Release Apache Tomcat 8.0.52

2018-05-08 Thread Violeta Georgieva
Hi, 2018-04-28 20:22 GMT+03:00 Violeta Georgieva : > > The proposed Apache Tomcat 8.0.52 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.52/ > The Maven staging repo is: >

svn commit: r26765 - /dev/tomcat/tomcat-8/v8.0.52/ /release/tomcat/tomcat-8/v8.0.52/

2018-05-08 Thread violetagg
Author: violetagg Date: Tue May 8 12:32:52 2018 New Revision: 26765 Log: Release 8.0.52 Added: release/tomcat/tomcat-8/v8.0.52/ - copied from r26764, dev/tomcat/tomcat-8/v8.0.52/ Removed: dev/tomcat/tomcat-8/v8.0.52/