Pārlūkot izejas kodu

Re-enable session listener.

Ben Alex 20 gadi atpakaļ
vecāks
revīzija
3e9cd13fef

+ 2 - 2
samples/contacts/src/main/webapp/filter/WEB-INF/web.xml

@@ -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.
     -->