Skip to content

Typo 'hasPermision()' in GlobalMethodSecurityBeanDefinitionParser.java #7658

Closed
@pmoerenhout

Description

@pmoerenhout

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().

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions