-
Sub-task
-
Resolution: Done
-
Blocker
-
None
-
None
-
None
In section 4.4 of the specification there is a requirement to include a default ExceptionMapper.
A JAX-RS implementation MUST include a default exception mapping provider that implements ExceptionMapper<Throwable> and which SHOULD set the response status to 500.
When the default exception mapping provider handles a WebApplicationException, it MUST return the
embedded Response, and it MUST respect the status code in the Response.
- is related to
-
RESTEASY-3225 Add a way to not register the DefaultExceptionMapper and ensure the default mapper logs errors
- Resolved
- relates to
-
RESTEASY-3109 Request hangs if an ExceptionManager is used and a ContainerRequestFilter is used which throws an exception on an SSE resource
- Closed