[GitHub] [tomcat] jbampton opened a new pull request #319: Fix bare URL

2020-07-07 Thread GitBox
jbampton opened a new pull request #319: URL: https://github.com/apache/tomcat/pull/319 https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md#md034---bare-url-used This is an automated message from the Apach

buildbot failure in on tomcat-9-trunk

2020-07-07 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-9-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-9-trunk/builds/326 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The AnyBranchScheduler

[Bug 64583] org.apache.tomcat.websocket.pojo.TestEncodingDecoding / testAnnotatedEndPoints - testEvent fails occasionally

2020-07-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64583 --- Comment #5 from Mark Thomas --- OK. Done. Please re-test assuming you are able to. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscr

[tomcat] branch 7.0.x updated: Make tests more robust. Fix disabled tests.

2020-07-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new 112307f Make tests more robust. Fix disabled tests

[tomcat] branch 8.5.x updated: Make tests more robust. Fix disabled tests.

2020-07-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 0101789 Make tests more robust. Fix disabled tests

[tomcat] branch 9.0.x updated: Make tests more robust. Fix disabled tests.

2020-07-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 98a9f01 Make tests more robust. Fix disabled tests

[tomcat] branch master updated: Make tests more robust. Fix disabled tests.

2020-07-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 45c03ee Make tests more robust. Fix disabled tes

[Bug 64583] org.apache.tomcat.websocket.pojo.TestEncodingDecoding / testAnnotatedEndPoints - testEvent fails occasionally

2020-07-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64583 Mark Thomas changed: What|Removed |Added OS||All --- Comment #4 from Mark Thomas ---

[GitHub] [tomcat] sephiroth-j commented on pull request #311: support schemes "wss" and "ws" in WsHandshakeRequest.buildRequestUri()

2020-07-07 Thread GitBox
sephiroth-j commented on pull request #311: URL: https://github.com/apache/tomcat/pull/311#issuecomment-654992932 you are welcome This is an automated message from the Apache Git Service. To respond to the message, please log

buildbot failure in on tomcat-7-trunk

2020-07-07 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-7-trunk/builds/1733 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The AnyBranchSchedule

Re: Improving SameSite support

2020-07-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rémy, On 7/7/20 03:10, Rémy Maucherat wrote: > On Mon, Jul 6, 2020 at 9:27 PM Christopher Schultz > > wrote: > > All, > > Jakarta EE 5.0 does not appear to include support for SameSite > cookies. Tomcat's Cookie

[tomcat] branch 9.0.x updated: Standardize XSL files. Fix spelling.

2020-07-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 8d32505 Standardize XSL files. Fix spelling. 8d32

[tomcat] branch 8.5.x updated: Standardize XSL files. Fix spelling.

2020-07-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 5e0374d Standardize XSL files. Fix spelling. 5e03

[tomcat] branch master updated (3545d92 -> 292a6a0)

2020-07-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 3545d92 Update changelog add 292a6a0 Standardize XSL files. Fix spelling. No new revisions were added by this

[GitHub] [tomcat] markt-asf closed pull request #315: Standardize XSL files. Fix spelling.

2020-07-07 Thread GitBox
markt-asf closed pull request #315: URL: https://github.com/apache/tomcat/pull/315 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to t

[GitHub] [tomcat] markt-asf commented on pull request #315: Standardize XSL files. Fix spelling.

2020-07-07 Thread GitBox
markt-asf commented on pull request #315: URL: https://github.com/apache/tomcat/pull/315#issuecomment-654896870 Thanks for the PR. Applied to 10.0.x. Back-porting shortly. This is an automated message from the Apache Git Serv

Re: Catalina internals available from HttpServletRequest?

2020-07-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 7/6/20 16:45, Mark Thomas wrote: > On 06/07/2020 21:23, Christopher Schultz wrote: >> All, >> >> I'm looking at modifying the existing LoadBalancerDrainingValve >> to also function as a Filter if necessary (my application uses a >> Filter t

