Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
framework-1.8.1
-
None
Description
Our hack to determine whether we should automatically delegate to the parent class loader in certain cases when a class is not found has a bug. It tries to do filter calls to Bundle.loadClass(), but does so incorrectly. It uses Class.isInstance() when it should be using Class.isAssignableFrom().
Attachments
Issue Links
- is related to
-
FELIX-712 Ability to disable automatic parent classloader delegation
- Closed