1
0
mirror of synced 2026-08-06 02:08:01 +00:00

requiresLogoutMatcher naming polish

Issue: gh-4822
This commit is contained in:
Rob Winch
2017-11-14 16:23:54 -06:00
parent c1f94156f9
commit 5f79fdd3eb
2 changed files with 4 additions and 4 deletions
@@ -748,7 +748,7 @@ public class ServerHttpSecurity {
}
public LogoutSpec requiresLogout(ServerWebExchangeMatcher requiresLogout) {
this.logoutWebFilter.setRequiresLogout(requiresLogout);
this.logoutWebFilter.setRequiresLogoutMatcher(requiresLogout);
return this;
}