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

[4.x] Fix failure with input stream obtained more than once for post with more than one JAX-RS app #8558

Merged

Conversation

tomas-langer
Copy link
Member

Added test to validate requests with entity work even if first handled by Jersey (and not processed as there is no resource).

Fixed the exception being thrown by introuding a lazy input stream that only requests the input stream from request when used.

Description

resolves #8349
There is no impact on documentation, this fixes a bug.

…d by Jersey (and not processed as there is no resource).

Fixed the exception being thrown by introuding a lazy input stream that only requests the input stream from request when used.
@tomas-langer tomas-langer self-assigned this Mar 26, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Mar 26, 2024
@tomas-langer tomas-langer added bug Something isn't working MP jax-rs JAX-RS and Jersey related issues 4.x Version 4.x labels Mar 26, 2024
@tomas-langer tomas-langer added this to the 4.0.7 milestone Mar 26, 2024
@romain-grecourt romain-grecourt merged commit fe02af6 into helidon-io:main Mar 26, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x bug Something isn't working jax-rs JAX-RS and Jersey related issues MP OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
2 participants