|
@@ -156,7 +156,7 @@ public class URLRepository extends BlobStoreRepository {
|
|
|
logger.warn("cannot parse the specified url [{}]", url);
|
|
|
throw new RepositoryException(repositoryName, "cannot parse the specified url [" + url + "]");
|
|
|
}
|
|
|
- // We didn't match white list - try to resolve against repo.path
|
|
|
+ // We didn't match white list - try to resolve against path.repo
|
|
|
URL normalizedUrl = environment.resolveRepoURL(url);
|
|
|
if (normalizedUrl == null) {
|
|
|
logger.warn("The specified url [{}] doesn't start with any repository paths specified by the path.repo setting: [{}] or by repositories.url.allowed_urls setting: [{}] ", url, environment.repoFiles());
|