You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dg...@hyperreal.org on 1998/03/14 10:57:15 UTC

cvs commit: apache-1.3/conf srm.conf-dist

dgaudet     98/03/14 01:57:15

  Modified:    conf     srm.conf-dist
  Log:
  um yeah this is what I meant
  
  Revision  Changes    Path
  1.20      +4 -4      apache-1.3/conf/srm.conf-dist
  
  Index: srm.conf-dist
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/conf/srm.conf-dist,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- srm.conf-dist	1998/03/14 09:43:11	1.19
  +++ srm.conf-dist	1998/03/14 09:57:14	1.20
  @@ -222,12 +222,12 @@
   # support keepalive when it is used on 301 or 302 (redirect) responses.
   
   BrowserMatch "Mozilla/2" nokeepalive
  -BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
  +BrowserMatch "MSIE 4\\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
   
   # The following directive disables HTTP/1.1 responses to browsers which
   # are in violation of the HTTP/1.0 spec by not being able to grok a
   # basic 1.1 response.
   
  -BrowserMatch "RealPlayer 4\.0" force-response-1.0
  -BrowserMatch "Java/1\.0" force-response-1.0
  -BrowserMatch "JDK/1\.0" force-response-1.0
  +BrowserMatch "RealPlayer 4\\.0" force-response-1.0
  +BrowserMatch "Java/1\\.0" force-response-1.0
  +BrowserMatch "JDK/1\\.0" force-response-1.0