From 539e6fadd7c0fdfeccafdbd560110d4317a52a2e Mon Sep 17 00:00:00 2001 From: Nick Kew Date: Mon, 5 Jul 2010 03:38:01 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_auth_form.xml | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.50.1