Re: (tomcat) branch main updated: Switch strong ETag generation from SHA-1 to SHA-256

2025-09-02 Thread Christopher Schultz
Michael, On 9/2/25 1:09 PM, Michael Osipov wrote: On 2025/09/02 16:03:56 Mark Thomas wrote: On 02/09/2025 17:00, ma...@apache.org wrote: 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/t

Re: [VOTE] Release Apache Tomcat 11.0.11

2025-09-02 Thread Christopher Schultz
Mark, Thanks for RM'ing. On 9/1/25 7:22 AM, Mark Thomas wrote: The proposed Apache Tomcat 11.0.11 release is now available for voting. The notable changes compared to 11.0.10 include: - Fix concurrent access issues in the session FileStore implementation   that were causing lost sessions whe

Re: (tomcat) branch main updated: Switch strong ETag generation from SHA-1 to SHA-256

2025-09-02 Thread Rémy Maucherat
On Tue, Sep 2, 2025 at 6:04 PM Mark Thomas wrote: > > On 02/09/2025 17:00, ma...@apache.org wrote: > > 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 f

Re: (tomcat) branch main updated: Switch strong ETag generation from SHA-1 to SHA-256

2025-09-02 Thread Michael Osipov
On 2025/09/02 16:03:56 Mark Thomas wrote: > On 02/09/2025 17:00, ma...@apache.org wrote: > > 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

(tomcat) branch 9.0.x updated: Remove out of date comments.

2025-09-02 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 ea3e99f2f0 Remove out of date comments. ea3e99f2f0

(tomcat) branch 10.1.x updated: Remove out of date comments.

2025-09-02 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 The following commit(s) were added to refs/heads/10.1.x by this push: new ae7ab58e53 Remove out of date comments. ae7ab58e5

(tomcat) branch 11.0.x updated: Remove out of date comments.

2025-09-02 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/11.0.x by this push: new 479b1fbf46 Remove out of date comments. 479b1fbf4

(tomcat) branch main updated: Remove out of date comments.

2025-09-02 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 3f46e0e931 Remove out of date comments. 3f46e0e931 is

Re: (tomcat) branch main updated: Switch strong ETag generation from SHA-1 to SHA-256

2025-09-02 Thread Mark Thomas
On 02/09/2025 17:00, ma...@apache.org wrote: 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 9126d

(tomcat) branch main updated: Switch strong ETag generation from SHA-1 to SHA-256

2025-09-02 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 9126de9274 Switch strong ETag generation from SHA-1 t

Re: [VOTE] Release Apache Tomcat 9.0.109

2025-09-02 Thread Christopher Schultz
Rémy, Thanks for RMing. On 9/1/25 9:02 AM, Rémy Maucherat wrote: The proposed Apache Tomcat 9.0.109 release is now available for voting. The notable changes compared to 9.0.108 are: - Fix concurrent access issues in the session FileStore implementation that were causing lost sessions when

Re: [VOTE] Release Apache Tomcat 10.1.45

2025-09-02 Thread Christopher Schultz
All, On 9/2/25 8:58 AM, Christopher Schultz wrote: The proposed Apache Tomcat 10.1.45 release is now available for voting. All committers and PMC members are kindly requested to provide a vote if possible. ANY TOMCAT USER MAY VOTE, though only PMC members votes are binding. We welcome non-com

Re: [VOTE] Release Apache Tomcat 10.1.45

2025-09-02 Thread Dimitris Soumis
On Tue, Sep 2, 2025 at 4:06 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > The proposed Apache Tomcat 10.1.45 release is now available for > voting. > > All committers and PMC members are kindly requested to provide a vote if > possible. ANY TOMCAT USER MAY VOTE, though only PMC m

[Bug 69800] Enhancement: Support for configuring TLS named groups

2025-09-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69800 --- Comment #3 from Remy Maucherat --- https://tls13.xargs.org/#client-hello/annotated The client hello has info on the client supported groups, which is probably what we need. As a result, with TLS 1.3, it would be a good idea to use that. If

