You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Istvan SZEKELY <is...@shiwaforce.com> on 2022/03/01 10:26:11 UTC

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

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
> recycle, making the new check inaccurate as well in another scenario.
>
https://github.com/apache/tomcat/commit/2739565fa5286623e8bb31823770595de14b6370
>
> The fix will be in the next round of monthly releases (9.0.60).
>
> Thanks !
>
> Rémy