fix early return in addToCrawler

check / handle all supplied urls after error url
This commit is contained in:
reger 2015-05-13 21:58:43 +02:00
parent f5f88272e4
commit 2bc9cb5828

View File

@ -3294,7 +3294,7 @@ public final class Switchboard extends serverSwitch {
if (acceptedError == null) acceptedError = this.crawlStacker.checkAcceptanceInitially(url, profile);
if (acceptedError != null) {
this.log.info("addToCrawler: cannot load " + url.toNormalform(true) + ": " + acceptedError);
return;
continue;
}
final String s;
if (asglobal) {