Re-enable session listener.

This commit is contained in:
Ben Alex 2005-03-01 02:35:33 +00:00
parent f1e071b0f1
commit 3e9cd13fef
1 changed files with 2 additions and 2 deletions

View File

@ -62,11 +62,11 @@
The HttpSessionEventPublisher will publish
HttpSessionCreatedEvent and HttpSessionDestroyedEvent
to the WebApplicationContext
-->
<listener>
<listener-class>net.sf.acegisecurity.ui.session.HttpSessionEventPublisher</listener-class>
</listener>
-->
<!--
- Provides core MVC application controller. See contacts-servlet.xml.
-->