mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-29 16:22:12 +00:00
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…
x
Reference in New Issue
Block a user