mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-30 16:52:13 +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()) {
|
if (logger.isDebugEnabled()) {
|
||||||
logger.debug("Request '" + request.getMethod() + " "
|
logger.debug("Request '" + request.getMethod() + " "
|
||||||
+ getRequestPath(request) + "'" + " doesn't match '"
|
+ getRequestPath(request) + "'" + " doesn't match '"
|
||||||
+ this.httpMethod + " " + this.pattern);
|
+ this.httpMethod + " " + this.pattern + "'");
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user