Bug report #577 has just been filed. You can view the report at the following URL: <http://znutar.cortexity.com/BugRatViewer/ShowReport/577> REPORT #577 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: critical Confidence: public Environment: Release: Tomcat 3.2 JVM Release: Sun JDK1.3 Operating System: Windows 2000 OS Release: 5.00.2195 Platform: Tomcat Stand Alone Synopsis: Tomcat 3.2 reports 404 when submitting a jsp into itself Description: I have a jsp page that submits to itself (for sorting various columns of records) via a relative url with parameters appended to it, as in: <A HREF="foo.jsp?parameter1=foo&..."> When I click on it, tomcat says that it cannot find the jsp file, which doesn't make sense since it was referred from that file. Actual page result is: Not Found (404) Original request: /findview/fileLookResults.jsp Not found request: /findview/fileLookResults.jspTitle: BugRat Report # 577
BugRat Report # 577
Project: Tomcat | Release: Tomcat 3.2 |
Category: Bug Report | SubCategory: New Bug Report |
Class: swbug | State: received |
Priority: high | Severity: critical |
Confidence:
public
|
Submitter:
Christian Mattix ( [EMAIL PROTECTED] )
Date Submitted:
Dec 12 2000, 02:10:34 CST
Responsible:
Z_Tomcat Alias ( [EMAIL PROTECTED] )
- Synopsis:
- Tomcat 3.2 reports 404 when submitting a jsp into itself
- Environment: (jvm, os, osrel, platform)
- Sun JDK1.3, Windows 2000, 5.00.2195, Tomcat Stand Alone
- Additional Environment Description:
- Report Description:
- I have a jsp page that submits to itself (for sorting various columns of records) via a relative url with parameters appended to it, as in: When I click on it, tomcat says that it cannot find the jsp file, which doesn't make sense since it was referred from that file. Actual page result is: Not Found (404) Original request: /findview/fileLookResults.jsp Not found request: /findview/fileLookResults.jsp
- How To Reproduce:
- null