Marco Stettler created CXF-5074: ----------------------------------- Summary: GZIP Feature activation Key: CXF-5074 URL: https://issues.apache.org/jira/browse/CXF-5074 Project: CXF Issue Type: Improvement Components: Configuration, Documentation Affects Versions: 2.7.3 Reporter: Marco Stettler Priority: Minor
The activation of the GZIP-Feature is not very intuitive. When its activated, I assume that all possible requests will be compressed. On the server side, the behavior seems ok, but on the client side the request aren't compressed. After some investigation, it looks like the change 1404700 introduced the "force" variable in the class GZIPOutInterceptor, which is not initialized. As its an boolean, per default its "false", and so the requests are not compressed. Its not a bug. Please update the documentation or initialize the variable to make the behavior more intuitive. Thx. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira