-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The SynchronousDispatcher handles writing exceptions by attempting to locate a MessageBodyWriter for the exception. As stated in RESTEASY-3500, but default this is text/html which there is no default provider for. If the StringTextStar provider is excluded, no writer is found. The errors is logged, but the response to the consumer is empty. This should likely re-throw the error. This is what is currently done in RESTEasy 3.x.
- is caused by
-
RESTEASY-1701 Extend server-side async support / RxJava integration
- Closed
- is incorporated by
-
WFLY-19353 Upgrade RESTEasy to 6.2.9.Final
- Resolved
-
WFLY-19354 Upgrade RESTEasy to 7.0.0.Alpha2 for WildFly Preview
- Resolved
- is related to
-
RESTEASY-3496 RESTEasy 4.x+ missing the resteasy.disable.providers context parameter support
- Resolved
-
RESTEASY-3500 The ExceptionHandler sets the media type of an exception to text/html
- Resolved