spring-security/config
Rob Winch a19cc8f1c7 SEC-2020: Set eraseCredentialsAfterAuthentication when using http@authentication-manager-ref
Previously the namespace configuration did not properly set the eraseCredentialsAfterAuthentication
property on the parent AuthenticationProvider when using http@authentication-manager-ref.

Now the ProviderManager that is created by the namespace consults the original
AuthenticationManager to determine if eraseCredentialsAfterAuthentication should
be set on the wrapped instance. If the original is not a ProviderManager the
eraseCredentialsAfterAuthentication is set to false since we should not "magically"
add behavior to the custom AuthenticationManager without knowing the desired behavior.
2012-07-31 14:04:11 -05:00
..
src SEC-2020: Set eraseCredentialsAfterAuthentication when using http@authentication-manager-ref 2012-07-31 14:04:11 -05:00
config.gradle SEC-1906: Update to Gradle 1.0 2012-07-05 12:41:56 -05:00
convert_schema.sh Update schema version to 3.1 2010-02-20 18:58:00 +00:00
template.mf Minor fix to bundlor template for config module. 2011-04-06 14:02:01 +01:00