Skip to content
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

Jetty 9.4.39 SSLHandshakeException issue causes POST operations to fail with EOF exception. #1600

Closed
pjs102 opened this issue Apr 23, 2021 · 2 comments
Assignees
Milestone

Comments

@pjs102
Copy link

pjs102 commented Apr 23, 2021

There is a bug in SSL implementation of jetty 9.4.39 that causes a SSLHandshakeException when submitting data through post requests. jetty/jetty.project#6121
These exceptions are silently captured and the EOF flag is set, this in turn causes an EOF or Early EOF exception to be thrown when the data is read.

Please upgrade to jetty to version 9.4.40.v20210413

@jbonofre jbonofre self-assigned this Apr 23, 2021
@jbonofre
Copy link
Member

Thanks, I'm quickly upgrade and cut new Pax Web releases.

@jbonofre jbonofre added this to the 7.3.15 milestone Apr 23, 2021
@jbonofre
Copy link
Member

Updated to Jetty 9.4.40.v20210413 on pax-web-7.4.x, pax-web-7.3.x, and pax-web-7.2.x branches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants