mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-01 09:42:13 +00:00
Fix Error Message typo
Fixes gh-3953
This commit is contained in:
parent
b17870ee07
commit
764a4d8414
@ -40,7 +40,7 @@ import java.util.Arrays;
|
|||||||
public class AuthenticationManagerFactoryBean implements
|
public class AuthenticationManagerFactoryBean implements
|
||||||
FactoryBean<AuthenticationManager>, BeanFactoryAware {
|
FactoryBean<AuthenticationManager>, BeanFactoryAware {
|
||||||
private BeanFactory bf;
|
private BeanFactory bf;
|
||||||
public static final String MISSING_BEAN_ERROR_MESSAGE = "Did you forget to add a gobal <authentication-manager> element "
|
public static final String MISSING_BEAN_ERROR_MESSAGE = "Did you forget to add a global <authentication-manager> element "
|
||||||
+ "to your configuration (with child <authentication-provider> elements)? Alternatively you can use the "
|
+ "to your configuration (with child <authentication-provider> elements)? Alternatively you can use the "
|
||||||
+ "authentication-manager-ref attribute on your <http> and <global-method-security> elements.";
|
+ "authentication-manager-ref attribute on your <http> and <global-method-security> elements.";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user