Преглед изворни кода

Re-enable session listener.

Ben Alex пре 20 година
родитељ
комит
3e9cd13fef
1 измењених фајлова са 2 додато и 2 уклоњено
  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.
     -->