From: Lucien Gentis Date: Wed, 19 Nov 2008 16:19:56 +0000 (+0000) Subject: Typos X-Git-Tag: 2.3.0~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22f29c3c3d5cebc737b63a5df0f851be04bee6f8;p=thirdparty%2Fapache%2Fhttpd.git Typos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@719004 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_auth_form.xml b/docs/manual/mod/mod_auth_form.xml index da473905226..2795604b083 100644 --- a/docs/manual/mod/mod_auth_form.xml +++ b/docs/manual/mod/mod_auth_form.xml @@ -233,7 +233,8 @@
Inline Login with Body Preservation

A limitation of the inline login technique described above is that should an - HTML form POST have resulted in the request to authenticate or reauthentiate, the + HTML form POST have resulted in the request to authenticate or + reauthenticate, the contents of the original form posted by the browser will be lost. Depending on the function of the website, this could present significant inconvenience for the end user.

@@ -466,8 +467,8 @@ lower level modules

The AuthFormMethod directive specifies - the name of an HTML field which, if present, will contain the method of the request to - to submit should login be successful.

+ the name of an HTML field which, if present, will contain the + mimetype of the request to to submit should login be successful.

By populating the form with fields described by AuthFormMethod,