removed resource server filter from default <security:http> block

pull/674/head
Justin Richer 2014-08-24 21:46:40 -04:00
parent c3c8df3dd1
commit ed0b476bb7
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@
<security:form-login login-page="/login" authentication-failure-url="/login?error=failure" authentication-success-handler-ref="authenticationTimeStamper" />
<security:intercept-url pattern="/**" access="permitAll" />
<security:custom-filter ref="promptFilter" after="SECURITY_CONTEXT_FILTER" />
<security:custom-filter ref="resourceServerFilter" before="PRE_AUTH_FILTER" />
<security:logout logout-url="/logout" />
<security:anonymous />
<security:expression-handler ref="oauthWebExpressionHandler" />