NPE in configuration view when running webconsole with Equinox
--------------------------------------------------------------
Key: FELIX-1028
URL: https://issues.apache.org/jira/browse/FELIX-1028
Project: Felix
Issue Type: Bug
Components: Framework, Web Console
Affects Versions: webconsole-1.2.8, felix-1.4.1
Reporter: Per Kristian Söreide
When using webconsole with Equinox, a NullPointerException is correctly thrown
from BundleContext.createFilter(String filter) when filer is null (core spec
4.1 - 6.1.6.5). Felix throws an InvalidSyntaxException when filter is null.
This causes an uncaught NullPointerException in the call to createFilter in
org.apache.felix.webconsole.internal.compendium.ConfigManager.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.