unfix uribuilder
This commit is contained in:
parent
0ec19c9ec9
commit
51b3de7383
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ public class Encode
|
||||||
case '.':
|
case '.':
|
||||||
case '_':
|
case '_':
|
||||||
case '~':
|
case '~':
|
||||||
|
case '?':
|
||||||
continue;
|
continue;
|
||||||
case ' ':
|
case ' ':
|
||||||
queryNameValueEncoding[i] = "+";
|
queryNameValueEncoding[i] = "+";
|
||||||
|
|
Loading…
Reference in a new issue