(tomcat) branch 10.1.x updated: Correctly calculate h2 request statistics now requests are reused

2025-06-18 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 ec32fee38b Correctly calculate h2 request statist

(tomcat) branch main updated: Correctly calculate h2 request statistics now requests are reused

2025-06-18 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 4dc1a0f94b Correctly calculate h2 request statistics

(tomcat) branch 11.0.x updated: Correctly calculate h2 request statistics now requests are reused

2025-06-18 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 7f252d0c5a Correctly calculate h2 request statist

(tomcat) branch 9.0.x updated: Correctly calculate h2 request statistics now requests are reused

2025-06-18 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 94a55974bb Correctly calculate h2 request statistic

(tomcat) branch 9.0.x updated: Use Reader instead of explicit StringReader

2025-06-18 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 The following commit(s) were added to refs/heads/9.0.x by this push: new 9616b3e03c Use Reader instead of explicit StringR

[Bug 69717] DirResourceSet breaks with trailing slash on webAppMount

2025-06-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69717 --- Comment #1 from Remy Maucherat --- Please read: "Moderate: Security constraint bypass for PreResources and PostResources CVE-2025-49125" https://tomcat.apache.org/security-9.html Stripping the trailing / in AbstractResourceSet.setWebAppMou

Buildbot success in on tomcat-9.0.x

2025-06-18 Thread buildbot
Build status: Build succeeded! Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/37/builds/1433 Blamelist: Mark Thomas Build Text: build successful Status Detected: restored build Build Source Stamp: [branch 9.0.x] 94a55974bb556d9f703b697487128af9a7cf1fa3 Steps: worker_prep

(tomcat) branch main updated: Use Reader instead of explicit StringReader

2025-06-18 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 0801c8c3f7 Use Reader instead of explicit StringRea

(tomcat) branch 11.0.x updated: Use Reader instead of explicit StringReader

2025-06-18 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 6225882e85 Use Reader instead of explicit Strin

(tomcat) branch 10.1.x updated: Use Reader instead of explicit StringReader

2025-06-18 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 51ed9c22a1 Use Reader instead of explicit Strin

[Bug 69717] DirResourceSet breaks with trailing slash on webAppMount

2025-06-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69717 --- Comment #2 from Jonas Verhofsté --- Or config validation should fail when the param has a trailing slash? It just silently not working and that not being documented anywhere is still a regression caused by the fix for the CVE. :) -- You