From: Christophe Jaillet Date: Tue, 26 Feb 2013 11:08:48 +0000 (+0000) Subject: Apply to trunk doc, things done on 2.4 branch X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=221666bedc3cb527fc4aea59d5fe12c48b3ec7ca;p=thirdparty%2Fapache%2Fhttpd.git Apply to trunk doc, things done on 2.4 branch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1450136 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/hooks.xml b/docs/manual/developer/hooks.xml index 7c607460492..e9a5c5f52e1 100644 --- a/docs/manual/developer/hooks.xml +++ b/docs/manual/developer/hooks.xml @@ -90,8 +90,8 @@ APR_HOOK_STRUCT( void ap_run_do_something(request_rec *r, int n) { -... -do_something(r, n); + ... + do_something(r, n); } diff --git a/docs/manual/mod/mod_auth_form.xml b/docs/manual/mod/mod_auth_form.xml index 9d6ccffe4cc..dfe28d118b5 100644 --- a/docs/manual/mod/mod_auth_form.xml +++ b/docs/manual/mod/mod_auth_form.xml @@ -661,7 +661,7 @@ lower level modules

The AuthFormDisableNoStore flag disables the sending of a Cache-Control no-store header with the error 401 page returned when the user is not yet logged in. The purpose of the header - is to make it difficult for an ecmascript application to attempt to resubmit the + is to make it difficult for an ecmascript application to attempt to resubmit the login form, and reveal the username and password to the backend application. Disable at your own risk.