From 5c178ced6bfffcd570ed92c434281128ef9c30d4 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Tue, 26 Feb 2013 11:08:48 +0000 Subject: [PATCH] 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 --- docs/manual/developer/hooks.xml | 4 ++-- docs/manual/mod/mod_auth_form.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/developer/hooks.xml b/docs/manual/developer/hooks.xml index 7c60746049..e9a5c5f52e 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 9d6ccffe4c..dfe28d118b 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.

-- 2.40.0