Details
-
Story
-
Status: Closed
-
Minor
-
Resolution: Completed
-
None
-
None
Description
When resolving jsp compilation dependencies classess from system bundle.
We should avoid full jar file scanning just to select classes under the given package path, but use ZipFileSystem to directly list files under the given path.
The resolver should directly return URLs, rather than resource paths, then to a secondary loading, this could eliminate system bundle classloader resource loading all together and make the cache more efficient by not repeatly reloading the same resources at runtime.
Attachments
Issue Links
- causes
-
LPS-61651 Navigating to App Manager throws NPE
- Closed