You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/11/16 09:23:31 UTC

BugRat Report #395 has been filed.

Bug report #395 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/395>

REPORT #395 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: serious
Confidence: public
Environment: 
   Release: 3.2 b7
   JVM Release: 1.3
   Operating System: NT
   OS Release: 4.0SP6
   Platform: Windows

Synopsis: 
getResource is buggy in AdaptiveClassLoader: does not go to parent

Description:
During our integration of Tomcat in jBoss we have uncovered a bug in the
AdaptiveClassLoader. The getResource() methods delegates to the system
classloader, which is wrong. It should instead simply delegate to the
parent classloader.

/Rickard (rickard@telkel.com)