Re: Very sporadic test failures in org.apache.catalina.core.TestAsyncContextImpl for TC 8.5 and 9

2024-03-15 Thread Rainer Jung
Thanks again, I will keep an eye on it. Am 15.03.24 um 20:43 schrieb Mark Thomas: On 08/03/2024 20:28, Rainer Jung wrote: Again, this is not a new failure and it happens extremely infrequent. Observed with JSSE on various Linux distributions and with various JVM versions and vendors. Only

Buildbot success in on tomcat-9.0.x

2024-03-15 Thread buildbot
Build status: Build succeeded! Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/37/builds/893 Blamelist: Christopher Schultz , Mark Thomas Build Text: build successful Status Detected: restored build Build Source Stamp: [branch 9.0.x] e788d61e00a9363a04fbc5c54a0a043637eceef4

(tomcat) branch 8.5.x updated: Update comment

2024-03-15 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 b0dc6092ad Update comment b0dc6092ad is described

(tomcat) branch 9.0.x updated: Update comment

2024-03-15 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 931998fdd1 Update comment 931998fdd1 is described

Re: Very sporadic test failures in org.apache.catalina.core.TestAsyncContextImpl for TC 8.5 and 9

2024-03-15 Thread Mark Thomas
On 08/03/2024 20:28, Rainer Jung wrote: Again, this is not a new failure and it happens extremely infrequent. Observed with JSSE on various Linux distributions and with various JVM versions and vendors. Only observed for TC 8.5 and 9, but for 10.1 and 11 the unit tests are run with much fewer

(tomcat) branch 8.5.x updated: Fix test failure. Throw ISE rather than NPE if AsyncContext is recycled

2024-03-15 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 2b0ef3ca6b Fix test failure. Throw ISE rather than

(tomcat) branch 9.0.x updated: Fix test failure. Throw ISE rather than NPE if AsyncContext is recycled

2024-03-15 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 9af43f9980 Fix test failure. Throw ISE rather than

(tomcat) 02/02: Fix test failure. Throw ISE rather than NPE if AsyncContext is recycled

2024-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 63aea1057ed68d74e12a0e340a88b99036ecfc47 Author: Mark Thomas AuthorDate: Fri Mar 15 19:37:48 2024 + Fix test

(tomcat) branch 10.1.x updated (4380bc0078 -> 63aea1057e)

2024-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 4380bc0078 Add ignores for vi swap files. new 38df16c3b9 Update comment new 63aea1057e Fix test failure.

(tomcat) 01/02: Update comment

2024-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 38df16c3b9bd72aafa809349b6c7bee77286a475 Author: Mark Thomas AuthorDate: Fri Mar 15 19:09:54 2024 + Update

(tomcat) branch main updated: Fix test failure. Throw ISE rather than NPE if AsyncContext is recycled

2024-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new a4f27a6509 Fix test failure. Throw ISE rather than

(tomcat) branch main updated: Update comment

2024-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new c0cb9b3b00 Update comment c0cb9b3b00 is described

(tomcat) branch 9.0.x updated: Correct section title

2024-03-15 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 e788d61e00 Correct section title e788d61e00 is

(tomcat) 03/04: Refactor the internal representation of the HttpOnly and Secure

2024-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 4ca2a66d6203ce7843fbaa9fd47be82cba477781 Author: Mark Thomas AuthorDate: Fri Mar 15 17:15:03 2024 + Refactor the

(tomcat) 02/04: Output cookie attributes with the value "" as bare attribute names

2024-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 8b766b3ce2d3942a1a3027a8902df010eb9589d5 Author: Mark Thomas AuthorDate: Fri Mar 15 17:12:20 2024 + Output cookie

(tomcat) 04/04: Don't use Max-Age=0 in Set-Cookie headers

2024-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit d16e846c4538ea9d4904cd2d74db41f0a7bcf3a6 Author: Mark Thomas AuthorDate: Fri Mar 15 17:18:31 2024 + Don't use

(tomcat) 01/04: Correct section title

2024-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 3e1113dcf764f90bf1720c752667641a6a972e1e Author: Mark Thomas AuthorDate: Fri Mar 15 17:01:47 2024 + Correct

(tomcat) branch main updated (0fc30f2434 -> d16e846c45)

2024-03-15 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git from 0fc30f2434 Add ignores for vi swap files. new 3e1113dcf7 Correct section title new 8b766b3ce2 Output cookie

