Opened 16 years ago
Closed 16 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 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [4393]) Fixes #1085: Implement JarClassLoader.findResources method