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

SEC-2119: Add a 'form-parameter' attribute to <remember-me>

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.
This commit is contained in:
Oliver Becker
2013-03-01 16:22:18 -06:00
committed by Rob Winch
parent e8661913d1
commit 9eb34fe51c
5 changed files with 52 additions and 8 deletions
@@ -1,5 +1,5 @@
/*
* Copyright 2010 the original author or authors.
* Copyright 2010-2013 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.