GitHub user burka opened a pull request:
https://github.com/apache/tomcat/pull/99
Don't gzip brotli compressed content
We try to serve brotli compressed static files while setting
`Http11Protocol.COMPRESSION` to `on` (because we have some other files that
benefit a lot from that.)
That doesn't work because Tomcat compresses anything but gzip compressed
content.
This patch will allow brotli compressed content (`Content-Encoding: br`) to
pass untouched :-)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/burka/tomcat trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tomcat/pull/99.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #99
----
commit fc54fe4af4e50eb55ebbbf1fed2780027e151905
Author: burka <fburka@...>
Date: 2018-02-13T06:35:59Z
Don't gzip brotli compressed content
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]