Branch: refs/heads/master
Home:
https://github.com/resteasy/Resteasy
Commit: 2f16b0ff2d57d377e1447b40e01cdfc18f12bcf2
https://github.com/resteasy/Resteasy/commit/2f16b0ff2d57d377e1447b40e01cd...
Author: NicoNes <nicolas.nesmon(a)gmail.com>
Date: 2018-01-09 (Tue, 09 Jan 2018)
Changed paths:
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/providers/sse/SseEventOutputImpl.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseEventSinkClosingTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/sse/SseEventSinkClosingTestResource.java
Log Message:
-----------
[RESTEASY-1766] Closing SseEventSink should not call JAX-RS filters (#1361)
* Closing the SseEventSink instance once an event has been sent should not
return no response and thus not pass through the JAX-RS response pipeline.
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
* Remove useless comment
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
* Fix typo
* Change tests names
* Move flushResponseToClient(); into the try/catch block
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>
* Remove unsused logger
Signed-off-by: NicoNes <nicolas.nesmon(a)gmail.com>