JspException does not chain root exception correctly
----------------------------------------------------
Key: GERONIMO-6257
URL: https://issues.apache.org/jira/browse/GERONIMO-6257
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: specs
Affects Versions: 3.0-beta-1
Reporter: Jarek Gawor
Assignee: Jarek Gawor
When a javax.servlet.jsp.JspException is created with a root exception, that
root exception won't be displayed when the stack trace of the JspException is
displayed (unless somebody explicitly calls getRootCause()). That makes
debugging a lot harder in certain cases. For example, when a Java JSP tag
handler throws some RuntimeException.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira