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