Re: [VOTE] Release Apache Tomcat 9.0.0.M17

2017-01-13 Thread Rainer Jung
Am 10.01.2017 um 22:28 schrieb Mark Thomas: The proposed Apache Tomcat 9.0.0.M17 release is now available for voting. This is a milestone release for the 9.0.x branch. It should be noted that, as a milestone release: - Servlet 4.0 is not finalised - The EGs have not started work on JSP 2.4, EL

Re: [VOTE] Release Apache Tomcat 8.5.11

2017-01-13 Thread Rainer Jung
Am 10.01.2017 um 22:28 schrieb Mark Thomas: The proposed Apache Tomcat 8.5.11 release is now available for voting. The major changes compared to the 8.5.9 release are: - HTTP/2 fixes and improvements - Improve the logic that selects an address to use to unlock the Acceptor to take account

[GitHub] tomcat issue #39: Provide the correct port when using proxy

2017-01-13 Thread SvetlinZarev
Github user SvetlinZarev commented on the issue: https://github.com/apache/tomcat/pull/39 It's not a no-op. Imagine the following case: WS-Host: wss://echo.websocket.org proxy-host: proxy proxy-port: 8080 The flow is as follows: URI path = the WS-HOST

[GitHub] tomcat issue #39: Provide the correct port when using proxy

2017-01-13 Thread ChristopherSchultz
Github user ChristopherSchultz commented on the issue: https://github.com/apache/tomcat/pull/39 This looks like a no-op change. Does the CONNECT verb not imply a default port number when none is present? --- If your project is set up for it, you can reply to this email and have your

Re: [VOTE] Release Apache Tomcat 6.0.49

2017-01-13 Thread Rainer Jung
Still +1 but one corection below Am 13.01.2017 um 15:13 schrieb Rainer Jung: Am 13.01.2017 um 10:38 schrieb Violeta Georgieva: The proposed Apache Tomcat 6.0.49 release is now available for voting. Note: This is the last Tomcat 6 release. It can be obtained from:

svn commit: r1778603 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AbstractJsseEndpoint.java SecureNio2Channel.java SecureNioChannel.java

2017-01-13 Thread markt
Author: markt Date: Fri Jan 13 14:42:01 2017 New Revision: 1778603 URL: http://svn.apache.org/viewvc?rev=1778603=rev Log: Adding ALPN support for JSSE with Java 9 Add some plumbing to exposed the client requested application protocols to the method that configures the SSLEngine Modified:

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

2017-01-13 Thread markt
Author: markt Date: Fri Jan 13 14:40:07 2017 New Revision: 1778602 URL: http://svn.apache.org/viewvc?rev=1778602=rev Log: ws Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Propchange: tomcat/tc8.5.x/trunk/

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

2017-01-13 Thread markt
Author: markt Date: Fri Jan 13 14:39:44 2017 New Revision: 1778600 URL: http://svn.apache.org/viewvc?rev=1778600=rev Log: ws Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

Re: [VOTE] Release Apache Tomcat 6.0.49

2017-01-13 Thread Rainer Jung
Am 13.01.2017 um 10:38 schrieb Violeta Georgieva: The proposed Apache Tomcat 6.0.49 release is now available for voting. Note: This is the last Tomcat 6 release. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.49/ The Maven staging repo is:

svn commit: r1778584 - /tomcat/trunk/java/org/apache/tomcat/util/compat/JreCompat.java

2017-01-13 Thread markt
Author: markt Date: Fri Jan 13 13:37:14 2017 New Revision: 1778584 URL: http://svn.apache.org/viewvc?rev=1778584=rev Log: Correct location of comment Modified: tomcat/trunk/java/org/apache/tomcat/util/compat/JreCompat.java Modified:

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

2017-01-13 Thread markt
Author: markt Date: Fri Jan 13 13:22:42 2017 New Revision: 1778583 URL: http://svn.apache.org/viewvc?rev=1778583=rev Log: Underflow when parsing the client hello means we need to do a read with the completion handler. Looks like a copy/paste error from NIO. Modified: tomcat/tc8.5.x/trunk/

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

