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/03/04 15:57:04 UTC

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

     [ https://issues.apache.org/jira/browse/FELIX-4747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Valentin Valchev resolved FELIX-4747.
-------------------------------------
    Resolution: Fixed

fixed in SVN rev. 1649521 from 05/01/2015

> 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)