|
@@ -2,11 +2,8 @@
|
|
<b:beans xmlns:b="http://www.springframework.org/schema/beans"
|
|
<b:beans xmlns:b="http://www.springframework.org/schema/beans"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns="http://www.springframework.org/schema/security"
|
|
xmlns="http://www.springframework.org/schema/security"
|
|
- xmlns:p="http://www.springframework.org/schema/p"
|
|
|
|
- xmlns:util="http://www.springframework.org/schema/util"
|
|
|
|
xsi:schemaLocation="http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security.xsd
|
|
xsi:schemaLocation="http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security.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/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
|
|
|
|
|
|
<http auto-config="true">
|
|
<http auto-config="true">
|
|
<intercept-url pattern="/**" access="permitAll"/>
|
|
<intercept-url pattern="/**" access="permitAll"/>
|
|
@@ -20,4 +17,4 @@
|
|
</user-service>
|
|
</user-service>
|
|
</authentication-provider>
|
|
</authentication-provider>
|
|
</authentication-manager>
|
|
</authentication-manager>
|
|
-</b:beans>
|
|
|
|
|
|
+</b:beans>
|