[
https://issues.apache.org/jira/browse/FELIX-743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Felix Meschberger closed FELIX-743.
-----------------------------------
Resolution: Fixed
Add support for configuration filtering in Rev. 700058.
Configurations may be filtered with an LDAP Filterexpression suitable for the
ConfigurationAdmin.listConfiguration method. The filter may be specified as
part of the URL (instead of the configuration PID) or as a request parameter
"pidFilter".
Thus to just list a few configurations you may request:
http://host:port/system/console/configMgr/(filterExpr)
or
http://host:port/system/console/configMgr?pidFilter=(filterExpr)
or (to display a configuration and filter selectable configurations)
http://host:port/system/console/configMgr/configPid?pidFilter=(filterExpr)
> Support configuration filtering
> -------------------------------
>
> Key: FELIX-743
> URL: https://issues.apache.org/jira/browse/FELIX-743
> Project: Felix
> Issue Type: Improvement
> Components: Web Console
> Affects Versions: webconsole-1.0.0
> Reporter: Felix Meschberger
> Assignee: Felix Meschberger
> Fix For: webconsole-1.0.2
>
>
> Currently it is possible to select a concrete configuration for immediate
> display. The drop-downs for the configuration selection still contains the
> complete list. It would be helpfull to be able to specify a configuration
> filter, which limits the configurations displayed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.