summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_auth_form.xml
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2012-09-21 21:46:23 +0200
committerGraham Leggett <minfrin@apache.org>2012-09-21 21:46:23 +0200
commitb122eb16fff891da68f950f7409c863e5ffdbc87 (patch)
tree908bbb15cc58c2b710d7b1bf23d26d904db2af9a /docs/manual/mod/mod_auth_form.xml
parentforce these (diff)
downloadapache2-b122eb16fff891da68f950f7409c863e5ffdbc87.tar.xz
apache2-b122eb16fff891da68f950f7409c863e5ffdbc87.zip
mod_auth_form: Support the expr parser in the
AuthFormLoginRequiredLocation, AuthFormLoginSuccessLocation and AuthFormLogoutLocation directives. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1388648 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_auth_form.xml')
-rw-r--r--docs/manual/mod/mod_auth_form.xml18
1 files changed, 11 insertions, 7 deletions
diff --git a/docs/manual/mod/mod_auth_form.xml b/docs/manual/mod/mod_auth_form.xml
index 33449ce448..16efbd95e4 100644
--- a/docs/manual/mod/mod_auth_form.xml
+++ b/docs/manual/mod/mod_auth_form.xml
@@ -558,9 +558,10 @@ lower level modules</description>
<usage>
<p>The <directive module="mod_auth_form">AuthFormLoginRequiredLocation</directive> directive
- specifies the URL to redirect to should the user not be authorised to view a page. By default,
- if a user is not authorised to view a page, the HTTP response code <code>HTTP_UNAUTHORIZED</code>
- will be returned with the page specified by the
+ specifies the URL to redirect to should the user not be authorised to view a page. The value
+ is parsed using the <a href="../expr.html">ap_expr</a> parser before being sent to the client.
+ By default, if a user is not authorised to view a page, the HTTP response code
+ <code>HTTP_UNAUTHORIZED</code> will be returned with the page specified by the
<directive module="core">ErrorDocument</directive> directive. This directive overrides this
default.</p>
@@ -580,9 +581,10 @@ lower level modules</description>
<usage>
<p>The <directive module="mod_auth_form">AuthFormLoginSuccessLocation</directive> directive
- specifies the URL to redirect to should the user have logged in successfully. This directive
- can be overridden if a form field has been defined containing another URL using the
- <directive module="mod_auth_form">AuthFormLocation</directive> directive.</p>
+ specifies the URL to redirect to should the user have logged in successfully. The value is
+ parsed using the <a href="../expr.html">ap_expr</a> parser before being sent to the client.
+ This directive can be overridden if a form field has been defined containing another URL
+ using the <directive module="mod_auth_form">AuthFormLocation</directive> directive.</p>
<p>Use this directive if you have a dedicated login URL, and you have not embedded the
destination page in the login form.</p>
@@ -620,7 +622,9 @@ lower level modules</description>
<usage>
<p>The <directive module="mod_auth_form">AuthFormLogoutLocation</directive> directive
- specifies the URL of a page on the server to redirect to should the user attempt to log out.</p>
+ specifies the URL of a page on the server to redirect to should the user attempt to log
+ out. The value is parsed using the <a href="../expr.html">ap_expr</a> parser before
+ being sent to the client.</p>
<p>When a URI is accessed that is served by the handler <code>form-logout-handler</code>,
the page specified by this directive will be shown to the end user. For example:</p>