From 0d040ff6bbdd4c23438c535fdec8d8c424c68174 Mon Sep 17 00:00:00 2001 From: orbiter Date: Tue, 24 May 2011 09:14:32 +0000 Subject: [PATCH] fix for bug 0000036: no crawling of https pages git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7734 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/search/Switchboard.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/de/anomic/search/Switchboard.java b/source/de/anomic/search/Switchboard.java index d720a9436..646de33b0 100644 --- a/source/de/anomic/search/Switchboard.java +++ b/source/de/anomic/search/Switchboard.java @@ -1912,7 +1912,7 @@ public final class Switchboard extends serverSwitch { // process the next hyperlink nextUrl = nextEntry.getKey(); String u = nextUrl.toNormalform(true, true, false, true); - if (!(u.startsWith("http://") || u.startsWith("ftp://") || u.startsWith("smb://") || u.startsWith("file://"))) continue; + if (!(u.startsWith("http://") || u.startsWith("https://") || u.startsWith("ftp://") || u.startsWith("smb://") || u.startsWith("file://"))) continue; // enqueue the hyperlink into the pre-notice-url db try { crawlStacker.enqueueEntry(new Request(