You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Timothy Ward (JIRA)" <ji...@apache.org> on 2019/02/19 12:41:00 UTC

[jira] [Created] (FELIX-6061) Configuration Admin uses getDeclaredMethods without permission

Timothy Ward created FELIX-6061:
-----------------------------------

             Summary: Configuration Admin uses getDeclaredMethods without permission
                 Key: FELIX-6061
                 URL: https://issues.apache.org/jira/browse/FELIX-6061
             Project: Felix
          Issue Type: Improvement
          Components: Configuration Admin
    Affects Versions: configadmin-1.9.10
            Reporter: Timothy Ward
            Assignee: Timothy Ward


The use of getDeclaredMethods requires a security permission which Configuration Admin doesn't have. This needs to be fixed by either using getMethods (which doesn't need a permission) or adding the permission to Configuration Admin's permissions.perm

Removing the call would be preferred.

 

Note that this bug breaks the OSGi Compliance Tests



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)