requiresLogoutMatcher naming polish
Issue: gh-4822
This commit is contained in:
+1
-1
@@ -748,7 +748,7 @@ public class ServerHttpSecurity {
|
||||
}
|
||||
|
||||
public LogoutSpec requiresLogout(ServerWebExchangeMatcher requiresLogout) {
|
||||
this.logoutWebFilter.setRequiresLogout(requiresLogout);
|
||||
this.logoutWebFilter.setRequiresLogoutMatcher(requiresLogout);
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user