[Bug 60594] RFC 7230/3986 url requirement that prevents unencoded curly braces should be optional, since it breaks existing sites

2017-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60594 --- Comment #28 from Lulseged Zerfu --- Hi Let us know if tomcat will add the '"' as '{', '}' and '|' are added to let us continue using latest tomcat releases. Please let us know what you think. BR Lulseged --

svn commit: r1799408 - in /tomcat/site/trunk/docs: oldnews-2016.html security-7.html security-8.html security-9.html

2017-06-21 Thread markt
Author: markt Date: Wed Jun 21 09:11:31 2017 New Revision: 1799408 URL: http://svn.apache.org/viewvc?rev=1799408=rev Log: Sync docs with xdocs Modified: tomcat/site/trunk/docs/oldnews-2016.html tomcat/site/trunk/docs/security-7.html tomcat/site/trunk/docs/security-8.html

svn commit: r1799412 - in /tomcat/trunk/webapps/docs: changelog.xml config/http.xml

2017-06-21 Thread markt
Author: markt Date: Wed Jun 21 09:24:41 2017 New Revision: 1799412 URL: http://svn.apache.org/viewvc?rev=1799412=rev Log: SSLv2 and SSLv3 are hard-coded coded to be disabled. Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/config/http.xml Modified:

[Bug 61183] Deadlock occurs while sending to a closing session

2017-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61183 --- Comment #5 from Mark Thomas --- I'm building the 9.0.0.M22 release now. 8.5.x will follow shortly. Releases take 4-5 days, mainly because of the minimum 72 hour voting period and allowing 24 hours for the mirrors to sync.

Code signing service currently unavailable

2017-06-21 Thread Mark Thomas
FYI, the code signing service is currently unavailable as we (the ASF) needs to renew our subscription. I'm going ahead with the releases unsigned on the basis that no-one has complained in the past when we have done this. Mark

svn commit: r1799409 - in /tomcat/site/trunk: docs/ xdocs/stylesheets/

2017-06-21 Thread markt
Author: markt Date: Wed Jun 21 09:12:30 2017 New Revision: 1799409 URL: http://svn.apache.org/viewvc?rev=1799409=rev Log: Drop reviewboard from the navigation links. We haven't used it in years (I think we used it once or twice but it never took off) Modified:

svn commit: r1799410 - in /tomcat/site/trunk: docs/ xdocs/stylesheets/

2017-06-21 Thread markt
Author: markt Date: Wed Jun 21 09:13:46 2017 New Revision: 1799410 URL: http://svn.apache.org/viewvc?rev=1799410=rev Log: Rename the link to the source code. We don't just use svn, we have the git mirrors too. Modified: tomcat/site/trunk/docs/bugreport.html

svn commit: r1799411 - in /tomcat/site/trunk: docs/ xdocs/stylesheets/

2017-06-21 Thread markt
Author: markt Date: Wed Jun 21 09:23:23 2017 New Revision: 1799411 URL: http://svn.apache.org/viewvc?rev=1799411=rev Log: Drop TomcatCon from the navigation bar Modified: tomcat/site/trunk/docs/bugreport.html tomcat/site/trunk/docs/ci.html tomcat/site/trunk/docs/conference.html

svn commit: r20141 - in /dev/tomcat/tomcat-9/v9.0.0.M22: ./ bin/ bin/embed/ bin/extras/ src/

2017-06-21 Thread markt
Author: markt Date: Wed Jun 21 10:06:19 2017 New Revision: 20141 Log: Upload 9.0.0.M22 for voting Added: dev/tomcat/tomcat-9/v9.0.0.M22/ dev/tomcat/tomcat-9/v9.0.0.M22/KEYS dev/tomcat/tomcat-9/v9.0.0.M22/README.html dev/tomcat/tomcat-9/v9.0.0.M22/RELEASE-NOTES

[Bug 61183] Deadlock occurs while sending to a closing session

2017-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61183 --- Comment #4 from Lorcan O'Toole --- Thanks Mark, I assume the refactoring of registerFuture involved avoiding stateLock. I would imagine this problem should be reproducible with the right test harness. Have you any view

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

