Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 64745 invoked from network); 19 Dec 2003 01:36:14 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 19 Dec 2003 01:36:14 -0000 Received: (qmail 82536 invoked by uid 500); 19 Dec 2003 01:35:52 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 82484 invoked by uid 500); 19 Dec 2003 01:35:51 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 82468 invoked from network); 19 Dec 2003 01:35:51 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 19 Dec 2003 01:35:51 -0000 Received: (qmail 24423 invoked by uid 50); 19 Dec 2003 01:36:15 -0000 Date: 19 Dec 2003 01:36:15 -0000 Message-ID: <20031219013615.24422.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 8200] - include (PageContext) does not throw IOException if resource not available X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=8200 include (PageContext) does not throw IOException if resource not available ------- Additional Comments From william.barker@wilshire.com 2003-12-19 01:36 ------- It doesn't look like the patch will work for the case of a mapped Servlet (e.g. a pre-compiled JSP). There is no reason to expect that there will be a physical resource on the other end of the request. I like the WONTFIX personally, since it is cleanest. Otherwise, maybe having DefaultServlet throw a FileNotFound exception if it is being included. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org