diff --git a/docs/manual/src/docbook/appendix-namespace.xml b/docs/manual/src/docbook/appendix-namespace.xml index 1c58daa1f9..88efb40deb 100644 --- a/docs/manual/src/docbook/appendix-namespace.xml +++ b/docs/manual/src/docbook/appendix-namespace.xml @@ -603,8 +603,12 @@
The <literal>logout-success-url</literal> attribute - The destination URL which the user will be taken to after logging out. + The destination URL which the user will be taken to after logging out. Defaults to "/". + Setting this attribute will inject the SessionManagementFilter + with a SimpleRedirectInvalidSessionStrategy configured with + the attribute value. When an invalid session ID is submitted, the strategy will be invoked, + redirecting to the configured URL.
The <literal>logout-url</literal> attribute