spring-security/test/src
Rob Winch 9cb668aec2 SessionManagementConfigurer properly defaults SecurityContextRepository
Previously the default was an HttpSessionSecurityContextRepository which
meant that if a stateless authentication occurred the SecurityContext would
be lost on ERROR dispatch.

This commit ensures that the RequestAttributeSecurityContextRepository is
also consulted by default.

Closes gh-12070
2022-10-20 10:57:47 -05:00
..
main Merge branch '5.8.x' 2022-10-12 15:02:40 -05:00
test SessionManagementConfigurer properly defaults SecurityContextRepository 2022-10-20 10:57:47 -05:00