LOOKUP_CONNECTION_TIMEOUT, LOOKUP_READ_TIMEOUT,
null, null, null);
LOG.info("Loading latest URL info from " + sourceUri);
latestUrlMap = gson.fromJson(new InputStreamReader(
streamProvider.readFrom(sourceUri)), type);
} else {
File jsonFile = null;
if (sourceUri.charAt(0) == '.') {
jsonFile = new File(stackRepoFolder, sourceUri);
} else {