RE: Re: Re: Tomcat 8.5.75 Servlet WriteListener and ReadListener setting thread

2022-03-01 Thread Istvan SZEKELY
Thanks for the quick fix :) On 2022/02/28 16:47:20 Rémy Maucherat wrote: > Thanks for the test, this is what I had in mind. As I kind of expected > when reading about the sequential technique used, the previous fix was > causing a new problem since the thread id was not reset until the full >

RE: Re: Tomcat 8.5.75 Servlet WriteListener and ReadListener setting thread

2022-02-28 Thread Istvan SZEKELY
AM Istvan SZEKELY > wrote: > > > > Hello! > > > > I have an application where a ReadListener and a WriteListener (call it > > MyWriteListener) set to the ServletInputStream and the ServletOutputStream > > objects. Updating the Tomcat container from 8.5.

Tomcat 8.5.75 Servlet WriteListener and ReadListener setting thread

2022-02-24 Thread Istvan SZEKELY
Hello! I have an application where a ReadListener and a WriteListener (call it MyWriteListener) set to the ServletInputStream and the ServletOutputStream objects. Updating the Tomcat container from 8.5.73 to 8.5.75, the follow error occured. The ServletOutputStream objects's isReady function