[
https://issues.apache.org/jira/browse/WW-4650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15348232#comment-15348232
]
ASF GitHub Bot commented on WW-4650:
------------------------------------
GitHub user victorsosa opened a pull request:
https://github.com/apache/struts/pull/103
WW-4650 Json deserialization does not work in 2.5.1
Fix for WW-4650 broked by WW-4558 and test cases changes too.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/victorsosa/struts WW-4650
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/struts/pull/103.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #103
----
commit 7985fd191a39921817316f0f71348ffdd8233a4a
Author: victor sosa <[email protected]>
Date: 2016-05-26T23:23:37Z
Merge pull request #17 from apache/master
update pull
commit 4f07433626dc5bef4e626c00cf880e848ac70f80
Author: victorsosa <[email protected]>
Date: 2016-06-24T12:25:42Z
Merge branch 'master' of https://github.com/apache/struts into apache-master
commit b4622865893731277ac0034d54d26216f09b7054
Author: victorsosa <[email protected]>
Date: 2016-06-24T12:26:27Z
Merge branch 'apache-master'
commit 6e07a63797422994a96059188b1753597a22ffd1
Author: victorsosa <[email protected]>
Date: 2016-06-24T13:06:52Z
WW-4650 Json deserialization does not work in 2.5.1
logic need to be changed as accept can be a list; the check need to be
done in the list itself.
Accept:application/json, text/plain, */*
----
> Json deserialization does not work in 2.5.1
> -------------------------------------------
>
> Key: WW-4650
> URL: https://issues.apache.org/jira/browse/WW-4650
> Project: Struts 2
> Issue Type: Bug
> Components: Plugin - JSON
> Affects Versions: 2.5.1
> Reporter: Fred Ge
> Fix For: 2.5.2
>
>
> A json posted from Angular request is not deserialized anymore. It worked in
> 2.5.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)