简体   繁体   中英

Jetty 7 - Does it perform gzip compression by default

I have a web application built on google's GWT framework. I was planning on setting up the Jetty GzipFilter in order to make the response compressed. Here, i noticed, after checking on firebug and TCP mon that even without the filter, the responses are gzipped.

I checked the xml configuration files in jetty and could not find any default gzip filter defined anywhere. Can you please tell me if Jetty-7 does gzip compression by default?

I'm using jetty version 7.4.5. If additional information is required, please let me know and I shall provide.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM