From 82546b6881741f68c9a1567dfae15924ad1e8d6d Mon Sep 17 00:00:00 2001 From: Nick Kew Date: Mon, 7 Jul 2008 18:42:10 +0000 Subject: [PATCH] Fix long-obsolete summary in mod_auth_digest. 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_auth_digest.xml b/docs/manual/mod/mod_auth_digest.xml index 9897f612173..47cb7aad651 100644 --- a/docs/manual/mod/mod_auth_digest.xml +++ b/docs/manual/mod/mod_auth_digest.xml @@ -30,9 +30,9 @@ auth_digest_module -

This module implements HTTP Digest Authentication. However, it - has not been extensively tested and is therefore marked - experimental.

+

This module implements HTTP Digest Authentication + (RFC2617), and + provides a more secure alternative to mod_auth_basic.

AuthName -- 2.47.2