-
Bug
-
Resolution: Done
-
Major
-
3.0.5.Final, 3.0.10.Final, 3.0.19.Final, 3.1.0.CR2, 3.1.0.CR3
-
None
When a service calls another service through the jaxrs client and there is a a ClientRequestFilter that calls abortWith(...), the response body is lost when passing the aborted response back in the original request.
I have tested against various versions to check for regession, I have also tested against jersey where it works as expected.
I can push my entire test project to github if it makes it easier to reproduce.