RE: JspWriterImpl BufferSize And Flushing In Tomcat 10.1.16

2025-01-28 Thread Tim N
I'm including the stack-trace in case that's helpful Note references to tiles is for the Jakarta EE upgraded tiles at https://github.com/tntim96/tiles/tree/jakarta-upgrade writeMessage:385, MessageTag (org.springframework.web.servlet.tags) doEndTag:285, MessageTag (org.springframework.web.servlet

Re: Openssl Connector configuration for Dynamic Client Authorization does not work.

2025-01-28 Thread Timothy Resh
Chris and Mark, The following properties are set via Introspection and are used by a SOAP call in a hosted Java web app. > System.setProperty("javax.net.ssl.keyStore", keyStorePath); > System.setProperty("javax.net.ssl.keyStorePassword", clearText); > System.setProperty("javax.net.ssl.trustStore",

JspWriterImpl BufferSize And Flushing In Tomcat 10.1.16

2025-01-28 Thread Tim N
I am migrating from SpringBoot 2.7.18 to 3.0.13 with the accompanying migration from Tomcat 9.0.83 to 10.1.16. I am trying to render a large message, around 8kB. In Tomcat 9, the content renders correctly, In Tomcat 10 the content doesn't render at all, and there's no error message. I noticed if I