-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
If a ContainerRequestFilter throws an error and has a @Priority(Integer.MAX_VALUE) an SSE resource will hang if an ExceptionMapper is used. This is likely similar to RESTEASY-1772.
The SseEventSinkInterceptor is invoked before the custom ContainerRequestFilter. This suspends the ResteasyAsynchronousContext which is never completed. However, without an ExceptionMapper an exception is thrown and propagated up to the servlet container which will complete the jakarta.servlet.AsyncContext.
- is related to
-
RESTEASY-3097 Add the newly required default ExceptionMapper
- Resolved
-
RESTEASY-1772 Enabling Sse on server side swallow filters exceptions
- Closed