You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Valentin Valchev (JIRA)" <ji...@apache.org> on 2015/01/05 14:27:34 UTC

[jira] [Created] (FELIX-4747) Executing actions with parameters on UPnP devices does not work

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)