Re: [ANN] Apache Tomcat 9.0.96 available

2024-10-08 Thread Christopher Schultz
Rémy, On 10/9/24 00:20, Christopher Schultz wrote: Rémy, On 10/8/24 10:54, Rémy Maucherat wrote: On Tue, Oct 8, 2024 at 4:04 PM Tim Funk wrote: (Sorry I was out of office recently to test this) This might cause issues for folks ... https://bz.apache.org/bugzilla/show_bug.cgi?id=69333 If y

Re: [ANN] Apache Tomcat 9.0.96 available

2024-10-08 Thread Christopher Schultz
Rémy, On 10/8/24 10:54, Rémy Maucherat wrote: On Tue, Oct 8, 2024 at 4:04 PM Tim Funk wrote: (Sorry I was out of office recently to test this) This might cause issues for folks ... https://bz.apache.org/bugzilla/show_bug.cgi?id=69333 If you precompiled your JSP's - You will get probably get

Re: [ANN] Apache Tomcat 9.0.96 available

2024-10-08 Thread Rémy Maucherat
On Tue, Oct 8, 2024 at 4:04 PM Tim Funk wrote: > > (Sorry I was out of office recently to test this) > > This might cause issues for folks ... > https://bz.apache.org/bugzilla/show_bug.cgi?id=69333 > > If you precompiled your JSP's - You will get probably get something like > this after upgrade: >

Re: [ANN] Apache Tomcat 9.0.96 available

2024-10-08 Thread Tim Funk
For non-precompiled ... It's also an issue if you didn't clean your $CATALINA_TMP - in which case - the user also needs to find $CATALINA_TMP -name '*.java' -delete find $CATALINA_TMP -name '*.class' -delete -Tim On Tue, Oct 8, 2024 at 9:52 AM Tim Funk wrote: > (Sorry I was out of office recent

Re: [ANN] Apache Tomcat 9.0.96 available

2024-10-08 Thread Tim Funk
(Sorry I was out of office recently to test this) This might cause issues for folks ... https://bz.apache.org/bugzilla/show_bug.cgi?id=69333 If you precompiled your JSP's - You will get probably get something like this after upgrade: 08-Oct-2024 09:37:25.873 SEVERE [ajp-nio-127.0.0.1-8009-exec-5]

[ANN] Apache Tomcat 9.0.96 available

2024-10-08 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.96. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.96 is a bugfix and feat