]> granicus.if.org Git - apache/commitdiff
Omit reference to pre-2.0.48 versions.
authorJoshua Slive <slive@apache.org>
Wed, 21 Sep 2005 15:07:46 +0000 (15:07 +0000)
committerJoshua Slive <slive@apache.org>
Wed, 21 Sep 2005 15:07:46 +0000 (15:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290720 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_deflate.xml

index c1cbbf84b5b5c162248cd453eede753a471ad285..90769a5f4d94d264f5d024b94c4febd8f917a07c 100644 (file)
@@ -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>