mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-02-20 04:04:31 +00:00
This change extends the namespace configuration of <remember-me> with a 'form-parameter' attribute. The introduced attribute sets the 'parameter' property of AbstractRememberMeServices. This enables overriding the default value of '_spring_security_remember_me' using the namespace configuration.