From: Lucien Gentis Date: Tue, 11 Nov 2008 16:19:40 +0000 (+0000) Subject: Some typos. X-Git-Tag: 2.3.0~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adce1505f4f100997c5d2d8384dcf329aa34965e;p=thirdparty%2Fapache%2Fhttpd.git Some typos. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713075 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_auth_digest.xml b/docs/manual/mod/mod_auth_digest.xml index b05983cd453..53b32740414 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. -->