Fix missing bean in security filters
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 21 Aug 2012 15:01:48 +0000 (15:01 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 21 Aug 2012 15:01:48 +0000 (15:01 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@5530 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

server/modules/org.argeo.jackrabbit.webapp/WEB-INF/security-filters.xml

index bfdafd34149345d8472b1c97e91e293e38cbf153..ee9c6aa0d501adcbea60cbc00fb1753babcb559f 100644 (file)
                </property>
        </bean>
 
-       <!-- Integrates the authentication information in the http sessions
+       <!-- Integrates the authentication information in the http sessions -->
        <bean id="session"
                class="org.springframework.security.context.HttpSessionContextIntegrationFilter">
                <property name="allowSessionCreation" value="false" />
        </bean>
- -->
+
        <!-- Processes logouts, removing both session informations and the remember-me 
                cookie from the browser -->
        <bean id="logout" class="org.springframework.security.ui.logout.LogoutFilter">