Explorar el Código

Re-enable session listener.

Ben Alex hace 20 años
padre
commit
3e9cd13fef
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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.
     -->