using defaults from spring 4
parent
d5e8dd31a8
commit
fc91043807
|
@ -37,7 +37,7 @@
|
|||
|
||||
<mvc:view-controller path="/login" view-name="login" />
|
||||
|
||||
<security:http disable-url-rewriting="true" authentication-manager-ref="authenticationManager">
|
||||
<security:http authentication-manager-ref="authenticationManager">
|
||||
|
||||
<security:intercept-url pattern="/authorize" access="hasRole('ROLE_USER')" />
|
||||
<security:intercept-url pattern="/**" access="permitAll" />
|
||||
|
|
Loading…
Reference in New Issue