Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.1 EE SP4 (5.1.7), 5.2 EE SP1 (5.2.5)
-
All
Description
AggregateClassLoader overrides ClassLoader.loadClass(String name). However, all other methods in ClassLoader uses the loadClass(String name, boolean resolve) method. As a result, the override method is never called and AggregateClassLoader does not work.
Attachments
Issue Links
- is related to
-
LPS-5078 AggregateClassLoader does not load classes properly when ClassLoader.loadClassInternal is used
- Closed