Replies: 1 comment 6 replies
-
/cc @geoand |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an application that uses
quarkus-rest
andquarkus-undertow
. Within the app I've defined a custom Exception Mapper:After the update I can't access any of the static resources defined in the app (it is working fine with version 3.8.3). If I define it just for MyCustomException (e.g.
ExceptionMapper<MyCustomException>
) then everything works fine again. Is that intended? How can I replicate the current behavior I have?Marco.
Beta Was this translation helpful? Give feedback.
All reactions