From: Vincent Bray Date: Sun, 2 Dec 2007 05:33:54 +0000 (+0000) Subject: Update transformations X-Git-Tag: 2.3.0~1185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e24470f853d6f170c90e0b371fcdce8355a3577f;p=apache Update transformations git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@600246 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_auth_digest.html.en b/docs/manual/mod/mod_auth_digest.html.en index 521b7e2c50..de83dae16b 100644 --- a/docs/manual/mod/mod_auth_digest.html.en +++ b/docs/manual/mod/mod_auth_digest.html.en @@ -102,9 +102,9 @@
top

Working with MS Internet Explorer

-

The Digest authentication implementation in current Internet - Explorer for Windows implementations has known issues, namely that - GET requests with a query string are not RFC compliant. +

The Digest authentication implementation in previous Internet + Explorer for Windows versions (5 and 6) had issues, namely that + GET requests with a query string were not RFC compliant. There are a few ways to work around this issue.

@@ -118,13 +118,16 @@ AuthDigestEnableQueryStringHack environment variable. If AuthDigestEnableQueryStringHack is set for the request, Apache will take steps to work around the MSIE bug and - remove the request URI from the digest comparison. Using this + remove the query string from the digest comparison. Using this method would look similar to the following.

Using Digest Authentication with MSIE:

BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On

+

This workaround is not necessary for MSIE 7, though enabling it does + not cause any compatibility issues or significant overhead.

+

See the BrowserMatch directive for more details on conditionally setting environment variables

diff --git a/docs/manual/mod/mod_auth_digest.xml.ko b/docs/manual/mod/mod_auth_digest.xml.ko index fb933b187e..08a8ddeda5 100644 --- a/docs/manual/mod/mod_auth_digest.xml.ko +++ b/docs/manual/mod/mod_auth_digest.xml.ko @@ -1,7 +1,7 @@ - +