Bug report #688 has just been filed. You can view the report at the following URL: <http://znutar.cortexity.com/BugRatViewer/ShowReport/688> REPORT #688 Details. Project: Catalina Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: serious Confidence: public Environment: Release: M5 JVM Release: 1.3 Operating System: Windows NT OS Release: 2000 Platform: intel Synopsis: Classes not in WEB-INF/classes not recognized as a Servlet (followup to Bug 604) Description: In my web site, I do not put classes in WEB-INF/classes directory. My servlet implementation classes that are not in this directory but in the class path were accepted and undestood to be valid javax.servlet.Servlet classes with M4, but M5 has broken this. With M5 if my servlet classes are not in this directory but the class is in the classepath, the class does get instantiated but the casting to Servlet (in side core/StandardWrapper.java line 738-40) fails.Title: BugRat Report # 688
BugRat Report # 688
Project: Catalina | Release: M5 |
Category: Bug Report | SubCategory: New Bug Report |
Class: swbug | State: received |
Priority: high | Severity: serious |
Confidence:
public
|
Submitter:
Mayank Shah ( [EMAIL PROTECTED] )
Date Submitted:
Jan 2 2001, 01:49:20 CST
Responsible:
Z_Tomcat Alias ( [EMAIL PROTECTED] )
- Synopsis:
- Classes not in WEB-INF/classes not recognized as a Servlet (followup to Bug 604)
- Environment: (jvm, os, osrel, platform)
- 1.3, Windows NT, 2000, intel
- Additional Environment Description:
- Report Description:
- In my web site, I do not put classes in WEB-INF/classes directory. My servlet implementation classes that are not in this directory but in the class path were accepted and undestood to be valid javax.servlet.Servlet classes with M4, but M5 has broken this. With M5 if my servlet classes are not in this directory but the class is in the classepath, the class does get instantiated but the casting to Servlet (in side core/StandardWrapper.java line 738-40) fails.
- How To Reproduce:
- null
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]