Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
The other HTTP components has logic that deals with exchange exception and writes a custom response code, and allow end users to control the http status code etc.
Because vertx uses a ctx.fail(throwable) then it returns a canned 500 response to http client and does a stacktrace logging.
We should use the existing response code that already deals with errors.
Attachments
Issue Links
- relates to
-
CAMEL-17826 camel-platform-http - Add muteException option and enable it by default
- Resolved