svn commit: r1837346 - /tomcat/trunk/java/org/apache/catalina/tribes/membership/StaticMembershipProvider.java

2018-08-02 Thread kfujino
Author: kfujino Date: Fri Aug 3 05:45:25 2018 New Revision: 1837346 URL: http://svn.apache.org/viewvc?rev=1837346&view=rev Log: The event notification of memberAdded or memberDisappeared does not prevent execution of the original thread such as ping, receiver thread. Modified: tomcat/trunk

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

2018-08-02 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-nio2 has an issue affecting its community integration. T

svn commit: r1837333 - /tomcat/jk/trunk/native/

2018-08-02 Thread markt
Author: markt Date: Thu Aug 2 18:50:22 2018 New Revision: 1837333 URL: http://svn.apache.org/viewvc?rev=1837333&view=rev Log: Ignore generated build system cache Modified: tomcat/jk/trunk/native/ (props changed) Propchange: tomcat/jk/trunk/native/ -

svn commit: r1837320 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/catalina/loader/ test/org/apache/catalina/core/ webapps/docs/

2018-08-02 Thread markt
Author: markt Date: Thu Aug 2 14:30:08 2018 New Revision: 1837320 URL: http://svn.apache.org/viewvc?rev=1837320&view=rev Log: Correctly decode URL paths. '+' should not be decoded to ' ' in the path Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/ca

svn commit: r1837319 - in /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/buf: LocalStrings.properties UDecoder.java

2018-08-02 Thread markt
Author: markt Date: Thu Aug 2 14:26:40 2018 New Revision: 1837319 URL: http://svn.apache.org/viewvc?rev=1837319&view=rev Log: Back-port static URL decode methods. Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/buf/LocalStrings.properties tomcat/tc7.0.x/trunk/java/org/apache/t

svn commit: r1837312 - /tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/buf/UDecoder.java

2018-08-02 Thread markt
Author: markt Date: Thu Aug 2 14:21:49 2018 New Revision: 1837312 URL: http://svn.apache.org/viewvc?rev=1837312&view=rev Log: Clean-up (Javadoc, ws, unnecessary code) to align with 9.0.x to make back-ports simpler. Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/buf/UDecoder.java

svn commit: r1837301 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/catalina/loader/ java/org/apache/jasper/compiler/ java/org/apache/jasper/resources/ test/org/apache/c

2018-08-02 Thread markt
Author: markt Date: Thu Aug 2 13:57:12 2018 New Revision: 1837301 URL: http://svn.apache.org/viewvc?rev=1837301&view=rev Log: Correctly decode URL paths. '+' should not be decoded to ' ' in the path Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/ca

svn commit: r1837300 - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/catalina/loader/ java/org/apache/jasper/compiler/ java/org/apache/jasper/resources/ test/org/apache/catalina/cor

2018-08-02 Thread markt
Author: markt Date: Thu Aug 2 13:52:55 2018 New Revision: 1837300 URL: http://svn.apache.org/viewvc?rev=1837300&view=rev Log: Correctly decode URL paths. '+' should not be decoded to ' ' in the path Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java tomcat/trunk

Re: JDK 11 Early Access build 22 & JDK 12 Early Access b02 are available.

2018-08-02 Thread Mark Thomas
On 02/08/18 13:42, Rory O'Donnell wrote: > That would be very useful, thanks. Rory, I have testing this locally and the proposed patch for JDK-8207009 *does not* address the issue described in JDK-8208642. I was concerned that I wasn't building the JDK correctly and/or picking up the wrong JDK b

[GitHub] tomcat pull request #117: Enhance the CATALINA_BASE documentation

2018-08-02 Thread m-czernek
GitHub user m-czernek opened a pull request: https://github.com/apache/tomcat/pull/117 Enhance the CATALINA_BASE documentation As per the mailing list discussion, we'd like to enhance the catalina.home and catalina.base documentation so that it is present in the main html documenta

Re: JDK 11 Early Access build 22 & JDK 12 Early Access b02 are available.

2018-08-02 Thread Rory O'Donnell
That would be very useful, thanks. Rgds,Rory On 02/08/2018 10:31, Mark Thomas wrote: On 02/08/18 10:06, Rory O'Donnell wrote: Hi Mark, Your bug (JDK-8208642) has been closed as a duplicate of another issue : https://bugs.openjdk.java.net/browse/JDK-8207009 I will let you know when the fix

buildbot success in on tomcat-trunk

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

svn commit: r1837285 - in /tomcat/trunk/java/org/apache/catalina/tribes/membership: StaticMembershipService.java StaticMembershipServiceMBean.java

2018-08-02 Thread kfujino
Author: kfujino Date: Thu Aug 2 09:36:07 2018 New Revision: 1837285 URL: http://svn.apache.org/viewvc?rev=1837285&view=rev Log: Add JMX support for StaticMembershipService. Added: tomcat/trunk/java/org/apache/catalina/tribes/membership/StaticMembershipServiceMBean.java (with props) Modif

Re: JDK 11 Early Access build 22 & JDK 12 Early Access b02 are available.

2018-08-02 Thread Mark Thomas
On 02/08/18 10:06, Rory O'Donnell wrote: > Hi Mark, > > Your bug (JDK-8208642) has been closed as a duplicate of another issue : > > https://bugs.openjdk.java.net/browse/JDK-8207009 > > I will let you know when the fix get's into a build. Thanks Rory. I should be able to build jdk11 from sourc

buildbot failure in on tomcat-trunk

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

Re: JDK 11 Early Access build 22 & JDK 12 Early Access b02 are available.

2018-08-02 Thread Rory O'Donnell
Hi Mark, Your bug (JDK-8208642) has been closed as a duplicate of another issue : https://bugs.openjdk.java.net/browse/JDK-8207009 I will let you know when the fix get's into a build. Rgds,Rory On 01/08/2018 10:47, Rory O'Donnell wrote: Thanks Mark, I'll follow up and advise when it's move

svn commit: r1837284 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/manager/LocalStrings_ru.properties java/org/apache/catalina/manager/host/LocalStrings_ru.properties

2018-08-02 Thread markt
Author: markt Date: Thu Aug 2 08:58:57 2018 New Revision: 1837284 URL: http://svn.apache.org/viewvc?rev=1837284&view=rev Log: Set eol-style Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/manager/LocalStrings_ru.properties (props change

svn commit: r1837283 - in /tomcat/tc8.5.x/trunk/java/org/apache/catalina/manager: LocalStrings_ru.properties host/LocalStrings_ru.properties

2018-08-02 Thread markt
Author: markt Date: Thu Aug 2 08:58:23 2018 New Revision: 1837283 URL: http://svn.apache.org/viewvc?rev=1837283&view=rev Log: Set eol-style Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/manager/LocalStrings_ru.properties (props changed) tomcat/tc8.5.x/trunk/java/org/apache

svn commit: r1837282 - in /tomcat/trunk/java/org/apache/catalina/manager: LocalStrings_ru.properties host/LocalStrings_ru.properties

2018-08-02 Thread markt
Author: markt Date: Thu Aug 2 08:56:49 2018 New Revision: 1837282 URL: http://svn.apache.org/viewvc?rev=1837282&view=rev Log: Fix line-endings Modified: tomcat/trunk/java/org/apache/catalina/manager/LocalStrings_ru.properties (contents, props changed) tomcat/trunk/java/org/apache/cat