Details
Description
It is possible (and legal according to the JAX-RS specification) to inject a SseEventSink into a resource method annotated with @POST. This works, but the Server Sent Event stream gets automatically closed after the first event is sent. This prevents any @POST resource method from sending Server Sent Events using the API.
Attachments
Issue Links
- is fixed by
-
CXF-8559 SseInterceptor uses PROTOCOL_HEADERS from request (in) message, not from response (out) one
- Closed
- links to