Updating documentation. Resolves #1598

This commit is contained in:
WalkerWatch 2017-06-06 15:05:35 -04:00 committed by Joakim Erdfelt
parent b4ddcb7e4d
commit 2eaacf46ea
1 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,12 @@ Some user-agents might be excluded from compression to avoid common browser bugs
The `GzipHandler` is added to the entire server by the `etc/jetty-gzip.xml` file from the `gzip.mod` module. The `GzipHandler` is added to the entire server by the `etc/jetty-gzip.xml` file from the `gzip.mod` module.
It may also be added to individual contexts in a context xml file. It may also be added to individual contexts in a context xml file.
____
[NOTE]
Jetty 9 only compresses using GZip.
Using link:http://docs.oracle.com/javase/8/docs/api/java/util/zip/Deflater.html[Deflate] is not supported and will not work.
____
[[gzip-filter-rules]] [[gzip-filter-rules]]
==== Gzip Rules ==== Gzip Rules