Re: [tomcat] branch master updated: Add encryption as the first option to secure a cluster

2020-01-20 Thread Mark Thomas
On 20/01/2020 17:21, Mark Thomas wrote: > On 20/01/2020 17:08, Christopher Schultz wrote: >> On 1/20/20 12:01 PM, ma...@apache.org wrote: > > > >>> Add encryption as the first option to secure a cluster --- > > > >> I could have sworn I added this, already. Thanks for doing it. > > I'm

[Bug 64080] Graceful shutdown does not occur for connected clients that have not yet submitted their request payload

2020-01-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64080 --- Comment #11 from Christopher Schultz --- (In reply to carbattles from comment #8) > If it is any help, our setup is 12 tomcat servers, with load balancer in > front. Our build process will restart the tomcat servers in sequence. We >

Re: [tomcat] branch master updated: Add encryption as the first option to secure a cluster

2020-01-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 1/20/20 12:01 PM, ma...@apache.org wrote: > 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

[Bug 64080] Graceful shutdown does not occur for connected clients that have not yet submitted their request payload

2020-01-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64080 --- Comment #12 from carbatt...@hotmail.com --- > If the expectation is that a request (from the client's perspective) will > not be dropped, then I think you can solve this at the load-balancer with > retry-based fail-over: the lb takes care

[tomcat] branch master updated: Remove unused code

2020-01-20 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 c9021f6 Remove unused code c9021f6 is described

[tomcat] branch master updated (e8cadf9 -> 65a53c6)

2020-01-20 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 e8cadf9 Add encryption as the first option to secure a cluster add 65a53c6 Fix typo No new revisions were

[tomcat] branch 9.0.x updated: Fix typo

2020-01-20 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 0e27b9e Fix typo 0e27b9e is described below

[tomcat] branch 8.5.x updated: Fix typo

2020-01-20 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 2e1718d Fix typo 2e1718d is described below

[tomcat] branch 9.0.x updated: Remove unused code

2020-01-20 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 679626e Remove unused code 679626e is described

[tomcat] branch 8.5.x updated: Remove unused code

2020-01-20 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 51fa03b Remove unused code 51fa03b is described

[Bug 64051] mod_jk set_session_cookie not sending new cookie after node failover for sticky session

2020-01-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64051 --- Comment #12 from Christopher Schultz --- You still need to post your correct configuration. -- You are receiving this mail because: You are the assignee for the bug. -

[GitHub] [tomcat] ChristopherSchultz commented on issue #232: Fix handling of query parameters with no value, like `?foo`

2020-01-20 Thread GitBox
ChristopherSchultz commented on issue #232: Fix handling of query parameters with no value, like `?foo` URL: https://github.com/apache/tomcat/pull/232#issuecomment-576357046 I stiil don't understand the ask, here. It looks like you are taking a situation where you CAN tell whether a

[GitHub] [tomcat] ChristopherSchultz edited a comment on issue #232: Fix handling of query parameters with no value, like `?foo`

2020-01-20 Thread GitBox
ChristopherSchultz edited a comment on issue #232: Fix handling of query parameters with no value, like `?foo` URL: https://github.com/apache/tomcat/pull/232#issuecomment-576357046 I still don't understand the ask, here. It looks like you are taking a situation where you CAN tell whether

[GitHub] [tomcat] ChristopherSchultz closed pull request #232: Fix handling of query parameters with no value, like `?foo`

2020-01-20 Thread GitBox
ChristopherSchultz closed pull request #232: Fix handling of query parameters with no value, like `?foo` URL: https://github.com/apache/tomcat/pull/232 This is an automated message from the Apache Git Service. To respond to

Re: [tomcat] branch master updated: Add encryption as the first option to secure a cluster

2020-01-20 Thread Mark Thomas
On 20/01/2020 17:08, Christopher Schultz wrote: > On 1/20/20 12:01 PM, ma...@apache.org wrote: >> Add encryption as the first option to secure a cluster --- > I could have sworn I added this, already. Thanks for doing it. I'm looking at back-porting the Interceptor to 7.0.x. I've got

[tomcat] branch 8.5.x updated: Add encryption as the first option to secure a cluster

2020-01-20 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 9af9be0 Add encryption as the first option to

[Bug 55477] Add a solution to map a realm name to a security role

2020-01-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55477 --- Comment #18 from Christopher Schultz --- How applicable is in web.xml, here? (In reply to Stefan Mayr from comment #16) > After a quick look into Michael's documentation I'm only concerned about the > placement of the default config in

[tomcat] branch master updated: Add encryption as the first option to secure a cluster

2020-01-20 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 e8cadf9 Add encryption as the first option to

[tomcat] branch 9.0.x updated: Add encryption as the first option to secure a cluster

2020-01-20 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 15a6366 Add encryption as the first option to

[tomcat] branch 7.0.x updated: Back-port EncryptInterceptor from Tomcat 8.5.x onwards.

2020-01-20 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 5668ae6 Back-port EncryptInterceptor from Tomcat

buildbot failure in on tomcat-7-trunk

2020-01-20 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/1574 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: asf946_ubuntu Build Reason: The

[tomcat] branch 7.0.x updated: Skip GCM test when running on a JVM where GCM isn't available

2020-01-20 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 f459395 Skip GCM test when running on a JVM where

[Bug 64051] mod_jk set_session_cookie not sending new cookie after node failover for sticky session

2020-01-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64051 --- Comment #13 from Mohsen --- This is the correct connector: -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: