Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
Currently if shindig.json-rpc.result-field sets to "both", the reponse contains "result", "data" and "both".
To respect the optional parameter shindig.json-rpc.result-field, we check if its value is "both" then we inject the response to both "data" and "result". Otherwise we use the name specified in the shindig.json-rpc.result-field property.