-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
@ServerResponseFilter
with Throwable
parameter is not called when REST resource is throwing an exception
#36955
Milestone
Comments
/cc @FroMage (resteasy-reactive), @geoand (resteasy-reactive), @stuartwdouglas (resteasy-reactive) |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Nov 10, 2023
famod
pushed a commit
to geoand/quarkus
that referenced
this issue
Nov 10, 2023
famod
pushed a commit
to geoand/quarkus
that referenced
this issue
Nov 10, 2023
mmusgrov
pushed a commit
to mmusgrov/quarkus
that referenced
this issue
Nov 13, 2023
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Nov 13, 2023
Close: quarkusio#36955 (cherry picked from commit 0528f8c)
phillip-kruger
pushed a commit
to phillip-kruger/quarkus
that referenced
this issue
Nov 13, 2023
aloubyansky
pushed a commit
to aloubyansky/quarkus
that referenced
this issue
Nov 14, 2023
Close: quarkusio#36955 (cherry picked from commit 0528f8c)
computerlove
pushed a commit
to computerlove/quarkus
that referenced
this issue
Nov 27, 2023
DavideD
pushed a commit
to DavideD/quarkus
that referenced
this issue
Nov 27, 2023
holly-cummins
pushed a commit
to holly-cummins/quarkus
that referenced
this issue
Feb 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
https://quarkus.io/guides/resteasy-reactive#request-or-response-filters
implies that a
@ServerResponseFilter
method can handle exceptions, but that does not seem to be the case (see reproducer).Expected behavior
Filter method should be called with the exception that was thrown in a rest resource method.
Actual behavior
Filter is not called with the exception that was thrown in a rest resource method.
How to Reproduce?
TraceHeaderServerResponseFilter
activate@ServerExceptionMapper
-> test will passOutput of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
3.5.0 (and current main respectively)
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: