* with r5137 robotParser didn't work at all -> fix

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5139 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
f1ori 17 years ago
parent 3ded1efe84
commit bea6c13139

@ -109,7 +109,7 @@ public final class robotsParser {
try {
while ((line = reader.readLine()) != null) {
// replacing all tabs with spaces
line = line.replaceAll("\t"," ").replaceAll(":"," ").trim();
line = line.replaceAll("\t"," ").trim();
lineUpper = line.toUpperCase();
if (line.length() == 0) {

Loading…
Cancel
Save