Bug report #823 has just been filed.

You can view the report at the following URL:

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

REPORT #823 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: non-critical
Confidence: public
Environment: 
   Release: 3.2.1
   JVM Release: 1.2.2_05a
   Operating System: Solaris
   OS Release: 5.6
   Platform: single CPU Sparc

Synopsis: 
Exception on wildcard URL servlet mapping

Description:
I am unable to use tomcat 3.2.1 with PathInfo and Servlets. I 
tried with Apache and the mod_jserv-Connector (from 
Tomcat 3.2.1).

When specifing a servlet mapping like

..
 <servlet-name>net.xx.yy.myservlet</servlet-name>
 <url-pattern>/servlet/net.xx.yy.myservlet</url-pattern>
..

in web.xml I get a 404 from Tomcat when accessing URLs
like
   /servlet/net.xx.yy.myservlet/anyinformation

When specifing a mapping like 

..
 <servlet-name>net.xx.yy.myservlet</servlet-name>
 <url-pattern>/servlet/net.xx.yy.myservlet/*</url-pattern>
..
 
the response is like this:

Internal Servlet Error:

java.lang.IllegalStateException: Can't happen - classname is null, who added this ?
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.fillInStackTrace(Compiled Code)
        at java.lang.Throwable.(Compiled Code)
        at java.lang.Exception.(Compiled Code)
        at java.lang.RuntimeException.(Compiled Code)
        at java.lang.IllegalStateException.(Compiled Code)
        at org.apache.tomcat.core.ServletWrapper.loadServlet(Compiled Code)
        at org.apache.tomcat.core.ServletWrapper.init(Compiled Code)
        at org.apache.tomcat.core.Handler.service(Compiled Code)
       ....

As I guess every time a program says "this can't happen"
a bug is involved, I felt invited to report it like
this.

Regards,


Georg

Title: BugRat Report # 823

BugRat Report # 823

Project: Tomcat Release: 3.2.1
Category: Bug Report SubCategory: New Bug Report
Class: swbug State: received
Priority: medium Severity: non-critical
Confidence: public

Submitter: Georg von Zezschwitz ( [EMAIL PROTECTED] )
Date Submitted: Jan 23 2001, 08:57:29 CST
Responsible: Z_Tomcat Alias ( [EMAIL PROTECTED] )

Synopsis:
Exception on wildcard URL servlet mapping
Environment: (jvm, os, osrel, platform)
1.2.2_05a, Solaris, 5.6, single CPU Sparc

Additional Environment Description:
Apache 1.3.12

Report Description:
I am unable to use tomcat 3.2.1 with PathInfo and Servlets. I tried with Apache and the mod_jserv-Connector (from Tomcat 3.2.1). When specifing a servlet mapping like .. net.xx.yy.myservlet /servlet/net.xx.yy.myservlet .. in web.xml I get a 404 from Tomcat when accessing URLs like /servlet/net.xx.yy.myservlet/anyinformation When specifing a mapping like .. net.xx.yy.myservlet /servlet/net.xx.yy.myservlet/* .. the response is like this: Internal Servlet Error: java.lang.IllegalStateException: Can't happen - classname is null, who added this ? at java.lang.Throwable.fillInStackTrace(Native Method) at java.lang.Throwable.fillInStackTrace(Compiled Code) at java.lang.Throwable.(Compiled Code) at java.lang.Exception.(Compiled Code) at java.lang.RuntimeException.(Compiled Code) at java.lang.IllegalStateException.(Compiled Code) at org.apache.tomcat.core.ServletWrapper.loadServlet(Compiled Code) at org.apache.tomcat.core.ServletWrapper.init(Compiled Code) at org.apache.tomcat.core.Handler.service(Compiled Code) .... As I guess every time a program says "this can't happen" a bug is involved, I felt invited to report it like this. Regards, Georg

View this report online...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to