mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Default use WebSessionServerSecurityContextRepository
Issue: gh-4719
This commit is contained in:
parent
faa0bd7143
commit
3281cea46a
@ -98,7 +98,7 @@ public class ServerHttpSecurity {
|
||||
|
||||
private ReactiveAuthenticationManager authenticationManager;
|
||||
|
||||
private ServerSecurityContextRepository serverSecurityContextRepository;
|
||||
private ServerSecurityContextRepository serverSecurityContextRepository = new WebSessionServerSecurityContextRepository();
|
||||
|
||||
private ServerAuthenticationEntryPoint serverAuthenticationEntryPoint;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user