Close quoted expected path in log when matching
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user