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

View File

@ -98,7 +98,7 @@ public class ServerHttpSecurity {
private ReactiveAuthenticationManager authenticationManager;
private ServerSecurityContextRepository serverSecurityContextRepository;
private ServerSecurityContextRepository serverSecurityContextRepository = new WebSessionServerSecurityContextRepository();
private ServerAuthenticationEntryPoint serverAuthenticationEntryPoint;