You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2007/01/09 09:32:55 UTC

DO NOT REPLY [Bug 41327] New: - Jasper does'nt display the full path of the file in a 404 Not found error page

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41327>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41327

           Summary: Jasper does'nt display the full path of the file in a
                    404 Not found  error page
           Product: Tomcat 5
           Version: 5.5.20
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Jasper
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: vijay2612@yahoo.co.in


When you try accessing a non-existent jsp page in a webapp, tomcat(jasper)
doesnt display the full path of the file which was not found in the browser. 
example:
Accessing a non-existent jsp page say a.jsp with this url
http://localhost:8080/jsp-examples/a.jsp would return a 404 Not Found error page
which displays "/a.jsp not found".

Rather it should be "/jsp-examples/a.jsp not found".

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 41327] - Jasper does'nt display the full path of the file in a 404 Not found error page

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41327>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41327


vijay2612@yahoo.co.in changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|tomcat-                     |vijay2612@yahoo.co.in
                   |dev@jakarta.apache.org      |
             Status|NEW                         |ASSIGNED




------- Additional Comments From vijay2612@yahoo.co.in  2007-01-09 00:42 -------
Created an attachment (id=19379)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19379&action=view)
Patch to display the full path

This patch displays the full path as expected.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org