-
Bug
-
Resolution: Done
-
Major
-
3.0.19.Final
-
None
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 related to
-
JBEAP-7524 (7.0.z) @GZIP annotation on client proxy doesn't set content-type gzip to the request header
- Closed