1
0
mirror of synced 2026-07-26 04:55:13 +00:00

Default use WebSessionServerSecurityContextRepository

Issue: gh-4719
This commit is contained in:
Rob Winch
2017-10-26 22:48:23 -05:00
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;