From 8f58e1746073010a00e04ff90d24d8654efef29a Mon Sep 17 00:00:00 2001 From: Vincent Bray Date: Sun, 2 Dec 2007 05:42:10 +0000 Subject: [PATCH] Update transformations git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@600250 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_auth_digest.html.en | 13 ++++++++----- docs/manual/mod/mod_auth_digest.xml.ko | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/manual/mod/mod_auth_digest.html.en b/docs/manual/mod/mod_auth_digest.html.en index d4dd21480b6..1c6dbfee8c1 100644 --- a/docs/manual/mod/mod_auth_digest.html.en +++ b/docs/manual/mod/mod_auth_digest.html.en @@ -96,10 +96,10 @@
top

Working with MS Internet Explorer

-

The Digest authentication implementation in current Internet - Explorer implementations has known issues, namely that GET - requests with a query string are not RFC compliant. There are a - few ways to work around this issue.

+

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.

The first way is to use POST requests instead of @@ -112,13 +112,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 87866206ff9..fcedea0f03a 100644 --- a/docs/manual/mod/mod_auth_digest.xml.ko +++ b/docs/manual/mod/mod_auth_digest.xml.ko @@ -1,7 +1,7 @@ - +