Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
framework-2.0.5
-
None
Description
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.