mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-24 11:13:30 +00:00
The setSecurityContextRepository and setSecurityContextHolderStrategy only works for the parent class. This commit overrides the method and make sure that we set the objects in the super class and the CasAuthenticationFilter. Closes gh-14529