fix for crawler condition

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2583 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 19 years ago
parent 92157febcd
commit 41e27b85b7

@ -429,7 +429,7 @@ public class plasmaSwitchboardQueue {
// a picture cannot be indexed // a picture cannot be indexed
if (getCachedObjectInfo() != null) { if (getCachedObjectInfo() != null) {
String status = this.getCachedObjectInfo().shallIndexCacheForProxy(); String status = this.getCachedObjectInfo().shallIndexCacheForCrawler();
if (status != null) return status; if (status != null) return status;
} }
if (plasmaHTCache.noIndexingURL(nURL)) { return "Media_Content_(forbidden)"; } if (plasmaHTCache.noIndexingURL(nURL)) { return "Media_Content_(forbidden)"; }

Loading…
Cancel
Save