2017-01-13 Thread markt
Author: markt Date: Fri Jan 13 13:21:59 2017 New Revision: 1778582 URL: http://svn.apache.org/viewvc?rev=1778582=rev Log: Underflow when parsing the client hello means we need to do a read with the completion handler. Looks like a copy/paste error from NIO. Modified:

svn commit: r1778575 - /tomcat/trunk/java/org/apache/tomcat/util/net/TLSClientHelloExtractor.java

2017-01-13 Thread markt
Author: markt Date: Fri Jan 13 12:50:01 2017 New Revision: 1778575 URL: http://svn.apache.org/viewvc?rev=1778575=rev Log: Adding ALPN support for JSSE with Java 9 Expand the data extracted from the TLS client hello to include the client requested ALPN names. Modified:

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

2017-01-13 Thread violetagg
Author: violetagg Date: Fri Jan 13 12:43:55 2017 New Revision: 1778573 URL: http://svn.apache.org/viewvc?rev=1778573=rev Log: Prep for next version Modified: tomcat/tc8.0.x/trunk/build.properties.default tomcat/tc8.0.x/trunk/res/maven/mvn.properties.default

[VOTE] Release Apache Tomcat 8.0.40

2017-01-13 Thread Violeta Georgieva
The proposed Apache Tomcat 8.0.40 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.40/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1116/ The svn tag is:

svn commit: r17797 [2/2] - in /dev/tomcat/tomcat-8/v8.0.40: ./ bin/ bin/embed/ bin/extras/ src/

2017-01-13 Thread violetagg
Added: dev/tomcat/tomcat-8/v8.0.40/bin/extras/catalina-ws.jar.asc == --- dev/tomcat/tomcat-8/v8.0.40/bin/extras/catalina-ws.jar.asc (added) +++ dev/tomcat/tomcat-8/v8.0.40/bin/extras/catalina-ws.jar.asc Fri Jan 13

svn commit: r17797 [1/2] - in /dev/tomcat/tomcat-8/v8.0.40: ./ bin/ bin/embed/ bin/extras/ src/

2017-01-13 Thread violetagg
Author: violetagg Date: Fri Jan 13 12:34:33 2017 New Revision: 17797 Log: Stage 8.0.40 RC Added: dev/tomcat/tomcat-8/v8.0.40/ dev/tomcat/tomcat-8/v8.0.40/KEYS dev/tomcat/tomcat-8/v8.0.40/README.html dev/tomcat/tomcat-8/v8.0.40/RELEASE-NOTES dev/tomcat/tomcat-8/v8.0.40/bin/

buildbot success in on tomcat-8-trunk

2017-01-13 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/898 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1778548 - in /tomcat/tc8.0.x/tags/TOMCAT_8_0_40: ./ build.properties.default

2017-01-13 Thread violetagg
Author: violetagg Date: Fri Jan 13 11:27:43 2017 New Revision: 1778548 URL: http://svn.apache.org/viewvc?rev=1778548=rev Log: Tag 8.0.40 Added: tomcat/tc8.0.x/tags/TOMCAT_8_0_40/ (props changed) - copied from r1778547, tomcat/tc8.0.x/trunk/ Modified:

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

2017-01-13 Thread violetagg
Author: violetagg Date: Fri Jan 13 11:01:55 2017 New Revision: 1778536 URL: http://svn.apache.org/viewvc?rev=1778536=rev Log: Prepare for release. Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r1778534 - in /tomcat/tc7.0.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2017-01-13 Thread violetagg
Author: violetagg Date: Fri Jan 13 10:58:50 2017 New Revision: 1778534 URL: http://svn.apache.org/viewvc?rev=1778534=rev Log: Prep for next version Modified: tomcat/tc7.0.x/trunk/build.properties.default tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default

[VOTE] Release Apache Tomcat 7.0.74

2017-01-13 Thread Violeta Georgieva
The proposed Apache Tomcat 7.0.74 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.74/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1115/ The svn tag is:

svn commit: r17796 [1/2] - in /dev/tomcat/tomcat-7/v7.0.74: ./ bin/ bin/embed/ bin/extras/ src/

2017-01-13 Thread violetagg
Author: violetagg Date: Fri Jan 13 10:51:59 2017 New Revision: 17796 Log: Stage 7.0.74 RC Added: dev/tomcat/tomcat-7/v7.0.74/ dev/tomcat/tomcat-7/v7.0.74/KEYS dev/tomcat/tomcat-7/v7.0.74/README.html dev/tomcat/tomcat-7/v7.0.74/RELEASE-NOTES dev/tomcat/tomcat-7/v7.0.74/bin/

