|
@@ -3,11 +3,11 @@
|
|
|
xmlns:tx="http://www.springframework.org/schema/tx" xmlns:util="http://www.springframework.org/schema/util"
|
|
|
xmlns:security="http://www.springframework.org/schema/security"
|
|
|
xsi:schemaLocation="
|
|
|
-http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
|
|
|
-http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
|
|
|
-http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd
|
|
|
-http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.1.xsd
|
|
|
-http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security.xsd
|
|
|
+http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd
|
|
|
+http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context.xsd
|
|
|
+http://www.springframework.org/schema/tx https://www.springframework.org/schema/tx/spring-tx.xsd
|
|
|
+http://www.springframework.org/schema/util https://www.springframework.org/schema/util/spring-util-3.1.xsd
|
|
|
+http://www.springframework.org/schema/security https://www.springframework.org/schema/security/spring-security.xsd
|
|
|
">
|
|
|
|
|
|
<security:http pattern="/foo/**">
|