mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-20 21:38:48 +00:00
Default WebFlux headers and Logout
This commit is contained in:
parent
fb632624d2
commit
e2dd037b4a
@ -92,7 +92,7 @@ public class ServerHttpSecurity {
|
||||
|
||||
private AuthorizeExchangeBuilder authorizeExchangeBuilder;
|
||||
|
||||
private HeaderBuilder headers;
|
||||
private HeaderBuilder headers = new HeaderBuilder();
|
||||
|
||||
private CsrfBuilder csrf = new CsrfBuilder();
|
||||
|
||||
@ -100,7 +100,7 @@ public class ServerHttpSecurity {
|
||||
|
||||
private FormLoginBuilder formLogin;
|
||||
|
||||
private LogoutBuilder logout;
|
||||
private LogoutBuilder logout = new LogoutBuilder();
|
||||
|
||||
private ReactiveAuthenticationManager authenticationManager;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user