]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix semantic mistakes and add version hint
authorAndré Malo <nd@apache.org>
Thu, 5 Aug 2004 11:57:23 +0000 (11:57 +0000)
committerAndré Malo <nd@apache.org>
Thu, 5 Aug 2004 11:57:23 +0000 (11:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104504 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_auth_digest.xml

index 2c3f1889189c7d3433d3c22175a08aa14a9a31f2..36b00f5b287dd87d6a6baf65c05d606f7434b808 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- $Revision: 1.5.2.10 $ -->
+<!-- $Revision: 1.5.2.11 $ -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
@@ -72,9 +72,8 @@
     browsers. As of November 2002, the major browsers that support digest
     authentication are <a href="http://www.opera.com/">Opera</a>, <a
     href="http://www.microsoft.com/windows/ie/">MS Internet
-    Explorer</a> (fails when used with a query string - see the
-    <directive module="mod_auth_digest">AuthDigestEnableQueryStringHack
-    </directive> option below for a workaround), <a
+    Explorer</a> (fails when used with a query string - see "<a href="#msie"
+    >Working with MS Internet Explorer</a>" below for a workaround), <a
     href="http://www.w3.org/Amaya/">Amaya</a>, <a
     href="http://www.mozilla.org">Mozilla</a> and <a
     href="http://channels.netscape.com/ns/browsers/download.jsp"
@@ -97,9 +96,9 @@
     limitation.
     </p>
 
-    <p>Apache also provides a workaround in the
+    <p>Since version 2.0.51 Apache also provides a workaround in the
     <code>AuthDigestEnableQueryStringHack</code> environment variable.
-    If <code>AuthDigestEnableQueryStringHack</code> is true for the
+    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
     method would look similar to the following.</p>