unfix uribuilder

This commit is contained in:
Bill Burke 2014-03-26 10:19:56 -04:00
parent 0ec19c9ec9
commit 51b3de7383

View file

@ -96,6 +96,7 @@ public class Encode
case '.':
case '_':
case '~':
case '?':
continue;
case ' ':
queryNameValueEncoding[i] = "+";