2017-06-21 Thread markt
Author: markt Date: Wed Jun 21 09:31:15 2017 New Revision: 1799415 URL: http://svn.apache.org/viewvc?rev=1799415=rev Log: Tag 9.0.0.M22 Added: tomcat/tags/TOMCAT_9_0_0_M22/ - copied from r1799413, tomcat/trunk/ Modified: tomcat/tags/TOMCAT_9_0_0_M22/build.properties.default

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

2017-06-21 Thread markt
Author: markt Date: Wed Jun 21 09:25:23 2017 New Revision: 1799413 URL: http://svn.apache.org/viewvc?rev=1799413=rev Log: SSLv2 and SSLv3 are hard-coded coded to be disabled. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml

[Bug 61205] unable to stop tomcat service using bootstrap.stopService()

2017-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61205 Veeru changed: What|Removed |Added Priority|P2 |P1 -- You are

[Bug 61205] New: unable to stop tomcat service using bootstrap.stopService()

2017-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61205 Bug ID: 61205 Summary: unable to stop tomcat service using bootstrap.stopService() Product: Tomcat 8 Version: 8.5.8 Hardware: PC OS: All

[Bug 61171] Add port offset attribute (portOffset?) to Server configuration in server.xml

2017-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61171 --- Comment #4 from Igal Sapir --- Can we discuss the guidelines/specification for this feature? Anyone wants to contribute their thoughts? -- You are receiving this mail because: You are the assignee for the bug.

Re: svn commit: r1799462 - in /tomcat/trunk: ./ java/org/apache/catalina/ha/session/ java/org/apache/catalina/ha/tcp/ java/org/apache/catalina/tribes/ test/org/apache/catalina/tribes/test/channel/ web

2017-06-21 Thread Mark Thomas
On 21/06/17 15:58, schu...@apache.org wrote: > Author: schultz > Date: Wed Jun 21 14:58:57 2017 > New Revision: 1799462 > > URL: http://svn.apache.org/viewvc?rev=1799462=rev > Log: > Allow human-readable channelSendOptions and mapSendOptions in configurations. > Patch provided by Igal Sapir. > >

buildbot success in on tomcat-trunk

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

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

2017-06-21 Thread markt
Author: markt Date: Wed Jun 21 21:36:47 2017 New Revision: 1799521 URL: http://svn.apache.org/viewvc?rev=1799521=rev Log: Reference 8.5.x rather than 9.0.x in the 8.5.x changelog Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Modified:

svn commit: r20146 - in /dev/tomcat/tomcat-8/v8.5.16: ./ bin/ bin/embed/ bin/extras/ src/

2017-06-21 Thread markt
Author: markt Date: Wed Jun 21 21:18:27 2017 New Revision: 20146 Log: UUpload 8.5.16 for voting Added: dev/tomcat/tomcat-8/v8.5.16/ dev/tomcat/tomcat-8/v8.5.16/KEYS dev/tomcat/tomcat-8/v8.5.16/README.html dev/tomcat/tomcat-8/v8.5.16/RELEASE-NOTES

[VOTE] Release Apache Tomcat 8.5.16

2017-06-21 Thread Mark Thomas
The proposed Apache Tomcat 8.5.16 release is now available for voting. The major changes compared to the 8.5.16 release are: - Add a new JULI FileHandler configuration for specifying the maximum number of days to keep the log files. By default the log files will be kept 90 days. -

svn commit: r1799515 - in /tomcat/trunk: java/org/apache/tomcat/util/net/LocalStrings.properties java/org/apache/tomcat/util/net/SSLUtilBase.java java/org/apache/tomcat/util/net/jsse/JSSEUtil.java web

2017-06-21 Thread markt
Author: markt Date: Wed Jun 21 21:20:01 2017 New Revision: 1799515 URL: http://svn.apache.org/viewvc?rev=1799515=rev Log: Enable SSLv3 to be used. NOT enabled by default. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/LocalStrings.properties

