Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 14255 invoked from network); 1 Apr 2004 11:27:48 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 1 Apr 2004 11:27:48 -0000 Received: (qmail 12708 invoked by uid 500); 1 Apr 2004 11:27:13 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 12669 invoked by uid 500); 1 Apr 2004 11:27:13 -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 12636 invoked from network); 1 Apr 2004 11:27:11 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 1 Apr 2004 11:27:11 -0000 Received: (qmail 20672 invoked by uid 50); 1 Apr 2004 11:28:05 -0000 Date: 1 Apr 2004 11:28:05 -0000 Message-ID: <20040401112805.20671.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 28123] New: - ClientAbortException should default to the description of the wrapped exception 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://issues.apache.org/bugzilla/show_bug.cgi?id=28123 ClientAbortException should default to the description of the wrapped exception Summary: ClientAbortException should default to the description of the wrapped exception Product: Tomcat 5 Version: 5.0.19 Platform: All OS/Version: All Status: NEW Severity: Minor Priority: Other Component: Catalina AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: Joerg.Thoennes@macd.com Browsing the source code, I have seen that the call throw new ClientAbortException( e ) does store null as the message description. IMHO, the ClientAbortException should store the result of e.getDescription() here if no own description is given. If some application component later prints ... } catch ( Exception e ) { log( "..." + e ); } there would be a "null" in the log instead of anything useful. This would make the logging a little bit more useful. Cheers, Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org