Configuration.getBundleLocation to generous
-------------------------------------------

                 Key: FELIX-3228
                 URL: https://issues.apache.org/jira/browse/FELIX-3228
             Project: Felix
          Issue Type: Bug
          Components: Configuration Admin, Specification compliance
    Affects Versions:  configadmin-1.2.8
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger
             Fix For: configadmin-1.4.0


R 4.3 Configuration Admin (v.1.4) spec says that permissions on 
Configuration.getBundleLocation() must be check as follows:

• ConfigurationPermission[this.location,CONFIGURE] - if this.location is not 
null
• ConfigurationPermission["*",CONFIGURE] - if this.location is null

Currently the special case check in case of "this.location is null" is not 
correctly done thus granting permission to generously.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to