-
Bug
-
Resolution: Done
-
Major
-
None
-
None
By default, RESTEasy returns wrong Content-Encoding data if client request gzip data and if RESTEasy end-point contains @GZiP annotation
- Server contains end-point with @GZIP annotation, for example this:
@GET @Path("/echo") @GZIP String echo(@QueryParam("name") String message);
- RESTEasy client send request with "Accept-Encoding: gzip, deflate"
- By default, server doesn't use GZIPDecodingInterceptor, GZIPEncodingInterceptor and AcceptEncodingGZIPFilter. So server doesn't compress data
- server sends "Content-Encoding: gzip" in header of response, although data is not compressed
- clones
-
JBEAP-13475 (7.1.z) RESTEASY-1735 - RESTEasy returns wrong Content-Encoding data if client request gzip
- Closed
- is incorporated by
-
JBEAP-12061 [GSS](7.0.z) Upgrade to RESTEasy from 3.0.19.SP4 to 3.0.19.SP5
- Closed