You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2009/10/09 12:23:31 UTC

[jira] Created: (FELIX-1727) Properties with leading dots not allowed

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.


[jira] Closed: (FELIX-1727) Properties with leading dots not allowed

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger closed FELIX-1727.
------------------------------------


Closing issues after Configuration Admin 1.2.8 release

> 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.8
>
>
> 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.


[jira] Work started: (FELIX-1727) Properties with leading dots not allowed

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on FELIX-1727 started by Felix Meschberger.

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


[jira] Resolved: (FELIX-1727) Properties with leading dots not allowed

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger resolved FELIX-1727.
--------------------------------------

    Resolution: Fixed

In Rev. 823506 fixed key validation allowing leading dots and throwing on empty keys (not allowed as per the syntax)

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