Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Unknown
Description
This avoids returning exceptions with stacktraces etc over http.
However this is good for development but not for production.
And we should have a new option to log exceptions on the server side so when there are unhandled exceptions then they are logged on server, and a http 500 with empty body is returned (mute exception).
Attachments
Issue Links
- relates to
-
CAMEL-17826 camel-platform-http - Add muteException option and enable it by default
- Resolved