|
|
|
@ -245,12 +245,12 @@ public final class plasmaCrawlStacker {
|
|
|
|
|
return reason;
|
|
|
|
|
} else if (hostAddress.isSiteLocalAddress()) {
|
|
|
|
|
reason = "denied_(private_ip_address)";
|
|
|
|
|
this.log.logFine("Host in URL '" + nexturlString + "' has private ip address." +
|
|
|
|
|
this.log.logFine("Host in URL '" + nexturlString + "' has private IP address. " +
|
|
|
|
|
"Stack processing time: " + (System.currentTimeMillis()-startTime));
|
|
|
|
|
return reason;
|
|
|
|
|
} else if (hostAddress.isLoopbackAddress()) {
|
|
|
|
|
reason = "denied_(loopback_ip_address)";
|
|
|
|
|
this.log.logFine("Host in URL '" + nexturlString + "' has loopback ip address." +
|
|
|
|
|
this.log.logFine("Host in URL '" + nexturlString + "' has loopback IP address. " +
|
|
|
|
|
"Stack processing time: " + (System.currentTimeMillis()-startTime));
|
|
|
|
|
return reason;
|
|
|
|
|
}
|
|
|
|
@ -281,7 +281,7 @@ public final class plasmaCrawlStacker {
|
|
|
|
|
/*
|
|
|
|
|
urlPool.errorURL.newEntry(nexturl, referrerHash, initiatorHash, yacyCore.seedDB.mySeed.hash,
|
|
|
|
|
name, reason, new bitfield(plasmaURL.urlFlagLength), false);*/
|
|
|
|
|
this.log.logFine("URL '" + nexturlString + "' is cgi URL." +
|
|
|
|
|
this.log.logFine("URL '" + nexturlString + "' is CGI URL. " +
|
|
|
|
|
"Stack processing time: " + (System.currentTimeMillis()-startTime));
|
|
|
|
|
return reason;
|
|
|
|
|
}
|
|
|
|
|