// 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