-
Bug
-
Resolution: Done
-
Major
-
7.1.0.DR4
I have a client proxy interface which has @GZIP annotation to send a request with gzip compression. See steps to reproduce and this [1] test.
@Path("/gzippost") public interface GzipProxy { @Consumes("application/json") @POST public Response post(@GZIP Pair pair); }
Using resteasy client 3.0.19.Final-redhat-1 client, there is no Content-Encoding header in the request.
Using latest resteasy client from upstream the requests contains header "Content-Encoding: gzip".
- is cloned by
-
RESTEASY-1499 @GZIP annotation on client proxy doesn't set content-type gzip to the request header
- Resolved
-
JBEAP-7524 (7.0.z) @GZIP annotation on client proxy doesn't set content-type gzip to the request header
- Closed
- is incorporated by
-
JBEAP-6609 Upgrade Resteasy 3.0.19.Final to ...
- Closed