mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-17 23:04:07 +01:00
Merge branch 'master' into compare-cleanup
This commit is contained in:
@@ -108,7 +108,7 @@ public class CentralSearch {
|
|||||||
throw new IllegalArgumentException("Invalid SHA1 format");
|
throw new IllegalArgumentException("Invalid SHA1 format");
|
||||||
}
|
}
|
||||||
List<MavenArtifact> result = null;
|
List<MavenArtifact> result = null;
|
||||||
final URL url = new URL(String.format("%s?q=1:\"%s\"&wt=xml", rootURL, sha1));
|
final URL url = new URL(String.format("%s?q=1:%%22%s%%22&wt=xml", rootURL, sha1));
|
||||||
|
|
||||||
LOGGER.debug("Searching Central url {}", url);
|
LOGGER.debug("Searching Central url {}", url);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user