SEC-1044: Removed remember-me functionality from http auto-config namespace configuration. Added explicit <remember-me> elements to contacts and tutorial sample configurations.

This commit is contained in:
Luke Taylor
2008-12-05 16:36:43 +00:00
parent 58c237fa74
commit bc6878c1c5
4 changed files with 21 additions and 17 deletions

View File

@@ -26,6 +26,7 @@
<intercept-url pattern="/post.html" access="ROLE_TELLER" />
-->
<intercept-url pattern="/**" access="IS_AUTHENTICATED_ANONYMOUSLY" />
<remember-me />
<!--
Uncomment to enable X509 client authentication support
<x509 />