]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix long-obsolete summary in mod_auth_digest.
authorNick Kew <niq@apache.org>
Mon, 7 Jul 2008 18:42:10 +0000 (18:42 +0000)
committerNick Kew <niq@apache.org>
Mon, 7 Jul 2008 18:42:10 +0000 (18:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@674584 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_auth_digest.xml

index 9897f6121738673a5ae52c92fd7a4d4f09dd171b..47cb7aad65176b2b0854b304e4dbba49657482e1 100644 (file)
@@ -30,9 +30,9 @@
 <identifier>auth_digest_module</identifier>
 
 <summary>
-    <p>This module implements HTTP Digest Authentication. However, it
-    has not been extensively tested and is therefore marked
-    experimental.</p>
+    <p>This module implements HTTP Digest Authentication
+    (<a href="http://www.faqs.org/rfcs/rfc2617.html">RFC2617</a>), and
+    provides a more secure alternative to <module>mod_auth_basic</module>.</p>
 </summary>
 
 <seealso><directive module="core">AuthName</directive></seealso>