Re: svn commit: r1799498 - in /tomcat/trunk: java/org/apache/catalina/valves/LoadBalancerDrainingValve.java test/org/apache/catalina/valves/TestLoadBalancerDrainingValve.java webapps/docs/changelog.xm

2017-06-21 Thread Mark Thomas
On 21/06/17 20:05, schu...@apache.org wrote: > Author: schultz > Date: Wed Jun 21 19:05:38 2017 > New Revision: 1799498 > > URL: http://svn.apache.org/viewvc?rev=1799498=rev > Log: > Add LoadBalancerDrainingValve. > > Added: > >

[GitHub] tomcat issue #59: add some useful note

2017-06-21 Thread powerYao
Github user powerYao commented on the issue: https://github.com/apache/tomcat/pull/59 I get it,thanks --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

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

2017-06-21 Thread markt
Author: markt Date: Wed Jun 21 21:29:17 2017 New Revision: 1799518 URL: http://svn.apache.org/viewvc?rev=1799518=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

svn commit: r1799514 - in /tomcat/trunk: java/org/apache/catalina/tribes/ java/org/apache/catalina/valves/ test/org/apache/catalina/tribes/test/channel/ test/org/apache/catalina/valves/

2017-06-21 Thread markt
Author: markt Date: Wed Jun 21 21:19:27 2017 New Revision: 1799514 URL: http://svn.apache.org/viewvc?rev=1799514=rev Log: Fix various build errors and IDE warnings Modified: tomcat/trunk/java/org/apache/catalina/tribes/Channel.java

svn commit: r1799519 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/ java/org/apache/tomcat/util/net/jsse/ webapps/docs/ webapps/docs/config/

2017-06-21 Thread markt
Author: markt Date: Wed Jun 21 21:29:41 2017 New Revision: 1799519 URL: http://svn.apache.org/viewvc?rev=1799519=rev Log: Enable SSLv3 to be used. NOT enabled by default. Modified: tomcat/tc8.5.x/trunk/ (props changed)

[Bug 56026] RemoteEndpoint.Async#sendText(String, SendHandler) not thread safe

2017-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56026 --- Comment #15 from Mark Thomas --- You'll have to take up your concerns over the API with the WebSocket EG. Although given there has been no WebSocket activity at all for Java EE 8 that might be a slow process. Tomcat's

[Bug 61127] Allow cluster channelSendOptions to be specified with verbose, human-readable names

2017-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61127 --- Comment #2 from Christopher Schultz --- *** Bug 61128 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug.

[Bug 61128] Allow cluster manager mapSendOptions to be specified with verbose, human-readable names

2017-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61128 Christopher Schultz changed: What|Removed |Added Resolution|---

svn commit: r1799498 - in /tomcat/trunk: java/org/apache/catalina/valves/LoadBalancerDrainingValve.java test/org/apache/catalina/valves/TestLoadBalancerDrainingValve.java webapps/docs/changelog.xml we

2017-06-21 Thread schultz
Author: schultz Date: Wed Jun 21 19:05:38 2017 New Revision: 1799498 URL: http://svn.apache.org/viewvc?rev=1799498=rev Log: Add LoadBalancerDrainingValve. Added: tomcat/trunk/java/org/apache/catalina/valves/LoadBalancerDrainingValve.java (with props)

[GitHub] tomcat issue #56: Convert Cluster Manager human-readable channelSendOptions ...

2017-06-21 Thread violetagg
Github user violetagg commented on the issue: https://github.com/apache/tomcat/pull/56 There aren't any replications since yesterday :( --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] tomcat issue #56: Convert Cluster Manager human-readable channelSendOptions ...

2017-06-21 Thread ChristopherSchultz
Github user ChristopherSchultz commented on the issue: https://github.com/apache/tomcat/pull/56 I'm not sure why the commit message hasn't closed this issue. Any thoughts on why that might be? --- If your project is set up for it, you can reply to this email and have your reply

buildbot failure in on tomcat-trunk

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

[Bug 61127] Allow cluster channelSendOptions to be specified with verbose, human-readable names

