Github user K0zka commented on the pull request:
https://github.com/apache/cloudstack/pull/238#issuecomment-101387790
Rafael, the gzip compression *alone* indeed does not make the tomcat serve
it compressed
* tomcat 8.0 allows [configuring the default
servlet](https://tomcat.apache.org/tomcat-8.0-doc/default-servlet.html) so that
it serves compressed if there is a .gz file
* Since we had tomcat6 so far, there is a special servlet registered to do
this see client/WEB-INF/web.xml
* jetty (developer mode) by default uses the .gz compression it must be
explicitly turned off if you do not want it
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---