InitializeUserDetailsBeanManagerConfigurer should use Constructor Injection #14691
Labels
in: core
An issue in spring-security-core
status: duplicate
A duplicate of another issue
type: enhancement
A general enhancement
The
InitializeUserDetailsBeanManagerConfigurer
should inject thePasswordEncoder
into the constructor ofDaoAuthenticationProvider
to prevent the unnecessary execution ofPasswordEncoderFactories.createDelegatingPasswordEncoder()
which causes issues for users with FIPS compliant JDKs. See #14670The text was updated successfully, but these errors were encountered: