Which compression (is GZIP the most popular) servlet filter would you suggest?

后端 未结 5 1164
一生所求
一生所求 2020-11-29 03:40

I am looking for a GZIP servlet filter to be used in a high volume web-app. I doesn\'t want to use the container specific options.

Requirement

  1. Ability
5条回答
  •  借酒劲吻你
    2020-11-29 04:14

    Or if you're using Nginx in front see here: http://nginx.org/en/docs/http/ngx_http_gzip_module.html. But definitely, as Zeki said it is better to move this to the dedicated web server.

提交回复
热议问题