Valentin Valchev created FELIX-4747:
---------------------------------------
Summary: Executing actions with parameters on UPnP devices does
not work
Key: FELIX-4747
URL: https://issues.apache.org/jira/browse/FELIX-4747
Project: Felix
Issue Type: Bug
Components: Web Console
Affects Versions: webconsole-upnp-plugin-1.0.4
Reporter: Valentin Valchev
Assignee: Valentin Valchev
Priority: Blocker
Fix For: webconsole-upnp-plugin-1.0.6
There is a problem with serialization/deserialization of the the action
parameters in UPnP Web Console plugin.
In the javascript code the action invocation is serialized as JSON object,
containing 'names' and 'vals', which are arrays of strings.
However, on the Java side, the keys are read as 'names[]' and 'vals[]'.
Probably, that's due to changes in jquery or it's a bug, since the plugin is
created.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)