Christoph Nölle created FELIX-5917:
--------------------------------------
Summary: [Fwk security] Fix BundlePermission check for fragments
Key: FELIX-5917
URL: https://issues.apache.org/jira/browse/FELIX-5917
Project: Felix
Issue Type: Bug
Components: Framework Security
Environment: Framework 6.0.0 + Fwk security 2.6.0
Reporter: Christoph Nölle
With the current framework a fragment seems to require
(org.osgi.framework.BundlePermission "*" "fragment")
to attach to a host, instead of the expected and more restrictive
(org.osgi.framework.BundlePermission "<host-symbolic-name>" "fragment")
I have tested with Equinox as well, to make sure the provided symbolic name is
correct etc., then it works as expected.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)