(tomcat) branch 10.1.x updated: Replace text blocks and pattern matching, they are not supported in Java 11

2025-09-02 Thread dsoumis
This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 6f6c134c53 Replace text blocks and pattern matc

(tomcat) branch 9.0.x updated: Replace text blocks, they are not supported in Java 8

2025-09-02 Thread dsoumis
This is an automated email from the ASF dual-hosted git repository. dsoumis 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 07a8df20e3 Replace text blocks, they are not supp

(tomcat) branch 10.1.x updated (604be597a6 -> d019af3bf9)

2025-09-02 Thread dsoumis
This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 604be597a6 Document implementation expectations new 3260209cfe Add WebappLogCapture to capture webapp-scoped log

[Bug 69800] Enhancement: Support for configuring TLS named groups

2025-09-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69800 --- Comment #2 from Matt Porter --- Apologies, I wasn't suggesting anything custom for Bouncy Castle's JSSE provider, my point there is that they released a version with PQC resistant key exchange algorithms so I think we'll see folks wanting t

svn commit: r78989 - dev/tomcat/tomcat-10/v10.1.45 release/tomcat/tomcat-10/v10.1.45

2025-09-02 Thread schultz
Author: schultz Date: Tue Sep 2 13:03:34 2025 New Revision: 78989 Log: Move release candidate from released -> dev Added: dev/tomcat/tomcat-10/v10.1.45/ - copied from r78988, release/tomcat/tomcat-10/v10.1.45/ Deleted: release/tomcat/tomcat-10/v10.1.45/

(tomcat) branch 10.1.x updated: Increment version numbers for next release

2025-09-02 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 The following commit(s) were added to refs/heads/10.1.x by this push: new 7e0ac985e9 Increment version numbers for next r

[VOTE] Release Apache Tomcat 10.1.45

2025-09-02 Thread Christopher Schultz
The proposed Apache Tomcat 10.1.45 release is now available for voting. All committers and PMC members are kindly requested to provide a vote if possible. ANY TOMCAT USER MAY VOTE, though only PMC members votes are binding. We welcome non-committer votes or comments on release builds. The not

(tomcat) 01/04: Add WebappLogCapture to capture webapp-scoped logs at CONFIGURE_START

2025-09-02 Thread dsoumis
This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 78fd89cb6bb5e140129781d15734e6ec46a5f594 Author: Dimitris Soumis AuthorDate: Fri Aug 29 23:10:37 2025 +0300 Add Web

(tomcat) 03/04: Add helper method getProgrammaticRootContextWithManager() in TomcatBaseTest

2025-09-02 Thread dsoumis
This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 4a4cbf91dd14d9470069fe050cfa9fdd5d29a5e7 Author: Dimitris Soumis AuthorDate: Mon Sep 1 14:55:23 2025 +0300 Add help

(tomcat) 02/04: Add TestStrictComplianceDeployment for STRICT_SERVLET_COMPLIANCE web.xml parsing

2025-09-02 Thread dsoumis
This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 01395ed99496c86fafe5f445c3c4683f742bc636 Author: Dimitris Soumis AuthorDate: Fri Aug 29 23:11:26 2025 +0300 Add Tes

(tomcat) 04/04: Create two tests, one testing that the XML validation works (configured using the Context attributes) and one testing that setting STRICT_SERVLET_COMPLIANCE sets the attributes it is d

2025-09-02 Thread dsoumis
This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit f77362b4f53ba45c24876020856edf4f0680f9c6 Author: Dimitris Soumis AuthorDate: Mon Sep 1 15:21:20 2025 +0300 Create t

(tomcat) branch 9.0.x updated (6bfbd32b30 -> f77362b4f5)

2025-09-02 Thread dsoumis
This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from 6bfbd32b30 Next is 9.0.110 new 78fd89cb6b Add WebappLogCapture to capture webapp-scoped logs at CONFIGURE_START

svn commit: r78987 - in release/tomcat/tomcat-10/v10.1.45: . bin bin/embed src

