Skip to content

Commit

Permalink
removed all non-http daemons; they had not been used and may be a pot…
Browse files Browse the repository at this point in the history
…ential security risk.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6185 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
orbiter committed Jul 8, 2009
1 parent 0e8647d commit 4997238
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 1,117 deletions.
8 changes: 1 addition & 7 deletions htroot/Connections_p.java
Expand Up @@ -45,7 +45,6 @@
import de.anomic.server.serverObjects;
import de.anomic.server.serverSwitch;
import de.anomic.server.serverThread;
import de.anomic.server.urlRedirectord;
import de.anomic.server.serverCore.Session;
import de.anomic.yacy.yacySeed;

Expand Down Expand Up @@ -154,12 +153,7 @@ public static serverObjects respond(final httpRequestHeader header, final server
// getting the destination host
dest = conProp.getProperty(httpHeader.CONNECTION_PROP_HOST);
if (dest==null)continue;
} else if (cmdObj instanceof urlRedirectord) {
prot = "urlRedirector";

final urlRedirectord urlRedir = (urlRedirectord)cmdObj;
commandLine = urlRedir.getURL();
}
}

if ((dest != null) && (dest.equals(virtualHost))) dest = sb.peers.mySeed().getName() + ".yacy";

Expand Down
286 changes: 0 additions & 286 deletions source/de/anomic/icap/icapHeader.java

This file was deleted.

0 comments on commit 4997238

Please sign in to comment.