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/04/06 16:15:51 UTC

svn commit: r160298 - httpd/httpd/branches/simple-conf/docs/conf/httpd.conf.in

Author: slive
Date: Wed Apr  6 07:15:50 2005
New Revision: 160298

URL: http://svn.apache.org/viewcvs?view=rev&rev=160298
Log:
Remove all the old broken-browser work-arounds based
on evidence that these browsers don't exist in the
wild.

I'm not completely confident about this, but we
will at least have a beta cycle to check this
before a release.

Modified:
    httpd/httpd/branches/simple-conf/docs/conf/httpd.conf.in

Modified: httpd/httpd/branches/simple-conf/docs/conf/httpd.conf.in
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/simple-conf/docs/conf/httpd.conf.in?view=diff&r1=160297&r2=160298
==============================================================================
--- httpd/httpd/branches/simple-conf/docs/conf/httpd.conf.in (original)
+++ httpd/httpd/branches/simple-conf/docs/conf/httpd.conf.in Wed Apr  6 07:15:50 2005
@@ -378,18 +378,6 @@
 #ErrorDocument 402 http://www.example.com/subscription_info.html
 #
 
-<IfModule setenvif_module>
-    #
-    # The following directives modify normal HTTP response behavior to
-    # handle known problems with browser implementations.
-    #
-    BrowserMatch "Mozilla/2" nokeepalive
-    BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-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
-</IfModule>
-
 #
 # EnableMMAP and EnableSendfile: On systems that support it, 
 # memory-mapping or the sendfile syscall is used to deliver