From adce1505f4f100997c5d2d8384dcf329aa34965e Mon Sep 17 00:00:00 2001 From: Lucien Gentis Date: Tue, 11 Nov 2008 16:19:40 +0000 Subject: [PATCH] Some typos. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713075 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 b05983cd45..53b3274041 100644 --- a/docs/manual/mod/mod_auth_digest.xml +++ b/docs/manual/mod/mod_auth_digest.xml @@ -45,7 +45,7 @@

To use MD5 Digest authentication, simply change the normal AuthType Basic and - AuthBasicProvider. + AuthBasicProvider to AuthType Digest and AuthDigestProvider, when setting up authentication, then add a @@ -120,7 +120,7 @@

See the BrowserMatch directive for more details on conditionally setting environment - variables

+ variables.

@@ -200,7 +200,7 @@ authentication one-time-nonces are being used, this may lead to browsers trying to pipeline requests and receiving 401 responses for all but the first request, requiring the browser to resend the requests. Note - also that the protection against reply attacks only makes sense + also that the protection against replay attacks only makes sense for dynamically generated content and things like POST requests; for static content the attacker may already have the complete response, so one-time-nonces do not make sense here. --> -- 2.50.1