? boost-598354.patch
Index: boost.admin.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.admin.inc,v
retrieving revision 1.1.2.1.2.3.2.81
diff -u -p -r1.1.2.1.2.3.2.81 boost.admin.inc
--- boost.admin.inc	4 Oct 2009 07:24:50 -0000	1.1.2.1.2.3.2.81
+++ boost.admin.inc	7 Oct 2009 18:32:26 -0000
@@ -849,7 +849,7 @@ function boost_admin_generate_htaccess($
       $skip = BOOST_CACHE_CSS && BOOST_CACHE_JS ? 2 : 1;
       $string .= "\n";
       $string .= "  # GZIP - Cached css & js files\n";
-      $string .= BOOST_AGGRESSIVE_GZIP ? "  RewriteCond %{HTTP_COOKIE} !(boost-gzip) [OR]\n" : '';
+      $string .= BOOST_AGGRESSIVE_GZIP ? "  RewriteCond %{HTTP_COOKIE} !(boost-gzip)\n" : '';
       $string .= "  RewriteCond %{HTTP:Accept-encoding} !gzip\n";
       $string .= "  RewriteRule .* - [S=$skip]\n";
       if (BOOST_CACHE_CSS) {
@@ -888,7 +888,7 @@ function boost_admin_generate_htaccess($
       $skip = (int)BOOST_CACHE_HTML + (int)BOOST_CACHE_XML + (int)BOOST_CACHE_JSON;
       $string .= "\n";
       $string .= "  # GZIP\n";
-      $string .= BOOST_AGGRESSIVE_GZIP ? "  RewriteCond %{HTTP_COOKIE} !(boost-gzip) [OR]\n" : '';
+      $string .= BOOST_AGGRESSIVE_GZIP ? "  RewriteCond %{HTTP_COOKIE} !(boost-gzip)\n" : '';
       $string .= "  RewriteCond %{HTTP:Accept-encoding} !gzip\n";
       $string .= "  RewriteRule .* - [S=$skip]\n";
       if (BOOST_CACHE_HTML) {
Index: htaccess/boosted1.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/htaccess/Attic/boosted1.txt,v
retrieving revision 1.1.2.14
diff -u -p -r1.1.2.14 boosted1.txt
--- htaccess/boosted1.txt	7 Sep 2009 08:02:59 -0000	1.1.2.14
+++ htaccess/boosted1.txt	7 Oct 2009 18:32:26 -0000
@@ -33,7 +33,7 @@
   RewriteRule boost-gzip-cookie-test\.html  cache/gz/boost-gzip-cookie-test\.html\.gz [L,T=text/html]
 
   # GZIP - Cached css & js files
-  RewriteCond %{HTTP_COOKIE} !(boost-gzip) [OR]
+  RewriteCond %{HTTP_COOKIE} !(boost-gzip)
   RewriteCond %{HTTP:Accept-encoding} !gzip
   RewriteRule .* - [S=2]
   RewriteCond %{DOCUMENT_ROOT}/cache/gz/%{SERVER_NAME}%{REQUEST_URI}_\.css\.gz -s
@@ -56,7 +56,7 @@
   RewriteRule .* - [S=7]
 
   # GZIP
-  RewriteCond %{HTTP_COOKIE} !(boost-gzip) [OR]
+  RewriteCond %{HTTP_COOKIE} !(boost-gzip)
   RewriteCond %{HTTP:Accept-encoding} !gzip
   RewriteRule .* - [S=3]
   RewriteCond %{DOCUMENT_ROOT}/cache/gz/%{SERVER_NAME}%{REQUEST_URI}_%{QUERY_STRING}\.html\.gz -s
Index: htaccess/boosted2.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/htaccess/Attic/boosted2.txt,v
retrieving revision 1.1.2.15
diff -u -p -r1.1.2.15 boosted2.txt
--- htaccess/boosted2.txt	7 Sep 2009 08:02:59 -0000	1.1.2.15
+++ htaccess/boosted2.txt	7 Oct 2009 18:32:26 -0000
@@ -33,7 +33,7 @@
   RewriteRule boost-gzip-cookie-test\.html  cache/gz/boost-gzip-cookie-test\.html\.gz [L,T=text/html]
 
   # GZIP - Cached css & js files
-  RewriteCond %{HTTP_COOKIE} !(boost-gzip) [OR]
+  RewriteCond %{HTTP_COOKIE} !(boost-gzip)
   RewriteCond %{HTTP:Accept-encoding} !gzip
   RewriteRule .* - [S=2]
   RewriteCond %{DOCUMENT_ROOT}/cache/gz/%{HTTP_HOST}%{REQUEST_URI}_\.css\.gz -s
@@ -56,7 +56,7 @@
   RewriteRule .* - [S=7]
 
   # GZIP
-  RewriteCond %{HTTP_COOKIE} !(boost-gzip) [OR]
+  RewriteCond %{HTTP_COOKIE} !(boost-gzip)
   RewriteCond %{HTTP:Accept-encoding} !gzip
   RewriteRule .* - [S=3]
   RewriteCond %{DOCUMENT_ROOT}/cache/gz/%{HTTP_HOST}%{REQUEST_URI}_%{QUERY_STRING}\.html\.gz -s
