Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Conversation

@luengnat
Copy link

@luengnat luengnat commented Apr 8, 2015

Please refer to https://java.net/jira/browse/JERSEY-2837

There is a bug in handling byte stream that contains 0xFF byte. When it does, it will treat the byte as EOF marker instead. This is due to mishandling of negative byte values.

I also refactored the code to reuse the same logic for both blocking and non-blocking cases

@jerseyrobot
Copy link
Contributor

Can one of the admins verify this patch?

@mpotociar
Copy link
Collaborator

Jenkins, please test this patch.

@luengnat
Copy link
Author

luengnat commented Apr 9, 2015

Merge looks OK but it failed to build. Could you please help verify?

@luengnat
Copy link
Author

Please merge the pull request.

@mgajdos
Copy link
Contributor

mgajdos commented Apr 16, 2015

Hi @luengnat,
thanks for your contribution.

Before we can review your pull request, we need you to sign Oracle Contributor Agreement.

More information about contributing to Jersey: https://jersey.java.net/scm.html#/Submitting_Patches_and_Contribute_Code…

Regards,
Michal

@mgajdos
Copy link
Contributor

mgajdos commented Apr 16, 2015

You're right. The verification job failure is not related to your change.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants