You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by no...@apache.org on 2007/12/02 06:42:11 UTC

svn commit: r600250 - in /httpd/httpd/branches/2.0.x/docs/manual/mod: mod_auth_digest.html.en mod_auth_digest.xml.ko

Author: noodl
Date: Sat Dec  1 21:42:10 2007
New Revision: 600250

URL: http://svn.apache.org/viewvc?rev=600250&view=rev
Log:
Update transformations

Modified:
    httpd/httpd/branches/2.0.x/docs/manual/mod/mod_auth_digest.html.en
    httpd/httpd/branches/2.0.x/docs/manual/mod/mod_auth_digest.xml.ko

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mod_auth_digest.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/manual/mod/mod_auth_digest.html.en?rev=600250&r1=600249&r2=600250&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/mod_auth_digest.html.en (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/mod_auth_digest.html.en Sat Dec  1 21:42:10 2007
@@ -96,10 +96,10 @@
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="msie" id="msie">Working with MS Internet Explorer</a></h2>
-    <p>The Digest authentication implementation in current Internet
-    Explorer implementations has known issues, namely that <code>GET</code>
-    requests with a query string are not RFC compliant.  There are a
-    few ways to work around this issue.</p>
+    <p>The Digest authentication implementation in previous Internet
+    Explorer for Windows versions (5 and 6) had issues, namely that
+    <code>GET</code> requests with a query string were not RFC compliant.
+    There are a few ways to work around this issue.</p>
 
     <p>
     The first way is to use <code>POST</code> requests instead of
@@ -112,12 +112,15 @@
     <code>AuthDigestEnableQueryStringHack</code> environment variable.
     If <code>AuthDigestEnableQueryStringHack</code> 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.</p>
 
     <div class="example"><h3>Using Digest Authentication with MSIE:</h3><p><code>
     BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On
     </code></p></div>
+
+    <p>This workaround is not necessary for MSIE 7, though enabling it does
+    not cause any compatibility issues or significant overhead.</p>
 
     <p>See the <code class="directive"><a href="../mod/mod_setenvif.html#browsermatch">BrowserMatch</a></code>
     directive for more details on conditionally setting environment

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mod_auth_digest.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/manual/mod/mod_auth_digest.xml.ko?rev=600250&r1=600249&r2=600250&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/mod_auth_digest.xml.ko [euc-kr] (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/mod_auth_digest.xml.ko [euc-kr] Sat Dec  1 21:42:10 2007
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 106090:421174 (outdated) -->
+<!-- English Revision: 106090:600249 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more