-
Bug
-
Resolution: Done
-
Major
-
7.0.3.GA
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".
- clones
-
JBEAP-5912 @GZIP annotation on client proxy doesn't set content-type gzip to the request header
- Closed
- is incorporated by
-
JBEAP-7525 [GSS](7.0.z) Upgrade Resteasy 3.0.19.Final to 3.0.19.SP1
- Closed
- relates to
-
RESTEASY-1499 @GZIP annotation on client proxy doesn't set content-type gzip to the request header
- Resolved