mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-24 17:08:50 +00:00
WithSecurityContextTestExecutionListener now supports nested classes. If the class is nested WithSecurityContext is not found, then the enclosing class is looked at until there is no enclosing class. Closes gh-9179