From 041cb1dcc358ffb2047827522a951dc9aa1e0c65 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 18 Nov 2011 11:22:22 -0600 Subject: [PATCH] SEC-1858: Included the updates for logout-success-url documentation --- docs/manual/src/docbook/appendix-namespace.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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