[resteasy/Resteasy] 49b6f5: [RESTEASY-1225]
by GitHub
Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: 49b6f58a9a828d3d2407b249f7fec5a2593a457a
https://github.com/resteasy/Resteasy/commit/49b6f58a9a828d3d2407b249f7fec...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2017-02-07 (Tue, 07 Feb 2017)
Changed paths:
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/SynchronousDispatcher.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/ResteasyProviderFactory.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/AsynchContextualDataTest.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/AsynchContextualDataProduct.java
A testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/AsynchContextualDataResource.java
Log Message:
-----------
[RESTEASY-1225]
Correcting ResteasyProviderFactory's handling of the context map stack.
7 years, 10 months
[resteasy/Resteasy] e98c5b: Change catch Throwable to IOException - allows fil...
by GitHub
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
7 years, 10 months
[resteasy/Resteasy] 9fe4e3: Change catch Throwable to IOException - allows fil...
by GitHub
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
7 years, 10 months