using defaults from spring 4

pull/1174/head
Justin Richer 2016-12-22 15:17:18 -05:00
parent d5e8dd31a8
commit fc91043807
1 changed files with 1 additions and 1 deletions

View File

@ -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" />