mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-01 09:42:13 +00:00
Fix typo in log message.
This commit is contained in:
parent
0d35194b47
commit
cd0bec48de
@ -208,7 +208,7 @@ public class GlobalMethodSecurityBeanDefinitionParser implements BeanDefinitionP
|
||||
pc.registerBeanComponent(new BeanComponentDefinition(
|
||||
expressionHandler, expressionHandlerRef));
|
||||
logger.info("Expressions were enabled for method security but no SecurityExpressionHandler was configured. "
|
||||
+ "All hasPermision() expressions will evaluate to false.");
|
||||
+ "All hasPermission() expressions will evaluate to false.");
|
||||
}
|
||||
|
||||
BeanDefinitionBuilder expressionPreAdviceBldr = BeanDefinitionBuilder
|
||||
|
Loading…
x
Reference in New Issue
Block a user