Skip to content

Commit 2581a19

Browse files
committed
Merge branch 'multi-logout-handler-webflux' of github.com:blake-bauman/spring-security into multi-logout-handler-webflux
2 parents e030bb7 + 1c2c309 commit 2581a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/src/main/java/org/springframework/security/config/web/server/ServerHttpSecurity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3105,7 +3105,7 @@ private ServerLogoutHandler createLogoutHandler() {
31053105
this.DEFAULT_LOGOUT_HANDLER.setSecurityContextRepository(securityContextRepository);
31063106
}
31073107
if (this.logoutHandlers.isEmpty()) {
3108-
return null;
3108+
return this.DEFAULT_LOGOUT_HANDLER;
31093109
}
31103110
if (this.logoutHandlers.size() == 1) {
31113111
return this.logoutHandlers.get(0);

0 commit comments

Comments
 (0)