WW-4224 finishes adding support for collection of parameters
Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/da6ed911 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/da6ed911 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/da6ed911 Branch: refs/heads/develop Commit: da6ed911c9d89343d7fe83e72c2c6fcc21ffebb9 Parents: 49ecb5f 01255fa Author: Lukasz Lenart <lukaszlen...@apache.org> Authored: Sat Mar 22 09:43:44 2014 +0100 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Sat Mar 22 09:43:44 2014 +0100 ---------------------------------------------------------------------- .../dispatcher/ServletRedirectResult.java | 6 +- .../struts2/dispatcher/StrutsResultSupport.java | 75 +++++++++---- .../dispatcher/ServletRedirectResultTest.java | 109 +++++++++++++++---- .../dispatcher/StrutsResultSupportTest.java | 31 ++++++ .../opensymphony/xwork2/util/TextParseUtil.java | 87 +++++++++++++++ .../xwork2/util/TextParseUtilTest.java | 45 +++++++- 6 files changed, 307 insertions(+), 46 deletions(-) ----------------------------------------------------------------------