GitHub user gmokki opened a pull request:
https://github.com/apache/tomcat/pull/30
Honour server side precompressed format preference
... when client sends multiple accepted encodings with same quality (which
all common browsers do).
The goal here is to serve brotli
GitHub user gmokki opened a pull request:
https://github.com/apache/tomcat/pull/28
Generalize the precompressed content serving from DefaultServlet
Replaces all gzip specific handling with more generic precompressed content
handling.
More specifically, if the new precompressed
Github user gmokki commented on the pull request:
https://github.com/apache/tomcat/pull/28#issuecomment-189250517
Thank you for the review comments.
Modified pull request to accept and pare "gzip=.gz,br=.br" syntax in the
precompressed init parameter.
Honor