From 7731a3df57c8b7c59994b9167647e56e64f8f13c Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Tue, 11 Nov 2008 03:41:50 +0000 Subject: [PATCH] Typo. --- samples/ldap/src/main/webapp/WEB-INF/web.xml | 40 ++++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/samples/ldap/src/main/webapp/WEB-INF/web.xml b/samples/ldap/src/main/webapp/WEB-INF/web.xml index 7369c903d3..38d3b7d50f 100644 --- a/samples/ldap/src/main/webapp/WEB-INF/web.xml +++ b/samples/ldap/src/main/webapp/WEB-INF/web.xml @@ -9,18 +9,18 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4"> - Spring Security Preauthentication Demo Application + Spring Security LDAP Demo Application - - contextConfigLocation - - /WEB-INF/applicationContext-security.xml - - + - Location of the XML file that defines the root application context + - Applied by ContextLoaderListener. + --> + + contextConfigLocation + + /WEB-INF/applicationContext-security.xml + + springSecurityFilterChain @@ -32,18 +32,18 @@ /* - - - org.springframework.web.context.ContextLoaderListener - + + org.springframework.web.context.ContextLoaderListener + - org.springframework.security.ui.session.HttpSessionEventPublisher