[Bug 62160] New: Property values linking

2018-03-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62160 Bug ID: 62160 Summary: Property values linking Product: Tomcat 9 Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement

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

2018-03-05 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 integration.

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

2018-03-05 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-tc8.0.x-test-apr has an issue affecting its community integration.

Re: [VOTE] Release JK 1.2.43

2018-03-05 Thread Keiichi Fujino
2018-03-02 3:15 GMT+09:00 Mark Thomas : > Tag: > http://svn.apache.org/viewvc/tomcat/jk/tags/JK_1_2_43/ > > > Source: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-connectors/jk/ > > > This is a maintenance release with a handful of bug fixes. It also > includes Windows binaries for IIS.

svn commit: r1825946 - /tomcat/trunk/res/findbugs/filter-false-positives.xml

2018-03-05 Thread markt
Author: markt Date: Mon Mar 5 22:16:35 2018 New Revision: 1825946 URL: http://svn.apache.org/viewvc?rev=1825946&view=rev Log: False positives in Realm package Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml URL:

[GitHub] tomcat pull request #102: Fix Possible infinite loop in AprEndpoint.Poller#r...

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

[GitHub] tomcat pull request #102: Fix Possible infinite loop in AprEndpoint.Poller#r...

2018-03-05 Thread Cshekhar2312
GitHub user Cshekhar2312 opened a pull request: https://github.com/apache/tomcat/pull/102 Fix Possible infinite loop in AprEndpoint.Poller#run when wrapper is null You can merge this pull request into a Git repository by running: $ git pull https://github.com/Cshekhar2312/tomc

svn commit: r1825944 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/AprEndpoint.java webapps/docs/changelog.xml

2018-03-05 Thread markt
Author: markt Date: Mon Mar 5 21:37:53 2018 New Revision: 1825944 URL: http://svn.apache.org/viewvc?rev=1825944&view=rev Log: Avoid potential loop in APR/Native poller. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

svn commit: r1825943 - in /tomcat/trunk: java/org/apache/tomcat/util/net/AprEndpoint.java webapps/docs/changelog.xml

2018-03-05 Thread markt
Author: markt Date: Mon Mar 5 21:35:53 2018 New Revision: 1825943 URL: http://svn.apache.org/viewvc?rev=1825943&view=rev Log: (empty) Modified: tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/java/org/apache/to

Re: Infinite loop in Poller run - Tomcat 8.5.16 with APR native 1.2.10

2018-03-05 Thread Mark Thomas
Please do not cross-post. If you aren't sure where to post a question, use the users list. Mark On 05/03/18 16:42, Prakash Saraf wrote: > Hi Team, > > > > We are observing the high CPU utilization often in our sandbox and > production environment. We are using Tomcat 8.5.16 with APR native 1

Infinite loop in Poller run - Tomcat 8.5.16 with APR native 1.2.10

2018-03-05 Thread Prakash Saraf
Hi Team, We are observing the high CPU utilization often in our sandbox and production environment. We are using Tomcat 8.5.16 with APR native 1.2.10. It looks, the Poller thread is going in infinite loop while adding sockets which are waiting to the poller. java/org/apache/tomcat/util/ net/A

Re: [VOTE] Release Apache Tomcat 8.5.29

