Commit 85b5d32959cafe2a3bedb7ba1c849768a37d3d45
1 parent
1349843070
Exists in
master
sig
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
doc/ServerDocument.md
... | ... | @@ -64,7 +64,7 @@ |
64 | 64 | } |
65 | 65 | |
66 | 66 | try { |
67 | - allParams.add(name + "=" + UriUtils.decode(request.getParameter(name), "utf-8")); | |
67 | + allParams.add(name + "=" + UriUtils.encode(request.getParameter(name), "utf-8")); | |
68 | 68 | } catch (UnsupportedEncodingException e) { |
69 | 69 | e.printStackTrace(); |
70 | 70 | } |