SEC-1858: Included the updates for logout-success-url documentation

This commit is contained in:
Rob Winch 2011-11-18 11:22:22 -06:00
parent 3dca70403d
commit 041cb1dcc3
1 changed files with 5 additions and 1 deletions

View File

@ -603,8 +603,12 @@
</section>
<section xml:id="nsa-logout-logout-success-url">
<title>The <literal>logout-success-url</literal> attribute</title>
<para> The destination URL which the user will be taken to after logging out.
<para>The destination URL which the user will be taken to after logging out.
Defaults to "/". </para>
<para>Setting this attribute will inject the <classname>SessionManagementFilter</classname>
with a <classname>SimpleRedirectInvalidSessionStrategy</classname> configured with
the attribute value. When an invalid session ID is submitted, the strategy will be invoked,
redirecting to the configured URL.</para>
</section>
<section xml:id="nsa-logout-logout-url">
<title>The <literal>logout-url</literal> attribute</title>