From e1abad1e7d55603a3ff9c86c72364667b7946f8a Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Fri, 16 May 2008 18:17:05 +0000 Subject: [PATCH] bug fix for 2.0.1 security --- .../src/main/webapp/WEB-INF/config/security-config.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/config/security-config.xml b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/config/security-config.xml index 7397ff60..3754a790 100644 --- a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/config/security-config.xml +++ b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/config/security-config.xml @@ -6,7 +6,7 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd http://www.springframework.org/schema/security - http://www.springframework.org/schema/security/spring-security-2.0.xsd"> + http://www.springframework.org/schema/security/spring-security-2.0.1.xsd"> @@ -33,6 +33,7 @@ +