2018-03-05 Thread Rémy Maucherat
On Mon, Mar 5, 2018 at 2:51 PM, Mark Thomas wrote: > The proposed 8.5.29 release is: > [ ] Broken - do not release > [X Stable - go ahead and release as 8.5.29 > > Rémy

Re: [VOTE] Release Apache Tomcat 9.0.6

2018-03-05 Thread Rémy Maucherat
On Mon, Mar 5, 2018 at 11:53 AM, Mark Thomas wrote: > The proposed 9.0.6 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 9.0.6 > > Rémy

buildbot failure in on tomcat-trunk

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

svn commit: r1825910 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/AbstractEndpoint.java webapps/docs/changelog.xml

2018-03-05 Thread markt
Author: markt Date: Mon Mar 5 15:32:19 2018 New Revision: 1825910 URL: http://svn.apache.org/viewvc?rev=1825910&view=rev Log: Ensure the MBean names for the SSLHostConfig and SSLHostConfigCertificate are correctly formed when the Connector is bound to a specific IP address. Modified: tomcat

svn commit: r1825909 - in /tomcat/trunk: java/org/apache/tomcat/util/net/AbstractEndpoint.java webapps/docs/changelog.xml

2018-03-05 Thread markt
Author: markt Date: Mon Mar 5 15:29:22 2018 New Revision: 1825909 URL: http://svn.apache.org/viewvc?rev=1825909&view=rev Log: Ensure the MBean names for the SSLHostConfig and SSLHostConfigCertificate are correctly formed when the Connector is bound to a specific IP address. Modified: tomcat

Re: [VOTE] Release Apache Tomcat 8.5.29

2018-03-05 Thread Mark Thomas
On 05/03/18 13:51, Mark Thomas wrote: > The proposed 8.5.29 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 8.5.29 Unit tests pass for NIO, NIO2 and APR/native on Linux, OSX and Windows. Mark

Re: [VOTE] Release Apache Tomcat 9.0.6

2018-03-05 Thread Mark Thomas
On 05/03/18 10:53, Mark Thomas wrote: > The proposed 9.0.6 release is: > [ ] Broken - do not release > [X] Stable - go ahead and release as 9.0.6 Unit tests pass for NIO, NIO2 and APR/native on Linux, OSX and Windows. Mark -

Re: [VOTE] Release JK 1.2.43

2018-03-05 Thread Mark Thomas
On 01/03/18 18:15, Mark Thomas wrote: > Tag: > http://svn.apache.org/viewvc/tomcat/jk/tags/JK_1_2_43/ > > > Source: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-connectors/jk/ > > > This is a maintenance release with a handful of bug fixes. It also > includes Windows binaries for IIS.

[VOTE] Release Apache Tomcat 8.5.29

2018-03-05 Thread Mark Thomas
The proposed Apache Tomcat 8.5.29 release is now available for voting. The major changes compared to the 8.5.28 release are: - TLS stability improvements. - Correct a regression in the fix for 60276 that meant that compression was applied to all MIME types. Patch provided by Stefan Knoblich.

svn commit: r25433 - in /dev/tomcat/tomcat-8/v8.5.29: ./ bin/ bin/embed/ bin/extras/ src/

2018-03-05 Thread markt
Author: markt Date: Mon Mar 5 13:50:49 2018 New Revision: 25433 Log: Upload 8.5.29 for voting Added: dev/tomcat/tomcat-8/v8.5.29/ dev/tomcat/tomcat-8/v8.5.29/KEYS dev/tomcat/tomcat-8/v8.5.29/README.html dev/tomcat/tomcat-8/v8.5.29/RELEASE-NOTES dev/tomcat/tomcat-8/v8.5.29/bin

svn commit: r1825896 - in /tomcat/tc8.5.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2018-03-05 Thread markt
Author: markt Date: Mon Mar 5 13:40:51 2018 New Revision: 1825896 URL: http://svn.apache.org/viewvc?rev=1825896&view=rev Log: Increment version for next development cycle. Modified: tomcat/tc8.5.x/trunk/build.properties.default tomcat/tc8.5.x/trunk/res/maven/mvn.properties.default to

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

2018-03-05 Thread markt
Author: markt Date: Mon Mar 5 13:07:23 2018 New Revision: 1825889 URL: http://svn.apache.org/viewvc?rev=1825889&view=rev Log: Tag 8.5.29 Added: tomcat/tc8.5.x/tags/TOMCAT_8_5_29/ (props changed) - copied from r1825888, tomcat/tc8.5.x/trunk/ Modified: tomcat/tc8.5.x/tags/TOMCAT_8_

svn commit: r1825880 - in /tomcat/jk/trunk/tools: dist/README.html signfile.sh

2018-03-05 Thread markt
Author: markt Date: Mon Mar 5 12:14:37 2018 New Revision: 1825880 URL: http://svn.apache.org/viewvc?rev=1825880&view=rev Log: Remove MD5 from build script. Update hashes in README. Modified: tomcat/jk/trunk/tools/dist/README.html tomcat/jk/trunk/tools/signfile.sh Modified: tomcat/jk/tru

svn commit: r1825879 - in /tomcat/tc7.0.x/trunk: ./ build.xml webapps/docs/changelog.xml

2018-03-05 Thread markt
Author: markt Date: Mon Mar 5 12:10:18 2018 New Revision: 1825879 URL: http://svn.apache.org/viewvc?rev=1825879&view=rev Log: Update the build script so MD5 hashes are no longer generated for releases as per the change in the ASF distribution policy. Modified: tomcat/tc7.0.x/trunk/ (props

svn commit: r1825874 - in /tomcat/tc8.0.x/trunk: ./ build.xml webapps/docs/changelog.xml

2018-03-05 Thread markt
Author: markt Date: Mon Mar 5 12:08:51 2018 New Revision: 1825874 URL: http://svn.apache.org/viewvc?rev=1825874&view=rev Log: Update the build script so MD5 hashes are no longer generated for releases as per the change in the ASF distribution policy. Modified: tomcat/tc8.0.x/trunk/ (props

buildbot success in on tomcat-trunk

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

svn commit: r1825873 - in /tomcat/tc8.5.x/trunk: ./ build.xml webapps/docs/changelog.xml

2018-03-05 Thread markt
Author: markt Date: Mon Mar 5 12:07:29 2018 New Revision: 1825873 URL: http://svn.apache.org/viewvc?rev=1825873&view=rev Log: Update the build script so MD5 hashes are no longer generated for releases as per the change in the ASF distribution policy. Modified: tomcat/tc8.5.x/trunk/ (props

svn commit: r25427 - in /dev/tomcat/tomcat-connectors/jk: ./ binaries/windows/ binaries/windows/symbols/

2018-03-05 Thread markt
Author: markt Date: Mon Mar 5 12:01:07 2018 New Revision: 25427 Log: Remove MD5 hashes from proposed release to align with updated ASF distribution policy Removed: dev/tomcat/tomcat-connectors/jk/binaries/windows/symbols/tomcat-connectors-1.2.43-windows-i386-symbols.zip.md5 dev/tomcat

svn commit: r25426 - in /release/tomcat: taglibs/taglibs-standard-1.2.5/ tomcat-7/v7.0.85/bin/ tomcat-7/v7.0.85/bin/embed/ tomcat-7/v7.0.85/bin/extras/ tomcat-7/v7.0.85/src/ tomcat-8/v8.0.50/bin/ tomc

2018-03-05 Thread markt
Author: markt Date: Mon Mar 5 11:59:50 2018 New Revision: 25426 Log: Drop MD5 hashes from current releases as per updated ASF distribution policy Removed: release/tomcat/taglibs/taglibs-standard-1.2.5/taglibs-standard-1.2.5-source-release.zip.md5 release/tomcat/taglibs/taglibs-standard

svn commit: r25425 - in /release/tomcat/maven-plugin/v2.2: tomcat-maven-plugin-2.2-source-release.zip.sha1 tomcat-maven-plugin-2.2-source-release.zip.sha512

2018-03-05 Thread markt
Author: markt Date: Mon Mar 5 11:54:35 2018 New Revision: 25425 Log: Add SHA hashes after validating signature Added: release/tomcat/maven-plugin/v2.2/tomcat-maven-plugin-2.2-source-release.zip.sha1 release/tomcat/maven-plugin/v2.2/tomcat-maven-plugin-2.2-source-release.zip.sha512 Add

svn commit: r25424 - in /dev/tomcat/tomcat-9/v9.0.6: bin/ bin/embed/ bin/extras/ src/

2018-03-05 Thread markt
Author: markt Date: Mon Mar 5 11:50:12 2018 New Revision: 25424 Log: Drop MD5 hashes from proposed release as per updated ASF policy Removed: dev/tomcat/tomcat-9/v9.0.6/bin/apache-tomcat-9.0.6-deployer.tar.gz.md5 dev/tomcat/tomcat-9/v9.0.6/bin/apache-tomcat-9.0.6-deployer.zip.md5 dev

svn commit: r1825872 - in /tomcat/trunk: build.xml webapps/docs/changelog.xml

2018-03-05 Thread markt
Author: markt Date: Mon Mar 5 11:48:38 2018 New Revision: 1825872 URL: http://svn.apache.org/viewvc?rev=1825872&view=rev Log: Update the build script so MD5 hashes are no longer generated for releases as per the change in the ASF distribution policy. Modified: tomcat/trunk/build.xml tom

svn commit: r1825870 [4/5] - in /tomcat/site/trunk: docs/ xdocs/

2018-03-05 Thread markt
Modified: tomcat/site/trunk/docs/download-native.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-native.html?rev=1825870&r1=1825869&r2=1825870&view=diff == --- tomcat/site/trunk/docs/download-native.

svn commit: r1825870 [2/5] - in /tomcat/site/trunk: docs/ xdocs/

2018-03-05 Thread markt
Modified: tomcat/site/trunk/docs/download-80.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-80.html?rev=1825870&r1=1825869&r2=1825870&view=diff == --- tomcat/site/trunk/docs/download-80.html (origin

svn commit: r1825870 [3/5] - in /tomcat/site/trunk: docs/ xdocs/

2018-03-05 Thread markt
Modified: tomcat/site/trunk/docs/download-90.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-90.html?rev=1825870&r1=1825869&r2=1825870&view=diff == --- tomcat/site/trunk/docs/download-90.html (origin

svn commit: r1825870 [5/5] - in /tomcat/site/trunk: docs/ xdocs/

2018-03-05 Thread markt
Modified: tomcat/site/trunk/xdocs/download-70.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/download-70.xml?rev=1825870&r1=1825869&r2=1825870&view=diff == --- tomcat/site/trunk/xdocs/download-70.xml (origin

svn commit: r1825870 [1/5] - in /tomcat/site/trunk: docs/ xdocs/

2018-03-05 Thread markt
Author: markt Date: Mon Mar 5 11:44:16 2018 New Revision: 1825870 URL: http://svn.apache.org/viewvc?rev=1825870&view=rev Log: Update download pages to reflect updated release policy. -- MUST provide a SHA- or MD5-file -- SHOULD provide a SHA-file -- SHOULD NOT provide a MD5-file F

buildbot failure in on tomcat-trunk

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

[VOTE] Release Apache Tomcat 9.0.6

2018-03-05 Thread Mark Thomas
The proposed Apache Tomcat 9.0.6 release is now available for voting. The major changes compared to the 9.0.5 release are: - TLS stability improvements. - Add the ability to specify static HTML responses for specific error codes and/or exception types with the ErrorReportValve. - Add async HT

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

2018-03-05 Thread markt
Author: markt Date: Mon Mar 5 10:49:40 2018 New Revision: 1825867 URL: http://svn.apache.org/viewvc?rev=1825867&view=rev Log: Increment version for next development cycle. Modified: tomcat/trunk/build.properties.default tomcat/trunk/res/maven/mvn.properties.default tomcat/trunk/webap

Re: JDK 10: Release Candidate & JDK 11 Early Access builds available

2018-03-05 Thread Rory O'Donnell
Thanks Mark for confirming fix, no plan at the moment to backport. Rgds,Rory On 02/03/2018 20:16, Mark Thomas wrote: On 02/03/18 11:15, Rory O'Donnell wrote: Hi Mark, Can you confirm the fix in JDK 11> * JDK-8195096 - Apache Tomcat

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

2018-03-05 Thread markt
Author: markt Date: Mon Mar 5 10:00:24 2018 New Revision: 25410 Log: Upload 9.0.6 for voting Added: dev/tomcat/tomcat-9/v9.0.6/ dev/tomcat/tomcat-9/v9.0.6/KEYS dev/tomcat/tomcat-9/v9.0.6/README.html dev/tomcat/tomcat-9/v9.0.6/RELEASE-NOTES dev/tomcat/tomcat-9/v9.0.6/bin/

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

2018-03-05 Thread markt
Added: dev/tomcat/tomcat-9/v9.0.6/src/apache-tomcat-9.0.6-src.zip.md5 == --- dev/tomcat/tomcat-9/v9.0.6/src/apache-tomcat-9.0.6-src.zip.md5 (added) +++ dev/tomcat/tomcat-9/v9.0.6/src/apache-tomcat-9.0.6-src.zip.md5 Mon Mar

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

2018-03-05 Thread markt
Author: markt Date: Mon Mar 5 09:22:03 2018 New Revision: 1825860 URL: http://svn.apache.org/viewvc?rev=1825860&view=rev Log: Tag 9.0.6 Added: tomcat/tags/TOMCAT_9_0_6/ (props changed) - copied from r1825856, tomcat/trunk/ Modified: tomcat/tags/TOMCAT_9_0_6/build.properties.defau