You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2005/09/21 17:07:47 UTC

svn commit: r290720 - /httpd/httpd/trunk/docs/manual/mod/mod_deflate.xml

Author: slive
Date: Wed Sep 21 08:07:46 2005
New Revision: 290720

URL: http://svn.apache.org/viewcvs?rev=290720&view=rev
Log:
Omit reference to pre-2.0.48 versions.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_deflate.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_deflate.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mod_deflate.xml?rev=290720&r1=290719&r2=290720&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_deflate.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_deflate.xml Wed Sep 21 08:07:46 2005
@@ -61,13 +61,7 @@
         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>