2025-09-02 Thread schultz
Author: schultz Date: Tue Sep 2 12:48:37 2025 New Revision: 78987 Log: Upload v10.1.45 for voting Added: release/tomcat/tomcat-10/v10.1.45/ release/tomcat/tomcat-10/v10.1.45/KEYS release/tomcat/tomcat-10/v10.1.45/README.html release/tomcat/tomcat-10/v10.1.45/RELEASE-NOTES release/

(tomcat) tag 10.1.45 created (now 9b0f308fdc)

2025-09-02 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to tag 10.1.45 in repository https://gitbox.apache.org/repos/asf/tomcat.git at 9b0f308fdc (commit) This tag includes the following new commits: new 9b0f308fdc Tag 10.1.45 The 1 revisions list

(tomcat) 01/01: Tag 10.1.45

2025-09-02 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to tag 10.1.45 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 9b0f308fdc46fe76b988266baf2c269d63a3a898 Author: Christopher Schultz AuthorDate: Tue Sep 2 08:46:34 2025 -0400 Tag 1

(tomcat) 01/05: Add WebappLogCapture to capture webapp-scoped logs at CONFIGURE_START

2025-09-02 Thread dsoumis
This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 7653a107002fe7e565191521966fc2a03e1e0710 Author: Dimitris Soumis AuthorDate: Fri Aug 29 23:10:37 2025 +0300 Add Weba

(tomcat) 04/05: Create two tests, one testing that the XML validation works (configured using the Context attributes) and one testing that setting STRICT_SERVLET_COMPLIANCE sets the attributes it is d

2025-09-02 Thread dsoumis
This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 7945cce3f888159be0870086f6f764787da97f82 Author: Dimitris Soumis AuthorDate: Mon Sep 1 15:21:20 2025 +0300 Create tw

(tomcat) 04/05: Create two tests, one testing that the XML validation works (configured using the Context attributes) and one testing that setting STRICT_SERVLET_COMPLIANCE sets the attributes it is d

2025-09-02 Thread dsoumis
This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit f6e0fe1dfb994eccdae2175ba9e4ac1845c04b15 Author: Dimitris Soumis AuthorDate: Mon Sep 1 15:21:20 2025 +0300 Create

(tomcat) 03/05: Add helper method getProgrammaticRootContextWithManager() in TomcatBaseTest

2025-09-02 Thread dsoumis
This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit aa266e0f256ec948cf5cb7c2d0bf9f04310d56bd Author: Dimitris Soumis AuthorDate: Mon Sep 1 14:55:23 2025 +0300 Add hel

(tomcat) 05/05: Fix continuation indentation

2025-09-02 Thread dsoumis
This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit d019af3bf9740b82332d75a2713134fe58ece463 Author: Dimitris Soumis AuthorDate: Tue Sep 2 15:17:40 2025 +0300 Fix con

(tomcat) 01/05: Add WebappLogCapture to capture webapp-scoped logs at CONFIGURE_START

2025-09-02 Thread dsoumis
This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 3260209cfe81753e2bb9d56cfb2042393383df04 Author: Dimitris Soumis AuthorDate: Fri Aug 29 23:10:37 2025 +0300 Add We

(tomcat) branch 11.0.x updated (c47aaa6952 -> 9d74f0580e)

2025-09-02 Thread dsoumis
This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a change to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git from c47aaa6952 Document implementation expectations new 98414c4da1 Add WebappLogCapture to capture webapp-scoped log

(tomcat) 02/05: Add TestStrictComplianceDeployment for STRICT_SERVLET_COMPLIANCE web.xml parsing

2025-09-02 Thread dsoumis
This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 415ab0a7891a103c6d88fc37de715734a9d93ad9 Author: Dimitris Soumis AuthorDate: Fri Aug 29 23:11:26 2025 +0300 Add Te

(tomcat) 02/05: Add TestStrictComplianceDeployment for STRICT_SERVLET_COMPLIANCE web.xml parsing

