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/13 20:42:29 UTC

BugRat Report #377 has been filed.

Bug report #377 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/377>

REPORT #377 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: Win2000
   OS Release: 2195 SP1
   Platform: i386

Synopsis: 
Inconsistent application class loading behaviour

Description:
This seems more like a servlet 2.2 spec design issue, but I post it here anyway.
When the classes are loaded from JARs residing in the {app}/WEB-INF/lib, different class loader then the application classloader (AdaptiveClassLoader) may be used, resulting in ClassNotFoundException thrown. This results in inconsistent application behaviour.

See "How To Reproduce" section for concrete example and details.