Branch: refs/heads/3.0
Home:
https://github.com/resteasy/Resteasy
Commit: e98c5b9b8fbfb150eaf9ce43ee70ec22b35c81c6
https://github.com/resteasy/Resteasy/commit/e98c5b9b8fbfb150eaf9ce43ee70e...
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: 4145cf2b0fdf93b3034ab5e1239528bfc8b7e659
https://github.com/resteasy/Resteasy/commit/4145cf2b0fdf93b3034ab5e123952...
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
Commit: 4e146901f8df72ff91cd4d49ffb1fa0f3ff4b06c
https://github.com/resteasy/Resteasy/commit/4e146901f8df72ff91cd4d49ffb1f...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-02-03 (Fri, 03 Feb 2017)
Changed paths:
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/interceptor/ResponseFilterCustomExceptionTest.java
M
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/client/RequestFilterTest.java
Log Message:
-----------
[RESTEASY-1591] Test cleanup
Commit: 6e331b228db445e2eb43c1b1330558b5c57fdc05
https://github.com/resteasy/Resteasy/commit/6e331b228db445e2eb43c1b133055...
Author: kanovotn <kanovotn(a)redhat.com>
Date: 2017-02-03 (Fri, 03 Feb 2017)
Changed paths:
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/BasicAuthTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/resource/BasicAuthBaseResource.java
Log Message:
-----------
[RESTEASY-1563] Check correct Content-type when Forbidden is returned to the client
Commit: 2f5a0aeecb8bab9a8e6f1dfdba8bd634b3d68980
https://github.com/resteasy/Resteasy/commit/2f5a0aeecb8bab9a8e6f1dfdba8bd...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-02-03 (Fri, 03 Feb 2017)
Changed paths:
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/CustomForbiddenMessageTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/resource/CustomForbiddenMessageExceptionMapper.java
Log Message:
-----------
[RESTEASY-1563] Adding testcase
Commit: bf4f4e837fbce4eea78fb086ce7d3143b90cacc2
https://github.com/resteasy/Resteasy/commit/bf4f4e837fbce4eea78fb086ce7d3...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2017-02-03 (Fri, 03 Feb 2017)
Changed paths:
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/plugins/interceptors/RoleBasedSecurityFilter.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/BasicAuthTest.java
Log Message:
-----------
[RESTEASY-1563] Enabling test by kanovotn and adding charset specification in
RoleBasedSecurityFilter
Compare:
https://github.com/resteasy/Resteasy/compare/dd2f05e2df39...bf4f4e837fbc