[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

[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. --