Bundle.loadClass() for system bundle doesn't obey boot delegation
-----------------------------------------------------------------
Key: FELIX-2335
URL: https://issues.apache.org/jira/browse/FELIX-2335
Project: Felix
Issue Type: Bug
Components: Framework
Affects Versions: framework-2.0.5
Reporter: Richard S. Hall
Assignee: Richard S. Hall
Priority: Minor
Fix For: framework-3.0.0
When calling Bundle.loadClass() on the system bundle, we only allow access to
packages the system bundle is configured to export. I believe this is the
technically correct thing to do. However, the current approach also filters out
requests to packages that should be properly boot delegated, such as
java.lang.System. This should be modified to obey boot delegation, like a
normal bundle.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.