Fix openid sample configuration.

This commit is contained in:
Luke Taylor 2010-06-09 22:52:43 +01:00
parent 76ebb759f3
commit 5939f17708
1 changed files with 0 additions and 5 deletions

View File

@ -15,11 +15,6 @@
<http pattern="/css/*" secured="false" />
<http pattern="/js/*" secured="false" />
<http pattern="/stateless/*">
<intercept-url />
<http-basic />
</http>
<http>
<intercept-url pattern="/**" access="ROLE_USER"/>
<logout/>