Skip to content

Commit e0161b0

Browse files
committed
revert null change
Signed-off-by: blake_bauman <blake_bauman@apple.com>
1 parent d79c49d commit e0161b0

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 this.DEFAULT_LOGOUT_HANDLER;
3108+
return null;
31093109
}
31103110
if (this.logoutHandlers.size() == 1) {
31113111
return this.logoutHandlers.get(0);

0 commit comments

Comments
 (0)