spring-security/config
Josh Cummings 664dfd9b45
Defer Anonymous Filter Construction
By delaying when the AnonymousAuthenticationFilter is constructed,
it's now possible to call the principal and filter methods inside
of a custom DSL implementation.

This does not extend to setting the key or the authentication provider
though, as these must be set during the init phase.

Closes gh-14941
2024-04-25 14:03:10 -06:00
..
src Defer Anonymous Filter Construction 2024-04-25 14:03:10 -06:00
spring-security-config.gradle Verify Serializable Objects Are Deserializable Between Minor Versions 2024-01-05 12:00:02 -03:00