https://bz.apache.org/bugzilla/show_bug.cgi?id=64195

--- Comment #5 from Michael Seele <mse...@guh-software.de> ---
(In reply to Remy Maucherat from comment #4)
> I have reverted the change in Tomcat 9.0.31 that probably caused this (the
> fix will be in 9.0.32), since I cannot immediately investigate. Given the
> plan for the Tomcat 9 branch, it is best to permanently defer this change to
> Tomcat 10 and 9.10.
> 
> I will work on integrating your testcase into the Tomcat testsuite and will
> see how well the problem can be reproduced.
> The stacktraces provided are not useful, same as with 64195.

Hi Remy, thank you. Please see the referenced docker images (where a full
tomcat installation takes place and is fully setup to reproduce this bug). Just
need to run the docker image and execute the client against:
- import it via docker load
(https://docs.docker.com/engine/reference/commandline/load/)
- run it via e.g. docker run --detach -it -p 8888:8443 -p 8889:8444 --rm --name
tomcat <image_name>
- run DemoClient (e.g. java DemoClient https://localhost:8888/tomcat_nio
and you can reproduce the bug.

I can send you the docker images or an export of the tomcat also via email if
you want?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to