Merge fc7532cf3a
into 725745defd
This commit is contained in:
commit
3910898f6b
|
@ -214,7 +214,7 @@ public final class CsrfFilter extends OncePerRequestFilter {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "CsrfNotRequired " + this.allowedMethods;
|
||||
return "IsNotHttpMethod " + this.allowedMethods;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue