You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
in my Quarkus RESTeasy Reactive based application, I noticed that when raising a NotFoundException, the client receives the 404 error correctly with empty body and content-type application/json. Is this content type by default? Is it possible to change/remove it? Is using an exception mapper the way? (to catch the "not found" and building a response with no or different content type).
Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
in my Quarkus RESTeasy Reactive based application, I noticed that when raising a
NotFoundException
, the client receives the 404 error correctly with empty body and content-typeapplication/json
. Is this content type by default? Is it possible to change/remove it? Is using an exception mapper the way? (to catch the "not found" and building a response with no or different content type).Thanks.
Beta Was this translation helpful? Give feedback.
All reactions