Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
configadmin-1.9.4
-
None
Description
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.