From 85b5d32959cafe2a3bedb7ba1c849768a37d3d45 Mon Sep 17 00:00:00 2001 From: likang Date: Wed, 3 Jun 2015 11:54:00 +0800 Subject: [PATCH] sig --- doc/ServerDocument.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ServerDocument.md b/doc/ServerDocument.md index 2c4fc60..9e2824e 100644 --- a/doc/ServerDocument.md +++ b/doc/ServerDocument.md @@ -64,7 +64,7 @@ } try { - allParams.add(name + "=" + UriUtils.decode(request.getParameter(name), "utf-8")); + allParams.add(name + "=" + UriUtils.encode(request.getParameter(name), "utf-8")); } catch (UnsupportedEncodingException e) { e.printStackTrace(); } -- 2.0.0