/anonymous.html doesn't require http to set explicitely after we set it for /**

This commit is contained in:
Robert Kohanyi 2016-05-02 16:11:59 +01:00
parent cddd15019c
commit 01be10edbb
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<intercept-url pattern="/login*" access="permitAll"/>
<intercept-url pattern="/**" access="isAuthenticated()"/>
<!--
<intercept-url pattern="/anonymous*" access="isAnonymous()" requires-channel="http"/>
<intercept-url pattern="/anonymous*" access="isAnonymous()"/>
<intercept-url pattern="/login*" access="permitAll" requires-channel="https"/>
<intercept-url pattern="/perform_login" requires-channel="https"/>
<intercept-url pattern="/**" access="isAuthenticated()" requires-channel="http"/>