https://issues.apache.org/bugzilla/show_bug.cgi?id=45603
Mark Thomas <markt@apache.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
--- Comment #1 from Mark Thomas <markt@apache.org> 2008-08-09 08:04:40 PST ---
StandardWrapper.getRootCause(ServletException) is doing what it is meant to -
getting the the root cause of the problem. If we were to make the change you
suggest it would significantly reduce its usefulness and make tracking down the
root cause of problems very difficult.
I would suggest that a better approach, and one that would be immune to the
differences between the various container implementations, would be to log the
information you find useful as part of your exception handling.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org
|