mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-27 14:22:47 +00:00
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…
x
Reference in New Issue
Block a user