svn commit: r1843969 - in /tomcat/trunk/java/org/apache/catalina/tribes/membership/cloud: CloudMembershipService.java CloudMembershipServiceMBean.java

2018-10-15 Thread kfujino
Author: kfujino Date: Tue Oct 16 05:38:51 2018 New Revision: 1843969 URL: http://svn.apache.org/viewvc?rev=1843969=rev Log: Add CloudMembershipServiceMBean in order to avoid warinings. Added: tomcat/trunk/java/org/apache/catalina/tribes/membership/cloud/CloudMembershipServiceMBean.java

Re: svn commit: r1843886 - in /tomcat/trunk/java/org/apache/catalina/tribes/membership/cloud: CloudMembershipService.java KubernetesMembershipProvider.java

2018-10-15 Thread Keiichi Fujino
2018年10月15日(月) 17:39 : > Author: remm > Date: Mon Oct 15 08:39:26 2018 > New Revision: 1843886 > > URL: http://svn.apache.org/viewvc?rev=1843886=rev > Log: > Try to get the member uid from the cloud, it seems more appropriate > overall. > > Modified: > >

[GUMP@vmgump-vm3]: Project tomcat-tc7.0.x-test-apr (in module tomcat-7.0.x) failed

2018-10-15 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-tc7.0.x-test-apr has an issue affecting its community

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

2018-10-15 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-apr has an issue affecting its community integration.

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

2018-10-15 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.

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

2018-10-15 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.

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

2018-10-15 Thread Bill Barker
=/srv/gump/public/workspace/openssl-master/dest-20181015/bin/openssl -Dtest.temp=output/test-tmp-NIO -Dtest.accesslog=true -Dexecute.test.nio=true -Dbnd.jar=/srv/gump/packages/bnd/bnd-4.0.0/biz.aQute.bnd-4.0.0.jar -Dexecute.test.apr=false -Dtest.excludePerformance=true -Dtest.relaxTiming=true

[GUMP@vmgump-vm3]: Project tomcat-tc7.0.x (in module tomcat-7.0.x) failed

2018-10-15 Thread Bill Barker
-Dcommons-dbcp.home=/srv/gump/public/workspace/commons-dbcp-1.x -Dtomcat-dbcp.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-20181015.jar [Working Directory: /srv/gump/public/workspace/tomcat-7.0.x] CLASSPATH: /usr/lib/jvm/java-8-oracle/lib/tools.jar:/srv/gump/public/workspace

[Bug 62809] cannot remote deploy with Ant DeployTask

2018-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62809 --- Comment #3 from Mark Thomas --- Sorry, missed the code: ListTask list = new ListTask(); list.setUsername("tomcat"); list.setPassword("tomcat"); list.setUrl("http://localhost:8080/manager/text;); list.execute(); -- You are receiving this

[Bug 62809] cannot remote deploy with Ant DeployTask

2018-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62809 --- Comment #2 from Mark Thomas --- As a work-around, use the following code before the DeployTask. It causes the credentials to be cached so the DeployTask is performed with the credentials present which avoids this issue. -- You are

[Bug 62809] cannot remote deploy with Ant DeployTask

2018-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62809 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas

Re: Threads

2018-10-15 Thread Mark Thomas
On 15/10/18 15:49, Rémy Maucherat wrote: > Hi, > > Looking at threads since there's a proliferation of executors and loose > threads, I notice a possible refactoring: > - start/stopExecutor is an obvious target, but by default is not there. > However, it does not delegate to the parent container

Threads

2018-10-15 Thread Rémy Maucherat
Hi, Looking at threads since there's a proliferation of executors and loose threads, I notice a possible refactoring: - start/stopExecutor is an obvious target, but by default is not there. However, it does not delegate to the parent container if not there. - The background thread is a loose

Re: TLSv1.3 and 9.0.next

