[Bug 65677] InvalidMarkException in Http11InputBuffer.fill when socket read throws AsynchronousCloseException

2021-11-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65677

Mark Thomas  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Mark Thomas  ---
Thanks for the report and the analysis. It is rather odd that the position gets
set to zero but fixing it is relatively simple.

Fixed in:
- 10.1.x for 10.1.0-M8 onwards
- 10.0.x for 10.0.14 onwards
- 9.0.x for 9.0.56 onwards
- 8.5.x for 8.5.74 onwards

-- 
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



[Bug 65677] InvalidMarkException in Http11InputBuffer.fill when socket read throws AsynchronousCloseException

2021-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65677

--- Comment #1 from Andreas Grub  ---
The runtime where this was observed is (it's a dockerized Spring Boot 2.5.6
application):

java -version
Picked up JAVA_TOOL_OPTIONS: -XX:MinRAMPercentage=75 -XX:MaxRAMPercentage=75
-XX:-OmitStackTraceInFastThrow -XX:+ExitOnOutOfMemoryError
openjdk version "11.0.13" 2021-10-19 LTS
OpenJDK Runtime Environment
21.10-(Zulu-11.52+13-linux_x64)-Microsoft-Azure-restricted (build
11.0.13+8-LTS)
OpenJDK 64-Bit Server VM
21.10-(Zulu-11.52+13-linux_x64)-Microsoft-Azure-restricted (build
11.0.13+8-LTS, mixed mode)

-- 
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