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=15974>.
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=15974

Original stack trace is lost





------- Additional Comments From [EMAIL PROTECTED]  2003-06-03 16:06 -------
It seems like, at some point, the Tomcat's error handling classes did something
like this:

[...]
} catch (Exception ex /* original application exception */) {
    throw new ServletException(ex.getMessage());
}

In this case, the stack trace of the original application exception caught is
lost, replaced by the ServletException's one.

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

Reply via email to