fixing policy enforcer /*

This commit is contained in:
Pedro Igor
2017-08-23 13:30:21 -03:00
parent 245f6c0c84
commit b4530cfbe9

View File

@@ -89,7 +89,7 @@ class PathMatcher {
pathString = "/";
}
if (matchingUri.equals(targetUri)) {
if (matchingUri.equals(targetUri) || pathString.equals(targetUri)) {
cache.put(targetUri, entry);
return entry;
}