mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-30 00:32:14 +00:00
SEC-2358: Add RequestHEaderRequestMatcher#toString()
This commit is contained in:
parent
9e7fbf8067
commit
1a1f577a8b
@ -93,4 +93,11 @@ public final class RequestHeaderRequestMatcher implements RequestMatcher {
|
||||
|
||||
return expectedHeaderValue.equals(actualHeaderValue);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "RequestHeaderRequestMatcher [expectedHeaderName="
|
||||
+ expectedHeaderName + ", expectedHeaderValue="
|
||||
+ expectedHeaderValue + "]";
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user