From: Nick Kew Date: Mon, 5 Jul 2010 03:38:01 +0000 (+0000) Subject: Add a note about problem noted in PR 48652 X-Git-Tag: 2.3.7~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=539e6fadd7c0fdfeccafdbd560110d4317a52a2e;p=apache Add a note about problem noted in PR 48652 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@960431 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_auth_form.xml b/docs/manual/mod/mod_auth_form.xml index e5cdb0c96d..0048c1e218 100644 --- a/docs/manual/mod/mod_auth_form.xml +++ b/docs/manual/mod/mod_auth_form.xml @@ -321,6 +321,13 @@ +
Usernames and Passwords +

Note that form submission involves URLEncoding the form data: + in this case the username and password. You should therefore + pick usernames and passwords that avoid characters that are + URLencoded in form submission, or you may get unexpected results.

+
+ AuthFormProvider Sets the authentication provider(s) for this location