aboutsummaryrefslogtreecommitdiffstats
path: root/client-compiler/src/com/vaadin/server/widgetsetutils
diff options
context:
space:
mode:
authorFabian Lange <lange.fabian@gmail.com>2014-08-28 19:23:15 +0300
committerLeif Åstrand <leif@vaadin.com>2014-08-28 19:29:38 +0300
commit2c3306cc9beb0366f6017d964849876337e776cd (patch)
tree324759fd8de5dd6d11a39fc3632527d780d1415c /client-compiler/src/com/vaadin/server/widgetsetutils
parent5889379b447f9a8fc453fad0b95f3fbc9431d9d2 (diff)
downloadvaadin-framework-2c3306cc9beb0366f6017d964849876337e776cd.tar.gz
vaadin-framework-2c3306cc9beb0366f6017d964849876337e776cd.zip
fixes incorrect JSONArray/String usage in ServerRpcHandler (#14471)
As described by Johannes, the RPCRequest constructor first takes whole JSON as string and builds its attribute json from it (by parsing). Then it reads from this parsed JSON the array called "rpc". However it previously did a .toString on it only to re-parse it. Newer json versions complain that "rpc" is not a string, but an array. Change-Id: If4bb45abad551b183d757f0aa326c37c070ce103
Diffstat (limited to 'client-compiler/src/com/vaadin/server/widgetsetutils')
0 files changed, 0 insertions, 0 deletions