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 Nicklas Nordborg, 16 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [4393]) Fixes #1085: Implement JarClassLoader.findResources method

Note: See TracTickets for help on using tickets.