SEC-1175: Changed default anonymous username to match that in the schema docs.
This commit is contained in:
parent
33eef5ec7a
commit
aa511bb1f4
|
@ -22,7 +22,7 @@ public class AnonymousBeanDefinitionParser implements BeanDefinitionParser {
|
|||
static final String DEF_KEY = "doesNotMatter";
|
||||
|
||||
static final String ATT_USERNAME = "username";
|
||||
static final String DEF_USERNAME = "roleAnonymous";
|
||||
static final String DEF_USERNAME = "anonymousUser";
|
||||
|
||||
static final String ATT_GRANTED_AUTHORITY = "granted-authority";
|
||||
static final String DEF_GRANTED_AUTHORITY = "ROLE_ANONYMOUS";
|
||||
|
|
Loading…
Reference in New Issue