Closed
Description
The source file org.springframework.security.config.method.GlobalMethodSecurityBeanDefinitionParser.java has on line 210 the following:
logger.info("Expressions were enabled for method security but no SecurityExpressionHandler was configured. " + "All hasPermision() expressions will evaluate to false.");
The hasPermision() should be written as hasPermission().