Close quoted expected path in log when matching

This commit is contained in:
Mark Hobson 2018-03-22 21:54:43 +00:00 committed by Rob Winch
parent d20ed9f5c9
commit 3c07d99b0a
1 changed files with 1 additions and 1 deletions

View File

@ -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;