diff options
author | Ian Holsman <ianh@apache.org> | 2002-08-07 15:26:17 +0000 |
---|---|---|
committer | Ian Holsman <ianh@apache.org> | 2002-08-07 15:26:17 +0000 |
commit | 29c48072956f526ce982d910e40395de43c9345f (patch) | |
tree | f053bcb47814674de9e1464387938e4d191343b4 /CHANGES | |
parent | 27a37af0e2fc9c3f5f11a381609ab458c057afef (diff) | |
download | httpd-29c48072956f526ce982d910e40395de43c9345f.tar.gz |
mod-deflate now checks to make sure gzip-only-text-html is set to 1, not anything.
This will allow things like...
SetEnv gzip-only-text/html 1
BrowserMatch "GECKO" gzip-only-text/html=0
Obtained from: Andr� Schild <A.Schild@aarboard.ch>
Reviewed by: Ian Holsman
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96318 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ Changes with Apache 2.0.40 + *) mod-defalte now checks to make sure that 'gzip-only-text/html' is + set to 1, so we can exclude things from the general case with + browsermatch. [Ian Holsman, Andre Schild <A.Schild@aarboard.ch>] + *) Accept multiple leading /'s for requests within the DocumentRoot. PR 10946 [William Rowe, David Shane Holden <dpejesh@yahoo.com>] |