Re: [PR] Unify comma-separated-value code and optimize the implementation [tomcat]

2024-03-15 Thread Christopher Schultz
Mark, On 3/15/24 13:27, markt-asf (via GitHub) wrote: markt-asf commented on code in PR #707: URL: https://github.com/apache/tomcat/pull/707#discussion_r1526610303 ## java/org/apache/catalina/realm/JNDIRealm.java: ## @@ -966,7 +967,7 @@ private String[] getCipherSuitesArray()

Re: [PR] Unify comma-separated-value code and optimize the implementation [tomcat]

2024-03-15 Thread via GitHub
markt-asf commented on code in PR #707: URL: https://github.com/apache/tomcat/pull/707#discussion_r1526610303 ## java/org/apache/catalina/realm/JNDIRealm.java: ## @@ -966,7 +967,7 @@ private String[] getCipherSuitesArray() {

Buildbot failure in on tomcat-9.0.x

2024-03-15 Thread buildbot
Build status: BUILD FAILED: failed compile (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/37/builds/892 Blamelist: Christopher Schultz Build Text: failed compile (failure) Status Detected: new failure Build Source Stamp: [branch 9.0.x]

[PR] Unify comma-separated-value code and optimize the implementation [tomcat]

2024-03-15 Thread via GitHub
ChristopherSchultz opened a new pull request, #707: URL: https://github.com/apache/tomcat/pull/707 There was repeated code in various places in the source tree to spit simple comma-separated strings using the regular expression pattern `\s*,\s*`. This PR gathers those together into a

(tomcat) branch 9.0.x updated (662c3ca71e -> 912a5e1411)

2024-03-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 662c3ca71e Remove temporary file. new 07e07b9d1f Remove another temporary file. new 912a5e1411 Add ignores

(tomcat) 01/02: Remove another temporary file.

2024-03-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit dc340dd861b6d843d60c9716718bda96b1a5a590 Author: Christopher Schultz AuthorDate: Fri Mar 15 09:42:33 2024 -0400

(tomcat) 02/02: Add ignores for vi swap files.

2024-03-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 912a5e14112b104ab38d26c66971a7f6b19fe251 Author: Christopher Schultz AuthorDate: Fri Mar 15 09:46:47 2024 -0400

(tomcat) 02/02: Add ignores for vi swap files.

2024-03-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 4380bc0078efb371393d7e770bd7c73fbb4750d3 Author: Christopher Schultz AuthorDate: Fri Mar 15 09:46:47 2024 -0400

(tomcat) 01/02: Remove another temporary file.

2024-03-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 07e07b9d1f0fd23722277aceb00faefd7d070296 Author: Christopher Schultz AuthorDate: Fri Mar 15 09:42:33 2024 -0400

(tomcat) branch 10.1.x updated (eb96a7c943 -> 4380bc0078)

2024-03-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from eb96a7c943 Remove temporary file. new dc340dd861 Remove another temporary file. new 4380bc0078 Add ignores

(tomcat) 01/02: Remove another temporary file.

2024-03-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit a5ed54fe2086a07fe44bbdcb2ba3fcaddcf9cc64 Author: Christopher Schultz AuthorDate: Fri Mar 15 09:42:33 2024 -0400

(tomcat) 02/02: Add ignores for vi swap files.

2024-03-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 0fc30f2434861d410097415baecaa02ed70938b7 Author: Christopher Schultz AuthorDate: Fri Mar 15 09:46:47 2024 -0400 Add

(tomcat) branch main updated (d0209ec703 -> 0fc30f2434)

2024-03-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git from d0209ec703 Remove temporary file. new a5ed54fe20 Remove another temporary file. new 0fc30f2434 Add ignores

(tomcat) 02/03: Remove temporary file.

2024-03-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit f360a47502df9639e20cff96996357c4349be70a Author: Christopher Schultz AuthorDate: Fri Mar 15 09:38:42 2024 -0400

(tomcat) branch 8.5.x updated (0675222e36 -> d1bb3ae1b8)

2024-03-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 0675222e36 Correctly handle tag libraries packaged in JARs in a WAR deployment new 5ff54bf7aa Allow build-age

(tomcat) 03/03: Change default build-age warning from (disabled) to 180 days for final 8.5.x releases.

2024-03-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit d1bb3ae1b876814b7e87134b407d1b37beb83b1a Author: Christopher Schultz AuthorDate: Fri Mar 15 09:41:52 2024 -0400

(tomcat) 01/03: Allow build-age check to be disabled, and disable it by default.

2024-03-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 5ff54bf7aa01f29ec2d0ed15be1259bbdf576aa0 Author: Christopher Schultz AuthorDate: Fri Mar 15 09:37:27 2024 -0400

(tomcat) branch 9.0.x updated (3f7bc2369b -> 662c3ca71e)

2024-03-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 3f7bc2369b Add release date new 91e3e6b865 Allow build-age check to be disabled, and disable it by default.

(tomcat) 02/02: Remove temporary file.

2024-03-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 662c3ca71eccc40084340fd8db8c0ca82fa1cadd Author: Christopher Schultz AuthorDate: Fri Mar 15 09:38:42 2024 -0400

(tomcat) 01/02: Allow build-age check to be disabled, and disable it by default.

2024-03-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 91e3e6b865f6d1c661a01a0f517b6f91b0d9d747 Author: Christopher Schultz AuthorDate: Fri Mar 15 09:37:27 2024 -0400

(tomcat) 02/02: Remove temporary file.

2024-03-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit eb96a7c9431148e16179793861984e52ddb1b164 Author: Christopher Schultz AuthorDate: Fri Mar 15 09:38:42 2024 -0400

(tomcat) branch 10.1.x updated (f159cd54c1 -> eb96a7c943)

2024-03-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from f159cd54c1 Correctly handle tag libraries packaged in JARs in a WAR deployment new 3f10b0840a Allow build-age

(tomcat) 01/02: Allow build-age check to be disabled, and disable it by default.

2024-03-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 3f10b0840adf63290b4ac80596dc57efd1234988 Author: Christopher Schultz AuthorDate: Fri Mar 15 09:37:27 2024 -0400

(tomcat) branch main updated: Remove temporary file.

2024-03-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new d0209ec703 Remove temporary file. d0209ec703 is

(tomcat) branch main updated: Allow build-age check to be disabled, and disable it by default.

2024-03-15 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new cbe8769f28 Allow build-age check to be disabled,

Re: (tomcat) 02/02: Add checking for the age of the Tomcat version running and warn if it's getting old.

2024-03-15 Thread Christopher Schultz
Mark and Rémy, On 3/13/24 10:53, Mark Thomas wrote: On 13/03/2024 14:38, Rémy Maucherat wrote: wrote: 1. A longer default nag-duration That's a good start. If it is meant to be enabled by default, I would like a value that is long enough so that it is almost certain there's an issue. 2

Re: Plans for 10.1.x and 8.5.x release?

2024-03-15 Thread Christopher Schultz
Mark, On 3/15/24 07:52, Mark Thomas wrote: Just wondering what your thinking was for the March releases of 10.1.x and 8.5.x I definitely want to make the changes discussed on dev@ for the Tomcat age-nagging, plus one more thing to round-off before cutting 8.5.final. I was planning to do

Re: Plans for 10.1.x and 8.5.x release?

2024-03-15 Thread Mark Thomas
On 15/03/2024 12:08, Koteswararao Gundapaneni wrote: Hi Innovations are on the way for both 10.1.x and 8.5.x OK. I'll bite. What innovations? Mark regards, Koti On Fri, Mar 15, 2024 at 4:53 AM Mark Thomas wrote: Chris, Just wondering what your thinking was for the March releases of

Re: Plans for 10.1.x and 8.5.x release?

2024-03-15 Thread Koteswararao Gundapaneni
Hi Innovations are on the way for both 10.1.x and 8.5.x regards, Koti On Fri, Mar 15, 2024 at 4:53 AM Mark Thomas wrote: > Chris, > > Just wondering what your thinking was for the March releases of 10.1.x > and 8.5.x > > Mark > >

Plans for 10.1.x and 8.5.x release?

2024-03-15 Thread Mark Thomas
Chris, Just wondering what your thinking was for the March releases of 10.1.x and 8.5.x Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Welcome note

2024-03-15 Thread Koteswararao Gundapaneni
Hi I will be act from now onwards as a good contributor with the new mailing address provided. regards, Koti

Re: Requesting as I had been agreed to commit from a contributor role

2024-03-15 Thread Mark Thomas
On 15/03/2024 01:41, koteswara Rao Gundapaneni wrote: Ok let me know I can use the below email as the future mailing address apache.tomcat.k...@gmail.com Something like that Unsubscribe your old address. Subscribe your new address. Full instructions can be found at