Opened 15 years ago
Closed 15 years ago
#1085 closed defect (fixed)
Implement JarClassLoader.findResources method
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.8 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
The current implementation only has findResource() which doesn't work if more than one JAR file has the same file in it. This is important for meta-information in the META-INF folder. Eg. META-INF/MANIFEST.MF
Change History (2)
comment:1 Changed 15 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [4393]) Fixes #1085: Implement JarClassLoader?.findResources method