Jelajahi Sumber

Re-enable session listener.

Ben Alex 20 tahun lalu
induk
melakukan
3e9cd13fef
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      samples/contacts/src/main/webapp/filter/WEB-INF/web.xml

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