]> granicus.if.org Git - apache/commitdiff
Fix long-obsolete summary in mod_auth_digest.
authorNick Kew <niq@apache.org>
Mon, 7 Jul 2008 18:31:32 +0000 (18:31 +0000)
committerNick Kew <niq@apache.org>
Mon, 7 Jul 2008 18:31:32 +0000 (18:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@674578 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_auth_digest.xml

index a8980238c023d9e35101f1177f14293f42559e50..4a854f63b6744be05553589951a3a9b88153bf6b 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="mod_authn_core">AuthName</directive></seealso>