fix stupid tiny bug introduced in rev 4276 that broke request URL parsing almost completely

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4277 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
fuchsi 17 years ago
parent 5d406d0094
commit 21f7e13fa1

@ -611,8 +611,8 @@ public final class httpHeader extends TreeMap implements Map {
prop.setProperty(CONNECTION_PROP_HOST, virtualHost);
path = "/" + args;
}
prop.setProperty(CONNECTION_PROP_PATH, path);
}
prop.setProperty(CONNECTION_PROP_PATH, path);
// find out file extension (we already stripped ?-parameters from args)
String ext = ""; // default when no file extension

Loading…
Cancel
Save