Repository: cxf-fediz Updated Branches: refs/heads/master d8e2d494f -> fcdc6efce
http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/fcdc6efc/systests/webapps/springWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml ---------------------------------------------------------------------- diff --git a/systests/webapps/springWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml b/systests/webapps/springWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml index 2f5a518..9121045 100644 --- a/systests/webapps/springWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml +++ b/systests/webapps/springWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml @@ -24,9 +24,9 @@ xmlns:context="http://www.springframework.org/schema/context" xmlns:util="http://www.springframework.org/schema/util" xsi:schemaLocation="http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-3.2.xsd -http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd -http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd -http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd"> +http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.3.xsd +http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-4.3.xsd +http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.3.xsd"> <!-- DIABLE in production as it might log confidential information about the user --> <sec:debug />
