Close quoted expected path in log when matching
This commit is contained in:
parent
d20ed9f5c9
commit
3c07d99b0a
|
@ -136,7 +136,7 @@ public final class AntPathRequestMatcher
|
|||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("Request '" + request.getMethod() + " "
|
||||
+ getRequestPath(request) + "'" + " doesn't match '"
|
||||
+ this.httpMethod + " " + this.pattern);
|
||||
+ this.httpMethod + " " + this.pattern + "'");
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue