Repository: cxf-fediz Updated Branches: refs/heads/master 631419b50 -> 26caaf3e1
More spring changes Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/26caaf3e Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/26caaf3e Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/26caaf3e Branch: refs/heads/master Commit: 26caaf3e11706f1cbf34fbdef52517f254fb6eca Parents: 631419b Author: Colm O hEigeartaigh <[email protected]> Authored: Tue Sep 8 12:14:47 2015 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Tue Sep 8 12:14:47 2015 +0100 ---------------------------------------------------------------------- .../src/main/webapp/WEB-INF/applicationContext-security.xml | 2 +- .../src/main/webapp/WEB-INF/applicationContext-security.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/26caaf3e/systests/webapps/springPreauthWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml ---------------------------------------------------------------------- diff --git a/systests/webapps/springPreauthWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml b/systests/webapps/springPreauthWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml index 0e49929..3f09691 100644 --- a/systests/webapps/springPreauthWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml +++ b/systests/webapps/springPreauthWebapp/src/main/webapp/WEB-INF/applicationContext-security.xml @@ -25,7 +25,7 @@ <beans xmlns="http://www.springframework.org/schema/beans" xmlns:sec="http://www.springframework.org/schema/security" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd + xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security.xsd"> <bean id="filterChainProxy" class="org.springframework.security.web.FilterChainProxy"> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/26caaf3e/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 030adda..76061a5 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.1.xsd -http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd -http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.0.xsd -http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.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"> <!-- DIABLE in production as it might log confidential information about the user --> <sec:debug />
