1
0
mirror of synced 2026-08-04 01:07:02 +00:00

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
@@ -29,6 +29,7 @@
<form-login login-page="/login.jsp" authentication-failure-url="/login.jsp?login_error=1"/>
<logout logout-success-url="/index.jsp"/>
<remember-me />
</http>
<authentication-provider>
@@ -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 />