mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-01 09:42:13 +00:00
SEC-1858: Included the updates for logout-success-url documentation
This commit is contained in:
parent
3dca70403d
commit
041cb1dcc3
@ -603,8 +603,12 @@
|
|||||||
</section>
|
</section>
|
||||||
<section xml:id="nsa-logout-logout-success-url">
|
<section xml:id="nsa-logout-logout-success-url">
|
||||||
<title>The <literal>logout-success-url</literal> attribute</title>
|
<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>
|
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>
|
||||||
<section xml:id="nsa-logout-logout-url">
|
<section xml:id="nsa-logout-logout-url">
|
||||||
<title>The <literal>logout-url</literal> attribute</title>
|
<title>The <literal>logout-url</literal> attribute</title>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user