Re: [VOTE] Release Apache Tomcat 10.1.27

2024-07-31 Thread Christopher Schultz
All, On 7/30/24 11:56, Christopher Schultz wrote: The proposed Apache Tomcat 10.1.27 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-comm

Buildbot failure in on tomcat-10.1.x

2024-07-31 Thread buildbot
Build status: BUILD FAILED: failed Snapshot deployed to ASF Maven snapshot repository (failure) Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/44/builds/1346 Blamelist: Mark Thomas Build Text: failed Snapshot deployed to ASF Maven snapshot repository (failure) Status Detecte

Buildbot success in on tomcat-11.0.x

2024-07-31 Thread buildbot
Build status: Build succeeded! Worker used: bb_worker2_ubuntu URL: https://ci2.apache.org/#builders/112/builds/1213 Blamelist: Mark Thomas Build Text: build successful Status Detected: restored build Build Source Stamp: [branch main] 808cebd68c19692fa1f4190fe922b2080ebaeccb Steps: worker_prep

(tomcat) branch 9.0.x updated: Add test case for BZ 69234 - URLs for WARs with version information

2024-07-31 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 4bbc383f0f Add test case for BZ 69234 - URLs for WA

(tomcat) branch 10.1.x updated: Add test case for BZ 69234 - URLs for WARs with version information

2024-07-31 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 dd9b9a4bfb Add test case for BZ 69234 - URLs for

[Bug 69234] Parallel deployment not working with tomcat 11

2024-07-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69234 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

(tomcat) 01/02: Add test case for BZ 69234 - URLs for WARs with version information

2024-07-31 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 eb6a46861c99efff1177d026582913f3afa80691 Author: Mark Thomas AuthorDate: Wed Jul 31 15:57:15 2024 +0100 Add test case

(tomcat) 02/02: Fix BZ 69234 - fix regression - URL->URI refactor broke parallel deploy

2024-07-31 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 808cebd68c19692fa1f4190fe922b2080ebaeccb Author: Mark Thomas AuthorDate: Wed Jul 31 16:12:05 2024 +0100 Fix BZ 69234 -

(tomcat) branch main updated (a10c7d650b -> 808cebd68c)

2024-07-31 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 a10c7d650b Support running FFM tests with OpenSSL on MacOS new eb6a46861c Add test case for BZ 69234 - URLs for WARs

Re: [VOTE] Release Apache Tomcat 9.0.92

2024-07-31 Thread Coty Sutherland
On Mon, Jul 29, 2024 at 11:33 PM Rémy Maucherat wrote: > The proposed Apache Tomcat 9.0.92 release is now available for voting. > > The notable changes compared to 9.0.91 are: > > - Align HTTP/2 with HTTP/1.1 and recycle the container internal request >and response processing objects by defau

Re: [VOTE] Release Apache Tomcat 9.0.92

2024-07-31 Thread Christopher Schultz
Rémy, On 7/31/24 04:14, Rémy Maucherat wrote: On Tue, Jul 30, 2024 at 7:06 PM Christopher Schultz wrote: Rémy, Thanks for RMing. On 7/29/24 11:32 PM, Rémy Maucherat wrote: The proposed Apache Tomcat 9.0.92 release is now available for voting. The notable changes compared to 9.0.91 are: -

[Bug 69234] Parallel deployment not working with tomcat 11

2024-07-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69234 --- Comment #4 from Mark Thomas --- Found the root cause. This refactoring: https://github.com/apache/tomcat/commit/e9d1404b2d8c7713847592023771d58e032423c5 is causing double encoding. Working on a fix now. -- You are receiving this mail be

[Bug 69234] Parallel deployment not working with tomcat 11

2024-07-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69234 --- Comment #3 from Mark Thomas --- The simplest approach is to unpack the WAR (any unzip tool should work) somewhere and then copy the unpacked directory structure to $CATALINA_BASE/webapps rather than copying the WAR to $CATALINA_BASE/webapps

[Bug 69234] Parallel deployment not working with tomcat 11

2024-07-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69234 --- Comment #2 from mattia.paglia...@zerob.it --- (In reply to Mark Thomas from comment #1) > Comnfirmed. As a work-around if you manually unpack the WAR that should work. you mean by disabling autodeploy ? -- You are receiving this mail beca

[Bug 69234] Parallel deployment not working with tomcat 11

2024-07-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69234 --- Comment #1 from Mark Thomas --- Comnfirmed. As a work-around if you manually unpack the WAR that should work. -- You are receiving this mail because: You are the assignee for the bug. --

Re: [VOTE] Release Apache Tomcat 9.0.92

2024-07-31 Thread Rémy Maucherat
On Tue, Jul 30, 2024 at 7:06 PM Christopher Schultz wrote: > > Rémy, > > Thanks for RMing. > > On 7/29/24 11:32 PM, Rémy Maucherat wrote: > > The proposed Apache Tomcat 9.0.92 release is now available for voting. > > > > The notable changes compared to 9.0.91 are: > > > > - Align HTTP/2 with HTTP/