Re-enable session listener.
This commit is contained in:
parent
f1e071b0f1
commit
3e9cd13fef
|
@ -62,11 +62,11 @@
|
||||||
The HttpSessionEventPublisher will publish
|
The HttpSessionEventPublisher will publish
|
||||||
HttpSessionCreatedEvent and HttpSessionDestroyedEvent
|
HttpSessionCreatedEvent and HttpSessionDestroyedEvent
|
||||||
to the WebApplicationContext
|
to the WebApplicationContext
|
||||||
|
-->
|
||||||
<listener>
|
<listener>
|
||||||
<listener-class>net.sf.acegisecurity.ui.session.HttpSessionEventPublisher</listener-class>
|
<listener-class>net.sf.acegisecurity.ui.session.HttpSessionEventPublisher</listener-class>
|
||||||
</listener>
|
</listener>
|
||||||
-->
|
|
||||||
<!--
|
<!--
|
||||||
- Provides core MVC application controller. See contacts-servlet.xml.
|
- Provides core MVC application controller. See contacts-servlet.xml.
|
||||||
-->
|
-->
|
||||||
|
|
Loading…
Reference in New Issue