From: Joshua Slive <slive@apache.org> Date: Wed, 21 Sep 2005 15:07:46 +0000 (+0000) Subject: Omit reference to pre-2.0.48 versions. X-Git-Tag: 2.3.0~2967 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2643f3d653eb8ee41ea48211fbbf6ecab84bdb4c;p=apache Omit reference to pre-2.0.48 versions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290720 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_deflate.xml b/docs/manual/mod/mod_deflate.xml index c1cbbf84b5..90769a5f4d 100644 --- a/docs/manual/mod/mod_deflate.xml +++ b/docs/manual/mod/mod_deflate.xml @@ -61,13 +61,7 @@ client</description> BrowserMatch ^Mozilla/4\.0[678] no-gzip<br /> <br /> # MSIE masquerades as Netscape, but it is fine<br /> - # BrowserMatch \bMSIE !no-gzip !gzip-only-text/html<br /> - <br /> - # NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48<br /> - # the above regex won't work. You can use the following<br /> - # workaround to get the desired effect:<br /> - BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html<br /> - <br /> + BrowserMatch \bMSIE !no-gzip !gzip-only-text/html<br /> # Don't compress images<br /> SetEnvIfNoCase Request_URI \<br /> <indent>