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 ([EMAIL PROTECTED])Title: BugRat Report # 395
BugRat Report # 395
Project: Tomcat | Release: 3.2 b7 |
Category: Bug Report | SubCategory: New Bug Report |
Class: swbug | State: received |
Priority: medium | Severity: serious |
Confidence:
public
|
Submitter:
_Anonymous ( [EMAIL PROTECTED] )
Date Submitted:
Nov 16 2000, 02:23:30 CST
Responsible:
Z_Tomcat Alias ( [EMAIL PROTECTED] )
- Synopsis:
- getResource is buggy in AdaptiveClassLoader: does not go to parent
- Environment: (jvm, os, osrel, platform)
- 1.3, NT, 4.0SP6, Windows
- Additional Environment Description:
- Report 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 ([EMAIL PROTECTED])
- Workaround:
- null