[jira] [Updated] (FELIX-4568) webconsole doesn't recognise pipe '|' as list separator

2014-07-22 Thread Ferry Huberts (JIRA)

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

Ferry Huberts updated FELIX-4568:
-

Attachment: Screenshot of the example.png

Screenshot of the example

> webconsole doesn't recognise pipe '|' as list separator
> ---
>
> Key: FELIX-4568
> URL: https://issues.apache.org/jira/browse/FELIX-4568
> Project: Felix
>  Issue Type: Bug
>  Components: Web Console
>Affects Versions: webconsole-4.2.2
> Environment: Linux x64
>Reporter: Ferry Huberts
> Attachments: Screenshot of the example.png
>
>
> with (bnd call)
>   Config config = Configurable.createConfigurable(Config.class, props);
> I create a Config object.
> In Config is a
>   List entries();
> the default for this is 'a|b|c'
> bnd uses the pipe '|' character to split the Strings
> webconsole uses the comma ',' character to split
> which one is it doing the right thing? :-) 



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (FELIX-4568) webconsole doesn't recognise pipe '|' as list separator

2014-12-29 Thread Ferry Huberts (JIRA)

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

Ferry Huberts updated FELIX-4568:
-
Attachment: bug.webconsole.BugWebconsole.cfg
bug.webconsole.jar

minimal bundle and corresponding (fileinstall) config file

the defaults work ok, uncomment the 2nd line in the config file and it doesn't 
work correctly

webconsole 4.2.2.all

> webconsole doesn't recognise pipe '|' as list separator
> ---
>
> Key: FELIX-4568
> URL: https://issues.apache.org/jira/browse/FELIX-4568
> Project: Felix
>  Issue Type: Bug
>  Components: Web Console
>Affects Versions: webconsole-4.2.2
> Environment: Linux x64
>Reporter: Ferry Huberts
> Attachments: Screenshot of the example.png, 
> bug.webconsole.BugWebconsole.cfg, bug.webconsole.jar
>
>
> with (bnd call)
>   Config config = Configurable.createConfigurable(Config.class, props);
> I create a Config object.
> In Config is a
>   List entries();
> the default for this is 'a|b|c'
> bnd uses the pipe '|' character to split the Strings
> webconsole uses the comma ',' character to split
> which one is it doing the right thing? :-) 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)