DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36231>.
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=36231





------- Additional Comments From [EMAIL PROTECTED]  2006-02-16 04:12 -------
I agree, Tomcat's ServletException has a bug on JDK 1.4 and above, and adding
getCause() would fix it without breaking any specification, portability, or
backward compatibility.

The suggested work-around to call both getRootCause() and getCause() and use
whichever is not null will not work for printStackTrace(), which is often used
for not only printing the cause chain but also for capturing it, e.g., in a
StringPrintWriter.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to