Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 21966 invoked from network); 29 Jan 2004 10:49:32 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 29 Jan 2004 10:49:32 -0000 Received: (qmail 65507 invoked by uid 500); 29 Jan 2004 10:48:09 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 65415 invoked by uid 500); 29 Jan 2004 10:48:08 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 65323 invoked from network); 29 Jan 2004 10:48:07 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 29 Jan 2004 10:48:07 -0000 Received: (qmail 27449 invoked by uid 50); 29 Jan 2004 10:48:30 -0000 Date: 29 Jan 2004 10:48:29 -0000 Message-ID: <20040129104829.27448.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@cocoon.apache.org Cc: Subject: DO NOT REPLY [Bug 23269] - [PATCH] better exception handling for JSP 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=23269 [PATCH] better exception handling for JSP ------- Additional Comments From joerg.heinicke@gmx.de 2004-01-29 10:48 ------- Wow, that was fast. You had it already prepared, hadn't you? ;-) I applied both the clean up in the JSPGenerator (try finally) and the result recoding of the JSPReader. Thanks for this. But - sorry for my ignorance - how shall your exception handling improve the current situation? From your comment of December, 14th I guess the getRootCause() removes all important information? Is a TOMCAT_HOME path with spaces enough to try this out? Joerg