Re: JspWriterImpl BufferSize And Flushing In Tomcat 10.1.16

2025-01-29 Thread Tim N
Yep. I also checked that, so I'm not sure where the problem could be either. > Please provide a ready to use test case. That will be time-consuming, but I'll see what I can do. If you can think of any check I can do with the existing code, that would be great (and possibly easier/quicker). On

Re: JspWriterImpl BufferSize And Flushing In Tomcat 10.1.16

2025-01-29 Thread Tim N
It is a stack-trace generated from a break-point that I thought might be useful. On Thu, Jan 30, 2025 at 12:13 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > Tim, > > Your original post says there is no error, so what exactly is this a > stack-trace OF? > > -chris > > On 1/28/25

Re: JspWriterImpl BufferSize And Flushing In Tomcat 10.1.16

2025-01-29 Thread Rémy Maucherat
On Wed, Jan 29, 2025 at 5:45 AM Tim N wrote: > > I'm including the stack-trace in case that's helpful There are no differences in JspWriterImpl between 9.0 and the current Tomcat 11 or 12 trunk. The buffer of the writer will auto flush by default if it is full. This is the "autoFlush" on the pag

Re: JspWriterImpl BufferSize And Flushing In Tomcat 10.1.16

2025-01-29 Thread Christopher Schultz
Tim, Your original post says there is no error, so what exactly is this a stack-trace OF? -chris On 1/28/25 11:43 PM, Tim N wrote: 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/jaka

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

2025-01-29 Thread Mark Thomas
On 28/01/2025 17:16, Timothy Resh wrote: 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.s