2017-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61127 Christopher Schultz changed: What|Removed |Added Resolution|---

[GitHub] tomcat issue #56: Convert Cluster Manager human-readable channelSendOptions ...

2017-06-21 Thread isapir
Github user isapir commented on the issue: https://github.com/apache/tomcat/pull/56 Should I close it manually? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and

[GitHub] tomcat issue #56: Convert Cluster Manager human-readable channelSendOptions ...

2017-06-21 Thread ChristopherSchultz
Github user ChristopherSchultz commented on the issue: https://github.com/apache/tomcat/pull/56 Not quite yet. Let's see if we can get it closed automatically through the "proper" channels. --- If your project is set up for it, you can reply to this email and have your reply appear

[Bug 61205] unable to stop tomcat service using bootstrap.stopService()

2017-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61205 Veeru changed: What|Removed |Added Resolution|INVALID |---

svn commit: r1799462 - in /tomcat/trunk: ./ java/org/apache/catalina/ha/session/ java/org/apache/catalina/ha/tcp/ java/org/apache/catalina/tribes/ test/org/apache/catalina/tribes/test/channel/ webapps

2017-06-21 Thread schultz
Author: schultz Date: Wed Jun 21 14:58:57 2017 New Revision: 1799462 URL: http://svn.apache.org/viewvc?rev=1799462=rev Log: Allow human-readable channelSendOptions and mapSendOptions in configurations. Patch provided by Igal Sapir. This closes #56. Added:

[Bug 61205] unable to stop tomcat service using bootstrap.stopService()

2017-06-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61205 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

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

2017-06-21 Thread markt
Author: markt Date: Wed Jun 21 14:13:14 2017 New Revision: 1799453 URL: http://svn.apache.org/viewvc?rev=1799453=rev Log: Increment version for next development cycle Modified: tomcat/trunk/build.properties.default tomcat/trunk/res/maven/mvn.properties.default

[VOTE] Release Apache Tomcat 9.0.0.M22

2017-06-21 Thread Mark Thomas
The proposed Apache Tomcat 9.0.0.M22 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 3.1 or WebSocket 1.2/2.0 The major changes

[GitHub] tomcat issue #56: Convert Cluster Manager human-readable channelSendOptions ...

2017-06-21 Thread ChristopherSchultz
Github user ChristopherSchultz commented on the issue: https://github.com/apache/tomcat/pull/56 Committed to tomcat-trunk in ASF svn r1799462. Back-ports to follow. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

svn commit: r1799464 - /tomcat/trunk/build.xml

2017-06-21 Thread schultz
Author: schultz Date: Wed Jun 21 15:07:15 2017 New Revision: 1799464 URL: http://svn.apache.org/viewvc?rev=1799464=rev Log: Revert accidental change to build.xml. Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL:

Re: Semantic Versioning

2017-06-21 Thread Mark Thomas
Semantic versioning doesn't work for Tomcat as major version number increases are reserved for new Java EE specification versions. There is also rather a lot of scope for debate on what is, and what is not, part of the public API. Mark On 15/06/17 20:47, Igal @ Lucee.org wrote: > Hi everyone,

svn commit: r1799466 - /tomcat/trunk/build.xml

2017-06-21 Thread schultz
Author: schultz Date: Wed Jun 21 15:09:12 2017 New Revision: 1799466 URL: http://svn.apache.org/viewvc?rev=1799466=rev Log: *sigh* one more revert. Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL:

[GitHub] tomcat issue #56: Convert Cluster Manager human-readable channelSendOptions ...

2017-06-21 Thread isapir
Github user isapir commented on the issue: https://github.com/apache/tomcat/pull/56 Thank you 👍 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

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

2017-06-21 Thread markt
Author: markt Date: Wed Jun 21 16:58:03 2017 New Revision: 1799487 URL: http://svn.apache.org/viewvc?rev=1799487=rev Log: Tag 8.5.16 Added: tomcat/tc8.5.x/tags/TOMCAT_8_5_16/ (props changed) - copied from r1799486, tomcat/tc8.5.x/trunk/ Modified: