From: Stefan Fritsch Date: Mon, 6 Jun 2011 21:46:14 +0000 (+0000) Subject: Make the MSIE BrowserMatch regexp fit for MSIE 10. Remove useless '.*' X-Git-Tag: 2.3.13~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b4732f49495d344626cec72ca41a4c2892ce453;p=thirdparty%2Fapache%2Fhttpd.git Make the MSIE BrowserMatch regexp fit for MSIE 10. Remove useless '.*' git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1132793 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/extra/httpd-ssl.conf.in b/docs/conf/extra/httpd-ssl.conf.in index f8e7281004b..da95338c89f 100644 --- a/docs/conf/extra/httpd-ssl.conf.in +++ b/docs/conf/extra/httpd-ssl.conf.in @@ -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