mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-22 21:55:54 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user