Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
1.3.0
-
None
-
Operating System: other
Platform: Other
-
38470
Description
At the moment when there is a JSP error the logged error message doesn't give
any usefull information. The message just tells us what JSP had the error in
it and the message from that original error. The logged stacktrace is also not
helpful and just points to InsertTag.doInclude().
Apart from the logged message, the exception that is thrown results in the
culprit on the offending JSP being found after the third backtrace with
everything before it being pretty much useless information.
The root exception should be logged and only the root exception thrown.
Attachments
Attachments
Issue Links
- duplicates
-
STR-2896 Exception thrown by InsertTag.doEndTag() does not provide useful message
- Resolved