-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.nio.ReadOnlyBufferException #6470
Comments
More debugging on the problem it look like that the follow stacktrace put a readonly buffer back to the pool:
The value seems to be empty |
This issue is preventing us from upgrading to the latest release including a recent CVE fix. |
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
…reamEOF Issue #6470 - prevent EOF being released back into pool in MessageInputStream
This has been fixed with PR #6486 and will be in the upcoming |
Shouldn't |
Jetty version(s): 9.4.42.v20210604
Java version/vendor
(use: java -version)
openjdk version "11.0.11" 2021-04-20
OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9)
OpenJDK 64-Bit Server VM AdoptOpenJDK-11.0.11+9 (build 11.0.11+9, mixed mode)
OS type/version: Alpine 3.11 in a Docker container
Description
It looks like that after update from 9.4.40.v20210413 to version 9.4.42.v20210604 we get the follow exception on every second request. It occur also on other OS like Windows and OSX. Any idea?
The text was updated successfully, but these errors were encountered: