SEC-2933: Wrong XML configuration snippet of ProviderManager in reference guide #3059
Labels
in: docs
An issue in Documentation or samples
type: bug
A general bug
type: jira
An issue that was migrated from JIRA
Milestone
spring-projects-issues commentedApr 8, 2015
Tomas Repel (Migrated from SEC-2933) said:
See http://docs.spring.io/spring-security/site/docs/4.0.x/reference/htmlsingle/#core-services-authentication-manager
There is XML code snippet using non-parametric constructor that has been deprecated in Spring Security 3.x and was removed in Spring Security 4.x:
It should be fixed by using constructor argument instead of setting property.
The text was updated successfully, but these errors were encountered: