[GitHub] tomcat pull request: Generalize the precompressed content serving ...

2016-02-15 Thread gmokki
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] tomcat pull request: Generalize the precompressed content serving ...

2016-02-26 Thread gmokki
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

[GitHub] tomcat pull request: Honour server side precompressed format prefe...

2016-04-12 Thread gmokki
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