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

Fixes #9006 - WebSocket MessageInputStream.read() returns signed byte #9010

Merged
merged 1 commit into from
Dec 6, 2022

Conversation

sbordet
Copy link
Contributor

@sbordet sbordet commented Dec 6, 2022

Now properly coverting to int.
Added test.

Also fixed MultiPartInputStreamParser.Base64InputStream for the same issue.

Signed-off-by: Simone Bordet simone.bordet@gmail.com

Now properly coverting to `int`.
Added test.

Also fixed MultiPartInputStreamParser.Base64InputStream for the same issue.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
@sbordet sbordet requested a review from joakime December 6, 2022 14:29
@sbordet sbordet linked an issue Dec 6, 2022 that may be closed by this pull request
@joakime joakime added the Bug For general bugs on Jetty side label Dec 6, 2022
@joakime joakime added this to the 10.0.x milestone Dec 6, 2022
@joakime joakime merged commit 5b20fcc into jetty-10.0.x Dec 6, 2022
@gregw
Copy link
Contributor

gregw commented Dec 6, 2022

@sbordet don't forget to merge to 12

@joakime joakime deleted the fix/jetty-10-websocket-inputstream-read branch January 23, 2023 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For general bugs on Jetty side merge-12-needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WebSocket Message InputStream read() returns signed byte
3 participants