@ -415,7 +415,7 @@ public final class CrawlStacker {
if(CrawlStacker.log.isFine())CrawlStacker.log.fine("URL '"+url.toNormalform(false)+"' appeared too often in crawl stack, a maximum of "+maxAllowedPagesPerDomain+" is allowed.");
return"crawl stack domain counter exceeded (test by profile)";
// put redirect url on the crawler queue to repeat a double-check
request.redirectURL(redirectionUrl);
this.sb.crawlStacker.stackCrawl(request);
// in the end we must throw an exception (even if this is not an error, just to abort the current process
thrownewIOException("CRAWLER Redirect of URL="+requestURLString+" to "+redirectionUrl.toNormalform(false)+" placed on crawler queue for double-check");
}
// if we are already doing a shutdown we don't need to retry crawling