简体   繁体   English

Jetty 7-默认情况下是否执行gzip压缩

[英]Jetty 7 - Does it perform gzip compression by default

I have a web application built on google's GWT framework. 我有一个基于Google GWT框架的Web应用程序。 I was planning on setting up the Jetty GzipFilter in order to make the response compressed. 我打算设置Jetty GzipFilter以便压缩响应。 Here, i noticed, after checking on firebug and TCP mon that even without the filter, the responses are gzipped. 在这里,我注意到在检查了Firebug和TCP mon之后,即使没有过滤器,响应也会被压缩。

I checked the xml configuration files in jetty and could not find any default gzip filter defined anywhere. 我检查了jetty中的xml配置文件,找不到在任何地方定义的任何默认gzip过滤器。 Can you please tell me if Jetty-7 does gzip compression by default? 您能告诉我Jetty-7是否默认进行gzip压缩吗?

I'm using jetty version 7.4.5. 我正在使用7.4.5版码头。 If additional information is required, please let me know and I shall provide. 如果需要其他信息,请让我知道,我将提供。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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