2018-10-15 Thread Mark Thomas
On 11/10/18 21:39, Mark Thomas wrote: > My plan going forwards is as follows: > > - give folks until early next week to review the native changes > - tag 1.2.18 early next week Just a heads up that I plan to tag 1.2.18 tomorrow. Mark > - hopefully release 1.2.18 late next week > - update

Re: svn commit: r1843879 - in /tomcat/trunk: java/org/apache/catalina/tribes/membership/ webapps/docs/

2018-10-15 Thread Rémy Maucherat
On Mon, Oct 15, 2018 at 9:21 AM wrote: > > +// The event notification executor > +protected final ExecutorService executor = > ExecutorFactory.newThreadPool(0, 10, 10, TimeUnit.SECONDS); > Ok, so the Container provides the backgroundProcess callback. In addition to that, I see a

[Bug 62808] "function-signature" text containing line breaks causes JasperException

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

svn commit: r1843902 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/compiler/Validator.java test/webapp-3.0/WEB-INF/test.tld webapps/docs/changelog.xml

2018-10-15 Thread markt
Author: markt Date: Mon Oct 15 11:50:04 2018 New Revision: 1843902 URL: http://svn.apache.org/viewvc?rev=1843902=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62808 Correct a regression in the TLD whitespace parsing when the function signature was split over multiple lines.

svn commit: r1843901 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/jasper/compiler/Validator.java test/webapp/WEB-INF/test.tld

2018-10-15 Thread markt
Author: markt Date: Mon Oct 15 11:45:55 2018 New Revision: 1843901 URL: http://svn.apache.org/viewvc?rev=1843901=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62808 Correct a regression (not included in a release) in the TLD whitespace parsing when the function signature was split

svn commit: r1843900 - in /tomcat/trunk: java/org/apache/jasper/compiler/Validator.java test/webapp/WEB-INF/test.tld

2018-10-15 Thread markt
Author: markt Date: Mon Oct 15 11:42:28 2018 New Revision: 1843900 URL: http://svn.apache.org/viewvc?rev=1843900=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62808 Correct a regression (not included in a release) in the TLD whitespace parsing when the function signature was split

[Bug 62808] "function-signature" text containing line breaks causes JasperException

2018-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62808 --- Comment #2 from Mark Thomas --- It is a related issue but not the same. Investigating... -- You are receiving this mail because: You are the assignee for the bug. - To

JDK 12 Early Access build 15 is available

2018-10-15 Thread Rory O'Donnell
Hi Mark, *JDK 12 Early Access build 15 is available at : - jdk.java.net/12/* * JDK 12 Schedule is confirmed. o 2018/12/13 Rampdown Phase One o 2019/01/17 Rampdown Phase Two o 2019/02/07

[GitHub] tomcat pull request #127: Add a fake attribute for source

2018-10-15 Thread mdfst13
GitHub user mdfst13 opened a pull request: https://github.com/apache/tomcat/pull/127 Add a fake attribute for source Eclipse adds a source attribute to Tomcat's Context element. Presumably this helps it keep track of what context element relates to what project. Tomcat however

svn commit: r1843891 - in /tomcat/jk/trunk: native/STATUS.txt native/common/jk_version.h native/configure.ac native/iis/README native/netscape/README tools/dist/binaries/windows/README.html xdocs/misc

2018-10-15 Thread markt
Author: markt Date: Mon Oct 15 09:26:44 2018 New Revision: 1843891 URL: http://svn.apache.org/viewvc?rev=1843891=rev Log: Increment version number for next next cycle Modified: tomcat/jk/trunk/native/STATUS.txt tomcat/jk/trunk/native/common/jk_version.h

[ANN] Apache Tomcat JK Connectors 1.2.46 released

2018-10-15 Thread Mark Thomas
The Apache Tomcat Project is proud to announce the release of version 1.2.46 of the Apache Tomcat Connectors. This version fixes a number of bugs found in previous releases. Full details of these changes and new features, are available in the Apache Tomcat Connectors changelog:

svn commit: r1843890 - in /tomcat/site/trunk: docs/index.html xdocs/index.xml

2018-10-15 Thread markt
Author: markt Date: Mon Oct 15 09:11:00 2018 New Revision: 1843890 URL: http://svn.apache.org/viewvc?rev=1843890=rev Log: Correct location. Latest release should be first Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified:

svn commit: r1843889 - in /tomcat/site/trunk: docs/ docs/connectors-doc/ docs/connectors-doc/miscellaneous/ docs/connectors-doc/miscellaneous/printer/ docs/connectors-doc/news/ docs/connectors-doc/new

2018-10-15 Thread markt
Author: markt Date: Mon Oct 15 09:08:32 2018 New Revision: 1843889 URL: http://svn.apache.org/viewvc?rev=1843889=rev Log: Update site for JK 1.2.46 release Modified: tomcat/site/trunk/docs/connectors-doc/index.html tomcat/site/trunk/docs/connectors-doc/miscellaneous/changelog.html

svn commit: r1843887 - /tomcat/jk/trunk/xdocs/news/20180301.xml

2018-10-15 Thread markt
Author: markt Date: Mon Oct 15 08:53:15 2018 New Revision: 1843887 URL: http://svn.apache.org/viewvc?rev=1843887=rev Log: Add release date Modified: tomcat/jk/trunk/xdocs/news/20180301.xml Modified: tomcat/jk/trunk/xdocs/news/20180301.xml URL:

Re: svn commit: r1843415 - /tomcat/trunk/java/org/apache/catalina/tribes/membership/cloud/KubernetesMembershipProvider.java

2018-10-15 Thread Rémy Maucherat
On Mon, Oct 15, 2018 at 6:53 AM Keiichi Fujino wrote: > Hi Remy. > > Sorry for the late reply. > I have two comments against the current code. > > The one is, > the uniqueId of the local member and the other cluster members are > different. > > The

svn commit: r1843886 - in /tomcat/trunk/java/org/apache/catalina/tribes/membership/cloud: CloudMembershipService.java KubernetesMembershipProvider.java

2018-10-15 Thread remm
Author: remm Date: Mon Oct 15 08:39:26 2018 New Revision: 1843886 URL: http://svn.apache.org/viewvc?rev=1843886=rev Log: Try to get the member uid from the cloud, it seems more appropriate overall. Modified:

buildbot success in on tomcat-trunk

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

buildbot failure in on tomcat-trunk

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

svn commit: r1843880 - /tomcat/trunk/java/org/apache/catalina/tribes/membership/cloud/CloudMembershipProvider.java

2018-10-15 Thread kfujino
Author: kfujino Date: Mon Oct 15 07:26:58 2018 New Revision: 1843880 URL: http://svn.apache.org/viewvc?rev=1843880=rev Log: Use executor. The event notification of memberAdded or memberDisappeared does not prevent execution of the original thread. Modified:

svn commit: r1843879 - in /tomcat/trunk: java/org/apache/catalina/tribes/membership/ webapps/docs/

2018-10-15 Thread kfujino
Author: kfujino Date: Mon Oct 15 07:21:26 2018 New Revision: 1843879 URL: http://svn.apache.org/viewvc?rev=1843879=rev Log: Move the event notification ThreadPoolExecutor to MembershipProviderBase. Modified: tomcat/trunk/java/org/apache/catalina/tribes/membership/McastServiceImpl.java

[Bug 62825] JSP inline javeascript backslash miss escaping in single quote string values

2018-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62825 isalis...@ust.hk changed: What|Removed |Added OS||All CC|

[Bug 62825] New: JSP inline javeascript backslash miss escaping in single quote string values

2018-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62825 Bug ID: 62825 Summary: JSP inline javeascript backslash miss escaping in single quote string values Product: Tomcat 8 Version: 8.5.27 Hardware: All Status: