Bug 3936

Summary: getResources does not work
Product: Tomcat 4 Reporter: Rickard <rickard>
Component: CatalinaAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 4.0 Final   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Rickard 2001-10-03 02:31:17 UTC
WebappClassLoader does not seem to implement getResources properly. There is an
implementation for getResource that does things properly, but findResources
simply delegates to super(). 

For example, this means that if I have multiple JAR files in WEB-INF/lib each of
which contains a file foo.txt, and I want to get URL's to all of those files, I
cannot use getResources("foo.txt") as I should be able to.
Comment 1 Remy Maucherat 2001-10-04 11:47:06 UTC
Should be fixed in the 10/05/2001 nightly.