Skip to content

Commit

Permalink
fix stupid tiny bug introduced in rev 4276 that broke request URL par…
Browse files Browse the repository at this point in the history
…sing almost completely

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4277 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
fuchsi committed Dec 16, 2007
1 parent 5d406d0 commit 21f7e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/de/anomic/http/httpHeader.java
Expand Up @@ -611,8 +611,8 @@ public static Properties parseRequestLine(String cmd, String args, Properties pr
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
Expand Down

0 comments on commit 21f7e13

Please sign in to comment.