]> granicus.if.org Git - apache/commitdiff
Make the MSIE BrowserMatch regexp fit for MSIE 10. Remove useless '.*'
authorStefan Fritsch <sf@apache.org>
Mon, 6 Jun 2011 21:46:14 +0000 (21:46 +0000)
committerStefan Fritsch <sf@apache.org>
Mon, 6 Jun 2011 21:46:14 +0000 (21:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1132793 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/extra/httpd-ssl.conf.in

index f8e7281004b21475d2eef797e6e8717540550e2b..da95338c89fe0993e60e3b745b2c1641bd4121a8 100644 (file)
@@ -221,7 +221,7 @@ SSLCertificateKeyFile "@exp_sysconfdir@/server.key"
 #   Similarly, one has to force some clients to use HTTP/1.0 to workaround
 #   their broken HTTP/1.1 implementation. Use variables "downgrade-1.0" and
 #   "force-response-1.0" for this.
-BrowserMatch ".*MSIE [1-5].*" \
+BrowserMatch "MSIE [2-5]" \
          nokeepalive ssl-unclean-shutdown \
          downgrade-1.0 force-response-1.0