[tomcat] branch 7.0.x updated: support of schemes "wss" and "ws" in WsHandshakeRequest.buildRequestUri() requests with scheme "wss" or "ws", as outlined in [RFC 6455 section 11.1](https://tools.ietf.o

2020-07-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new 223f1bb support of schemes "wss" and "ws" in WsHa

[tomcat] branch 8.5.x updated: support of schemes "wss" and "ws" in WsHandshakeRequest.buildRequestUri() requests with scheme "wss" or "ws", as outlined in [RFC 6455 section 11.1](https://tools.ietf.o

2020-07-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/8.5.x by this push: new 2315511 support of schemes "wss" and "ws" in WsHa

[GitHub] [tomcat] markt-asf commented on pull request #311: support schemes "wss" and "ws" in WsHandshakeRequest.buildRequestUri()

2020-07-07 Thread GitBox
markt-asf commented on pull request #311: URL: https://github.com/apache/tomcat/pull/311#issuecomment-654878703 Thanks for the PR This is an automated message from the Apache Git Service. To respond to the message, please log

[tomcat] branch 9.0.x updated: support of schemes "wss" and "ws" in WsHandshakeRequest.buildRequestUri() requests with scheme "wss" or "ws", as outlined in [RFC 6455 section 11.1](https://tools.ietf.o

2020-07-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new 7fe71d1 support of schemes "wss" and "ws" in WsHa

[tomcat] branch master updated: Update changelog

2020-07-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 3545d92 Update changelog 3545d92 is described be

[tomcat] branch master updated: support of schemes "wss" and "ws" in WsHandshakeRequest.buildRequestUri() requests with scheme "wss" or "ws", as outlined in [RFC 6455 section 11.1](https://tools.ietf.

2020-07-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new da4f6bb support of schemes "wss" and "ws" in Ws

[GitHub] [tomcat] markt-asf merged pull request #311: support schemes "wss" and "ws" in WsHandshakeRequest.buildRequestUri()

2020-07-07 Thread GitBox
markt-asf merged pull request #311: URL: https://github.com/apache/tomcat/pull/311 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to t

Re: [VOTE] Release Apache Tomcat 7.0.105

2020-07-07 Thread Konstantin Kolinko
чт, 2 июл. 2020 г. в 16:08, Violeta Georgieva : > > The proposed Apache Tomcat 7.0.105 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.105/ > The Maven staging repo is: > https://repository.apache.org/content/repositori

[Bug 64583] org.apache.tomcat.websocket.pojo.TestEncodingDecoding / testAnnotatedEndPoints - testEvent fails occasionally

2020-07-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64583 --- Comment #3 from Konstantin Kolinko --- Searching other mentions of the test class in Bugzilla, it looks that those checks in the test were added when fixing bug 55127. -- You are receiving this mail because: You are the assignee for the b

buildbot success in on tomcat-7-trunk

2020-07-07 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-7-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-7-trunk/builds/1732 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The AnyBranchSched

[Bug 64583] org.apache.tomcat.websocket.pojo.TestEncodingDecoding / testAnnotatedEndPoints - testEvent fails occasionally

2020-07-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64583 --- Comment #2 from Konstantin Kolinko --- Created attachment 37353 --> https://bz.apache.org/bugzilla/attachment.cgi?id=37353&action=edit TEST-org.apache.tomcat.websocket.pojo.TestEncodingDecoding.NIO.txt A log from testing with Java 11 (Ad

[Bug 64583] org.apache.tomcat.websocket.pojo.TestEncodingDecoding / testAnnotatedEndPoints - testEvent fails occasionally

2020-07-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64583 --- Comment #1 from Konstantin Kolinko --- Created attachment 37352 --> https://bz.apache.org/bugzilla/attachment.cgi?id=37352&action=edit TEST-org.apache.tomcat.websocket.pojo.TestEncodingDecoding.APR.txt A log from testing with Java 8 (Ado

[Bug 64583] New: org.apache.tomcat.websocket.pojo.TestEncodingDecoding / testAnnotatedEndPoints - testEvent fails occasionally

2020-07-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64583 Bug ID: 64583 Summary: org.apache.tomcat.websocket.pojo.TestEncodingDecoding / testAnnotatedEndPoints - testEvent fails occasionally Product: Tomcat 7 Version:

[tomcat] branch 7.0.x updated: Update Tomcat 7.0.105 release date

2020-07-07 Thread violetagg
This is an automated email from the ASF dual-hosted git repository. violetagg pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new a98552c Update Tomcat 7.0.105 release date a98

[tomcat] branch 7.0.x updated: Add missing imports from previous backport

2020-07-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/7.0.x by this push: new c089ff5 Add missing imports from previous backport

Nexus: Promotion Completed

2020-07-07 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDeployer properties:"userAgent" = "Apache-Ant/Apache Ant(TM) version 1.9.15 compiled on May 10 2020 (Java 1.8.0_251; Windows 10 10.0) Aether""userId" = "violetagg""ip" = "78.83.99.114"Details:The following artifacts have been promoted to the "Releases" [id

svn commit: r40336 - /dev/tomcat/tomcat-7/v7.0.105/ /release/tomcat/tomcat-7/v7.0.105/

2020-07-07 Thread violetagg
Author: violetagg Date: Tue Jul 7 12:09:47 2020 New Revision: 40336 Log: Release Tomcat 7.0.105 Added: release/tomcat/tomcat-7/v7.0.105/ - copied from r40335, dev/tomcat/tomcat-7/v7.0.105/ Removed: dev/tomcat/tomcat-7/v7.0.105/

Re: [RESULT][VOTE] Release Apache Tomcat 7.0.105

2020-07-07 Thread Violeta Georgieva
Hi, На чт, 2.07.2020 г. в 16:08 Violeta Georgieva написа: > > The proposed Apache Tomcat 7.0.105 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.105/ > The Maven staging repo is: > https://repository.apache.org/conten

buildbot failure in on tomcat-7-trunk

2020-07-07 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building tomcat. Full details are available at: https://ci.apache.org/builders/tomcat-7-trunk/builds/1731 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The AnyBranchSchedule

Re: [VOTE] Release Apache Tomcat 7.0.105

2020-07-07 Thread Coty Sutherland
On Thu, Jul 2, 2020 at 9:08 AM Violeta Georgieva wrote: > The proposed Apache Tomcat 7.0.105 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.105/ > The Maven staging repo is: > https://repository.apache.org/content/re

Re: Plans to get GenericPrincipal to inherit CallerPrincipal?

2020-07-07 Thread Jean-Louis MONTEIRO
Hello Mark, Thanks for the quick response. I was checking out if there were plans for it. Glad it's on your radar. I'm currently writing an Apache implementation on the TomEE side for the Security API. So definitely interested. Would it help if I create a ticket to track the progress? Le lun.

[tomcat] 03/03: Update

2020-07-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 259177cf110dbc052da5e33d4f58ad2d4d535c00 Author: Mark Thomas AuthorDate: Tue Jul 7 10:57:47 2020 +0100 Update --- we

[tomcat] 02/03: Remove `hostManagerServlet.listitem` from the localized strings

2020-07-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit e36b6a790d91cc24eb786e8749fd92304e0e7f84 Author: Fabien Zindy AuthorDate: Thu Jul 2 00:34:36 2020 +0200 Remove `hostM

[tomcat] branch 7.0.x updated (60da928 -> 259177c)

2020-07-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 60da928 maven-resolver-ant-tasks is used instead of maven-ant-tasks new 6943e29 Remove the `managerServlet.listi

[tomcat] 01/03: Remove the `managerServlet.listitem` from the localized strings

2020-07-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 6943e29e339dafa410e0ad1d6617ccb233844a91 Author: Fabien Zindy AuthorDate: Tue Jun 30 21:04:14 2020 +0200 Remove the `

[tomcat] branch 8.5.x updated (032e8a5 -> 3bd8d73)

2020-07-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 032e8a5 Add release date for Apache Tomcat 8.5.57 new 04564c6 Remove the `managerServlet.listitem` from the loca

[tomcat] 01/03: Remove the `managerServlet.listitem` from the localized strings

2020-07-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 04564c61795130d83c47462ba7178b48d84c89ab Author: Fabien Zindy AuthorDate: Tue Jun 30 21:04:14 2020 +0200 Remove the `

[tomcat] 03/03: Update

2020-07-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 3bd8d73acd61a20db41d02e16e46741dbcc0a2cf Author: Mark Thomas AuthorDate: Tue Jul 7 10:57:47 2020 +0100 Update --- we

[tomcat] 02/03: Remove `hostManagerServlet.listitem` from the localized strings

2020-07-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit d5dfd5b1ee7ab2c46ddb35756d7d00b8040737ca Author: Fabien Zindy AuthorDate: Thu Jul 2 00:34:36 2020 +0200 Remove `hostM

[tomcat] branch 9.0.x updated (5cd1a5d -> 3192468)

2020-07-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 5cd1a5d Add release date for Apache Tomcat 9.0.37 new 6a842c1 Remove the `managerServlet.listitem` from the loca

[tomcat] 02/03: Remove `hostManagerServlet.listitem` from the localized strings

2020-07-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 00c44cae814b1d529f001e6adbecc67e2e9b7adc Author: Fabien Zindy AuthorDate: Thu Jul 2 00:34:36 2020 +0200 Remove `hostM

[tomcat] 01/03: Remove the `managerServlet.listitem` from the localized strings

2020-07-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 6a842c1bf96939187f907cca591ffdd5742f59b6 Author: Fabien Zindy AuthorDate: Tue Jun 30 21:04:14 2020 +0200 Remove the `

[tomcat] 03/03: Update

2020-07-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 3192468236f2e320ac524c90906647fcb6be3d71 Author: Mark Thomas AuthorDate: Tue Jul 7 10:57:47 2020 +0100 Update --- we

[tomcat] branch master updated: Update

2020-07-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/master by this push: new 6d83d06 Update 6d83d06 is described below commi

[tomcat] 02/02: Remove `hostManagerServlet.listitem` from the localized strings

2020-07-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git commit d8f5ca6d72e8d3a9925df0fc60745347cb4795fa Author: Fabien Zindy AuthorDate: Thu Jul 2 00:34:36 2020 +0200 Remove `host

[tomcat] 01/02: Remove the `managerServlet.listitem` from the localized strings

2020-07-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 505ab516d789054c9989cf51b0a3e5f3fd46d151 Author: Fabien Zindy AuthorDate: Tue Jun 30 21:04:14 2020 +0200 Remove the

[GitHub] [tomcat] markt-asf commented on pull request #310: Remove extraneous spaces around the colons of the output of the contexts list in the text-based manager

2020-07-07 Thread GitBox
markt-asf commented on pull request #310: URL: https://github.com/apache/tomcat/pull/310#issuecomment-654739480 Thanks for the PR. I've applied it to 10.0.x and I'll back-port it shortly. I merged this manually so I could squash it into two commits and fix the indenting. --

[GitHub] [tomcat] markt-asf closed pull request #310: Remove extraneous spaces around the colons of the output of the contexts list in the text-based manager

2020-07-07 Thread GitBox
markt-asf closed pull request #310: URL: https://github.com/apache/tomcat/pull/310 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to t

[tomcat] branch master updated (1d5edc9 -> d8f5ca6)

2020-07-07 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git. from 1d5edc9 Add release date for Apache Tomcat 10.0.0-M7 new 505ab51 Remove the `managerServlet.listitem` from the

[GitHub] [tomcat] jfclere commented on pull request #309: Allow recursive substitution of properties.

2020-07-07 Thread GitBox
jfclere commented on pull request #309: URL: https://github.com/apache/tomcat/pull/309#issuecomment-654734467 I will work again next week on the PR, thank for you patience. This is an automated message from the Apache Git Ser

Re: Improving SameSite support

2020-07-07 Thread Rémy Maucherat
On Mon, Jul 6, 2020 at 9:27 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > All, > > Jakarta EE 5.0 does not appear to include support for SameSite > cookies. Tomcat's CookieProcessor allows an administrator to set the > SameSit