From 3e9cd13fefcc33a1f5010122a1caa94b6630fcb3 Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Tue, 1 Mar 2005 02:35:33 +0000 Subject: [PATCH] Re-enable session listener. --- samples/contacts/src/main/webapp/filter/WEB-INF/web.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/contacts/src/main/webapp/filter/WEB-INF/web.xml b/samples/contacts/src/main/webapp/filter/WEB-INF/web.xml index 9edbceee2a..e8bc1dabcf 100644 --- a/samples/contacts/src/main/webapp/filter/WEB-INF/web.xml +++ b/samples/contacts/src/main/webapp/filter/WEB-INF/web.xml @@ -62,11 +62,11 @@ The HttpSessionEventPublisher will publish HttpSessionCreatedEvent and HttpSessionDestroyedEvent to the WebApplicationContext - + --> net.sf.acegisecurity.ui.session.HttpSessionEventPublisher - --> +