Christoph Nölle created FELIX-5918:
--------------------------------------
Summary: [ConfigAdmin] AccessControlExceptions in
ConfigurationAdmin methods
Key: FELIX-5918
URL: https://issues.apache.org/jira/browse/FELIX-5918
Project: Felix
Issue Type: Bug
Components: Configuration Admin
Affects Versions: configadmin-1.9.4
Reporter: Christoph Nölle
There are several calls to Bundle#getLocation in the public (API) methods in
ConfigurationAdminImpl. When security is enabled these fail with
AccessControlException if the caller of these methods does not have
AdminPermission ("metadata").
Preferrably the location should be accessed just once in the constructor
(wrapped in a privileged block) and stored in a final field.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)