Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The default pattern matching changed in Spring Boot 2.6. Shiro is only compatible Spring's with ant-style pattern matching.
Workaround, set property:
`spring.mvc.pathmatch.matching-strategy = ant_path_matcher`