Bug 41716 - [PATCH] Add support for getResources to ClassPath
Summary: [PATCH] Add support for getResources to ClassPath
Status: RESOLVED FIXED
Alias: None
Product: BCEL - Now in Jira
Classification: Unclassified
Component: Main (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: issues@commons.apache.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-27 12:44 UTC by Len Trigg
Modified: 2007-03-10 07:21 UTC (History)
0 users



Attachments
Add getResources to ClassPath (1.35 KB, patch)
2007-02-27 12:59 UTC, Len Trigg
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Len Trigg 2007-02-27 12:44:23 UTC
About a year ago we sent a patch that adds getResource and getResourceAsStream
to ClassPath.  Our custom classloader application now fails when running code
that makes use ClassLoader.getResources, so we need corresponding support in
BCEL ClassPath.

I will attach a patch soon.
Comment 1 Len Trigg 2007-02-27 12:59:51 UTC
Created attachment 19648 [details]
Add getResources to ClassPath
Comment 2 Torsten Curdt 2007-03-10 07:21:46 UTC
Applied!