2025-09-02 Thread dsoumis
This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit c84902f6b32c1f11f5269eddc6581169e1bdbb44 Author: Dimitris Soumis AuthorDate: Fri Aug 29 23:11:26 2025 +0300 Add Te

(tomcat) 05/05: Fix continuation indentation

2025-09-02 Thread dsoumis
This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 9d74f0580ed5a7cba5c62ce9921c7079e0c1dde7 Author: Dimitris Soumis AuthorDate: Tue Sep 2 15:17:40 2025 +0300 Fix con

(tomcat) 04/05: Create two tests, one testing that the XML validation works (configured using the Context attributes) and one testing that setting STRICT_SERVLET_COMPLIANCE sets the attributes it is d

2025-09-02 Thread dsoumis
This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 8ae5e5aa66d64ff1113ab1a816170b261d893e34 Author: Dimitris Soumis AuthorDate: Mon Sep 1 15:21:20 2025 +0300 Create

(tomcat) 01/05: Add WebappLogCapture to capture webapp-scoped logs at CONFIGURE_START

2025-09-02 Thread dsoumis
This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 98414c4da15c118db28d59e01711799ebf1dd1e1 Author: Dimitris Soumis AuthorDate: Fri Aug 29 23:10:37 2025 +0300 Add We

(tomcat) 03/05: Add helper method getProgrammaticRootContextWithManager() in TomcatBaseTest

2025-09-02 Thread dsoumis
This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 2a947b2108270a58c4367b2dadfe7888da01607f Author: Dimitris Soumis AuthorDate: Mon Sep 1 14:55:23 2025 +0300 Add hel

(tomcat) 03/05: Add helper method getProgrammaticRootContextWithManager() in TomcatBaseTest

2025-09-02 Thread dsoumis
This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 98ef2bd4a5e6c1280c5204fb8b57ef0003c7d30a Author: Dimitris Soumis AuthorDate: Mon Sep 1 14:55:23 2025 +0300 Add helpe

(tomcat) branch main updated (27cd6b85f3 -> 135c54dc5e)

2025-09-02 Thread dsoumis
This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git from 27cd6b85f3 Document implementation expectations new 7653a10700 Add WebappLogCapture to capture webapp-scoped logs

(tomcat) 02/05: Add TestStrictComplianceDeployment for STRICT_SERVLET_COMPLIANCE web.xml parsing

2025-09-02 Thread dsoumis
This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit c42010a35949ff4d05354634ac0f780e94ba0637 Author: Dimitris Soumis AuthorDate: Fri Aug 29 23:11:26 2025 +0300 Add Test

(tomcat) 05/05: Fix continuation indentation

2025-09-02 Thread dsoumis
This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 135c54dc5e7e50cab4fb9d4853d7a4839deec87f Author: Dimitris Soumis AuthorDate: Tue Sep 2 15:17:40 2025 +0300 Fix conti

Re: [PR] Add webapp scoped log capture helper and STRICT_SERVLET_COMPLIANCE web.xml parsing test [tomcat]

2025-09-02 Thread via GitHub
dsoumis merged PR #887: URL: https://github.com/apache/tomcat/pull/887 -- 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 the specific comment. To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

Re: [PR] Add webapp scoped log capture helper and STRICT_SERVLET_COMPLIANCE web.xml parsing test [tomcat]

2025-09-02 Thread via GitHub
markt-asf commented on PR #887: URL: https://github.com/apache/tomcat/pull/887#issuecomment-3244923496 LGTM. One minor nit is that continuation lines should be indented 8 spaces rather than 4. -- This is an automated message from the Apache Git Service. To respond to the message, please l

[Bug 69800] Enhancement: Support for configuring TLS named groups

2025-09-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69800 --- Comment #1 from Remy Maucherat --- Tomcat's focus is on OpenSSL (and clones) support for newer TLS features, and (plain) JSSE for more established ones. I am not in favor of adding anything dedicated to custom JSSE providers. So here, you'r