Fix build failure

This commit is contained in:
Trustin Lee 2012-02-23 10:07:46 -08:00
parent cac8eb6058
commit 51dec6013b

View File

@ -168,7 +168,7 @@ public class QueryStringDecoder {
if (rawPath != null) {
hasPath = true;
} else {
rawPath ="";
rawPath = "";
hasPath = false;
}
// Also take care of cut of things like "http://localhost"