Don't canonicalize source tag so that SourceSeedDecideRule will work. Trailing slash of canonicalized seed currently causes it not to work.

This commit is contained in:
Hunter Stern
2016-02-16 08:52:16 -08:00
parent bfbd61edd7
commit b9b2343bc0
@@ -178,7 +178,7 @@ implements ReadSource {
curi.setSeed(true);
curi.setSchedulingDirective(SchedulingConstants.MEDIUM);
if (getSourceTagSeeds()) {
curi.setSourceTag(curi.toString());
curi.setSourceTag(uri);
}
publishAddedSeed(curi);
} catch (URIException e) {