WW-4846 Fixes converting Spring object to the JSON response
Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/b25fe95e Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/b25fe95e Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/b25fe95e Branch: refs/heads/master Commit: b25fe95eea897776560c3e44444ae2b966662acc Parents: 223e735 682d7a8 Author: Lukasz Lenart <lukaszlen...@apache.org> Authored: Wed Sep 6 11:49:30 2017 +0200 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Wed Sep 6 11:49:30 2017 +0200 ---------------------------------------------------------------------- .../org/apache/struts2/json/JSONConstants.java | 29 ++++++++++++++++++++ .../java/org/apache/struts2/json/JSONUtil.java | 13 ++++++--- .../org/apache/struts2/json/JSONWriter.java | 11 +++++++- .../json/src/main/resources/struts-plugin.xml | 3 ++ .../spring/src/main/resources/struts-plugin.xml | 1 + 5 files changed, 52 insertions(+), 5 deletions(-) ----------------------------------------------------------------------