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=5432>. 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=5432 request.getRequestDispatcher("nothing") Summary: request.getRequestDispatcher("nothing") Product: Tomcat 4 Version: Unknown Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Unknown AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] request.getRequestDispatcher( "..." ) does not return null (as said in the API documentation), when it does not know the resource. E.g. request.getRequestDispatcher( "aaaaa" ).forward( request, response ) forwards an error page, saying that aaaaa does not exist. In former versions of servlet engines, getRequestDispatcher did return null in such a case - and this is also what is said in the documentation. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>