DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9955>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9955 RequestDispatcher from a taglib is "less than relative" Summary: RequestDispatcher from a taglib is "less than relative" Product: Tomcat 4 Version: 4.0 Beta 2 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Servlet & JSP API AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When I am using RequestDispatcher from a taglib, the request is relative not to the current resource's directory, but to the actual RESOURCE. This means if my tag is called from "/index.jsp", attempting to find "test.xml" as an included resource, it tries to find "/index.jsptest.xml". As I read the spec (section 8.1 and thereabouts) this is not expected behavior. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>