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 parameter of DefaultServlet is 
set to true also brotli compressed (.br) files will be served in addition to 
gzipped files.
    
    The old gzip parameter functionality is preserved for backwards 
compatibility, but removed from documentation.
    
    The defining of new precompression file formats as parameter to the 
DefaultServlet can be added at later time.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/NitorCreations/tomcat 
generalize-precompressed-content-serving

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tomcat/pull/28.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 #28
    
----
commit c82eeabd5f4215ea3c60599a241b2bf0dcdfeed4
Author: Mikko Tiihonen <mikko.tiiho...@nitorcreations.com>
Date:   2016-02-15T08:18:52Z

    Generalize the precompressed content serving from DefaultServlet to support 
by default also brotli compressed files

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to