Branch: refs/heads/master
Home:
https://github.com/resteasy/Resteasy
Commit: 9fe4e3dfc48a6d1f2df2637fa8c9ab0409ac38b5
https://github.com/resteasy/Resteasy/commit/9fe4e3dfc48a6d1f2df2637fa8c9a...
Author: Niall Drievers <niadrie(a)clxnetworks.com>
Date: 2017-02-03 (Fri, 03 Feb 2017)
Changed paths:
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/ClientInvocation.java
Log Message:
-----------
Change catch Throwable to IOException - allows filters to throw custom exceptions.
Currently every exception is wrapped in a ResponseProcessingException and then mapped in
handleErrorStatus - potentially overwriting the original error message
Commit: 1e755ef29c79c38a9bf413dc8f3b508c66fcd02f
https://github.com/resteasy/Resteasy/commit/1e755ef29c79c38a9bf413dc8f3b5...
Author: Niall Drievers <niadrie(a)clxnetworks.com>
Date: 2017-02-03 (Fri, 03 Feb 2017)
Changed paths:
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/ResponseFilterCustomExceptionTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/CustomException.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/resource/ThrowCustomExceptionResponseFilter.java
M
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/RequestFilterTest.java
A
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientCustomException.java
A
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/resource/RequestFilterThrowCustomException.java
Log Message:
-----------
[RESTEASY-1591] Add new test case to RequestFilterTest and add new test -
ResponseFilterCustomExceptionTest
Compare:
https://github.com/resteasy/Resteasy/compare/a1f43494152e...1e755ef29c79