This commit is contained in:
Deep Dhamala 2025-07-02 09:28:23 +08:00 committed by GitHub
commit 3910898f6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ public final class CsrfFilter extends OncePerRequestFilter {
@Override @Override
public String toString() { public String toString() {
return "CsrfNotRequired " + this.allowedMethods; return "IsNotHttpMethod " + this.allowedMethods;
} }
} }