Bug description modified:
   Description changed from:
    > 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.jsp

 
   To:
    > 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:
&lt;A HREF="foo.jsp?parameter1=foo&..."&gt;
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

 
Reproduce description modified:
   Description changed from:
    > 
   To:
    > I click on the link in the page that is submitting to itself, and it fails.


Reply via email to