Bug report #694 has just been filed.

You can view the report at the following URL:

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

REPORT #694 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: high
Severity: serious
Confidence: public
Environment: 
   Release: tomcat 3.2
   JVM Release: 1.2
   Operating System: win NT
   OS Release: 4.0
   Platform: pentium windows NT

Synopsis: 
Get Not found (404) for a mapped servlet if the Path Info is not null

Description:
If I have a servle SnoopServlet mapped to /snoop.  I can access the servlet in two 
different ways:

http://localhost:8080/snoop   or
http://localhost:8080/servlet/SnoopServlet

but If add some String to the Path to make the first url look like 
http://localhost:8080/snoop/test. The URL will return error, ie. File not found (404) 
However, 
http://localhost:8080/servlet/SnoopServlet/test works. 

Thanks. 


Title: BugRat Report # 694

BugRat Report # 694

Project: Tomcat Release: tomcat 3.2
Category: Bug Report SubCategory: New Bug Report
Class: swbug State: received
Priority: high Severity: serious
Confidence: public

Submitter: _Anonymous ( [EMAIL PROTECTED] )
Date Submitted: Jan 3 2001, 09:47:54 CST
Responsible: Z_Tomcat Alias ( [EMAIL PROTECTED] )

Synopsis:
Get Not found (404) for a mapped servlet if the Path Info is not null
Environment: (jvm, os, osrel, platform)
1.2, win NT, 4.0, pentium windows NT

Additional Environment Description:

Report Description:
If I have a servle SnoopServlet mapped to /snoop. I can access the servlet in two different ways: http://localhost:8080/snoop or http://localhost:8080/servlet/SnoopServlet but If add some String to the Path to make the first url look like http://localhost:8080/snoop/test. The URL will return error, ie. File not found (404) However, http://localhost:8080/servlet/SnoopServlet/test works. Thanks.

How To Reproduce:
null

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

Reply via email to