Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
webconsole-upnp-plugin-1.0.4
-
None
Description
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.