Re: Excluding specific files when creating WAR files?

2024-06-11 Thread Christopher Schultz
James, On 6/10/24 13:09, James H. H. Lampert wrote: Please forgive me if this is a RTFM issue, or if it's outside the scope of this List (and this isn't exactly the first time I've imposed upon the friendly nature of this List, knowing that it's a much more forgiving environment than a lot of

Re: Tomcat 9: Java 11 to Java 17

2024-06-11 Thread Christopher Schultz
Ryan, Word-wrapping didn't help on this one... On 6/10/24 15:44, Ryan Esch wrote: Hi folks,I have a webapp running Apache Tomcat 9.0.67 with Java 11, using JASPIC for authentication. For reference, using these:             org.apache.tomcat            tomcat-catalina            9.0.85      

Re: PKCS#8 encryption algorithm unrecognized

2024-06-11 Thread Christopher Schultz
Mark, On 6/10/24 14:56, Timothy Resh wrote: After much debugging, I have found the issue in my situation. In the server.xml file, you must put keystoreType="PKCS12" for it to recognize the keystore properly. That doesn't make any sense to me. Not a single one of your previous posts has been u

Re: Mysterious websocket disconnection--no logs

2024-06-11 Thread Mark Thomas
On 09/06/2024 01:08, Flaviu Tamas wrote: I'm writing some tests for my Spring Boot application, which uses tomcat-embed-websocket-10.1.18. When I send a message to the socket from handleVideoFrame, all I see is .WebSocketAnnotationMethodMessageHandler : Invoking VideoStreamController#handleVideo

Re: Side effect of Tomcat 10.1.20 with Freemarker

2024-06-11 Thread Mark Thomas
On 11/06/2024 12:30, Mark Thomas wrote: I need to confirm that it doesn't break the original fix but my plan is to check clazz after line 2311 and rethrow the original exception if it is null. Testing with the original reproducer looks good. Fixed in: - 11.0.x for 11.0.0-M21 onwards - 10.1

Re: Side effect of Tomcat 10.1.20 with Freemarker

2024-06-11 Thread Mark Thomas
On 07/06/2024 09:04, Jeroen Hoffman wrote: On 06-Jun-24 18:17, Mark Thomas wrote: On 06/06/2024 11:01, Jeroen Hoffman wrote: Hi all, We've found a side effect of change #68721 [1] in Tomcat 10.1.20 that we'd like to notify you about. We're using Apache Freemarker for back-end templating, a