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 '?':
|
||||
continue;
|
||||
case ' ':
|
||||
queryNameValueEncoding[i] = "+";
|
||||
|
|
Loading…
Reference in a new issue