From e0108f3982a366278658c5a44f351e8438b66ea8 Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Fri, 15 Sep 2006 03:13:13 +0000 Subject: [PATCH] SEC-283: Docs correction for ConcuressSessionFilter. --- doc/docbook/acegi.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/docbook/acegi.xml b/doc/docbook/acegi.xml index a0af49215d..36a4151766 100644 --- a/doc/docbook/acegi.xml +++ b/doc/docbook/acegi.xml @@ -26,7 +26,7 @@ Reference Documentation - 1.0.0 + 1.0.2 @@ -1790,9 +1790,11 @@ if (obj instanceof UserDetails) { In addition, you will need to add the org.acegisecurity.concurrent.ConcurrentSessionFilter to your FilterChainProxy. The - ConcurrentSessionFilter requires only one property, + ConcurrentSessionFilter requires two properties, sessionRegistry, which generally points to an - instance of SessionRegistryImpl. + instance of SessionRegistryImpl, and + expiredUrl, which points to the page to display + when a session has expired. The web.xml HttpSessionEventPublisher causes an