Properties with leading dots not allowed
----------------------------------------
Key: FELIX-1727
URL: https://issues.apache.org/jira/browse/FELIX-1727
Project: Felix
Issue Type: Bug
Components: Configuration Admin, Specification compliance
Affects Versions: configadmin-1.2.4
Reporter: Felix Meschberger
Assignee: Felix Meschberger
Fix For: configadmin-1.2.6
Even though the OSGi R4.2 Configuration Admin Spec (v 1.3 of the spec) now
explicitly allows properties with leading dots, the current implementation
prevents them from being used.
Specification states:
The format of a property name should be:
property-name ::= public | private
public ::= symbolic-name // See 1.3.2
private ::= '.' symbolic-name
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.