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

Use checkNested(Throwable) for req.next(Throwable) #6699

Merged

Conversation

romain-grecourt
Copy link
Contributor

@romain-grecourt romain-grecourt commented Apr 26, 2023

This allows to propagate the exception even if req.next() was already called.

Fixes #6550

@romain-grecourt romain-grecourt self-assigned this Apr 26, 2023
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Apr 26, 2023
@romain-grecourt romain-grecourt modified the milestones: 3.2.2, 3.2.1 Apr 26, 2023
@romain-grecourt romain-grecourt merged commit 0e282b5 into helidon-io:helidon-3.x Apr 27, 2023
12 checks passed
@romain-grecourt romain-grecourt deleted the nexted-throwable-3.x branch April 27, 2023 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request routing does not propagate throwable from next(Throwable)
2 participants