压缩 JSF 2.0 Ajax 请求?

发布于 2024-12-10 00:07:03 字数 29 浏览 0 评论 0原文

有没有办法压缩所有 JSF Ajax 请求?

Is there a way to compress all JSF Ajax requests?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甜妞爱困 2024-12-17 00:07:03

是的,只需在 servlet 容器级别打开 GZIP 压缩即可。具体如何执行取决于所使用的容器。例如,对于 Tomcat,您可以通过将 compression="on" 添加到 /conf/server.xml 中感兴趣的 HTTP 。您还需要确保 text/xmlcompressableMimeType 设置中的默认 mime 类型之一。

Yes, just turn on GZIP compression at servletcontainer level. How exactly to do that depends on the container used. In case of for example Tomcat you can do that by adding compression="on" to the HTTP <Connector> of interest in /conf/server.xml. You also need to ensure that text/xml is one of the default mime types in the compressableMimeType setting.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文