svn commit: r17796 [2/2] - in /dev/tomcat/tomcat-7/v7.0.74: ./ bin/ bin/embed/ bin/extras/ src/

2017-01-13 Thread violetagg
Added: dev/tomcat/tomcat-7/v7.0.74/bin/extras/catalina-jmx-remote.jar.sha1 == --- dev/tomcat/tomcat-7/v7.0.74/bin/extras/catalina-jmx-remote.jar.sha1 (added) +++

[GitHub] tomcat pull request #39: Provide the correct port when using proxy

2017-01-13 Thread SvetlinZarev
GitHub user SvetlinZarev opened a pull request: https://github.com/apache/tomcat/pull/39 Provide the correct port when using proxy Fix "create-connection" failures in case of proxied connection. The proxy needs the remote port information in order to know to which port to

svn commit: r1778521 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_74: ./ build.properties.default

2017-01-13 Thread violetagg
Author: violetagg Date: Fri Jan 13 09:52:47 2017 New Revision: 1778521 URL: http://svn.apache.org/viewvc?rev=1778521=rev Log: Tag 7.0.74 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_74/ (props changed) - copied from r1778519, tomcat/tc7.0.x/trunk/ Modified:

[VOTE] Release Apache Tomcat 6.0.49

2017-01-13 Thread Violeta Georgieva
The proposed Apache Tomcat 6.0.49 release is now available for voting. Note: This is the last Tomcat 6 release. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.49/ The Maven staging repo is:

svn commit: r1778519 - /tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

2017-01-13 Thread markt
Author: markt Date: Fri Jan 13 09:21:19 2017 New Revision: 1778519 URL: http://svn.apache.org/viewvc?rev=1778519=rev Log: Add bug reference Modified: tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java Modified:

svn commit: r17795 [1/2] - in /dev/tomcat/tomcat-6/v6.0.49: ./ bin/ bin/extras/ src/

2017-01-13 Thread violetagg
Author: violetagg Date: Fri Jan 13 09:14:20 2017 New Revision: 17795 Log: Stage 6.0.49 RC Added: dev/tomcat/tomcat-6/v6.0.49/ dev/tomcat/tomcat-6/v6.0.49/KEYS dev/tomcat/tomcat-6/v6.0.49/README.html dev/tomcat/tomcat-6/v6.0.49/RELEASE-NOTES dev/tomcat/tomcat-6/v6.0.49/bin/

svn commit: r17795 [2/2] - in /dev/tomcat/tomcat-6/v6.0.49: ./ bin/ bin/extras/ src/

2017-01-13 Thread violetagg
Added: dev/tomcat/tomcat-6/v6.0.49/src/apache-tomcat-6.0.49-src.tar.gz.asc == --- dev/tomcat/tomcat-6/v6.0.49/src/apache-tomcat-6.0.49-src.tar.gz.asc (added) +++

svn commit: r1778513 - in /tomcat/tc6.0.x/tags/TOMCAT_6_0_49: ./ build.properties.default

2017-01-13 Thread violetagg
Author: violetagg Date: Fri Jan 13 08:25:48 2017 New Revision: 1778513 URL: http://svn.apache.org/viewvc?rev=1778513=rev Log: Tag 6.0.49 Added: tomcat/tc6.0.x/tags/TOMCAT_6_0_49/ (props changed) - copied from r1778512, tomcat/tc6.0.x/trunk/ Modified:

svn commit: r1778512 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2017-01-13 Thread violetagg
Author: violetagg Date: Fri Jan 13 08:18:50 2017 New Revision: 1778512 URL: http://svn.apache.org/viewvc?rev=1778512=rev Log: Prepare for release. Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL:

Re: [VOTE] Release Apache Tomcat 8.5.11

2017-01-13 Thread Huxing Zhang
Hi, The proposed 8.5.11 release is: [ ] Broken - do not release [ X ] Stable - go ahead and release as 8.5.11 Test cases all pass. Test web application runs fine. -- From:Mark Thomas Time:2017 Jan 11 (Wed) 05:28