Bug 175 - ServletExceptions lack root causes BugRat Report#238
Summary: ServletExceptions lack root causes BugRat Report#238
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 3
Classification: Unclassified
Component: Servlet (show other bugs)
Version: 3.2.1 Final
Hardware: All All
: P1 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-10-09 14:29 UTC by Curt Cox
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomcat Developers Mailing List 2000-10-09 14:29:05 UTC
There are several places where Tomcat will catch an
exception and then throw a ServletException without giving
it a root cause.  While this could be the right thing to
do sometimes, a root cause should just about always be given.
This would make tracking down errors much easier. 
Comment 1 Marc Saegesser 2001-03-07 16:17:26 UTC
Things are better in later releases.  If you have specific examples then please 
submit them.