ExceptionUtils.findCause() does not use the same approach as ExceptionAnalyzer
------------------------------------------------------------------------------
Key: TAP5-1369
URL: https://issues.apache.org/jira/browse/TAP5-1369
Project: Tapestry 5
Issue Type: Bug
Components: tapestry-ioc
Affects Versions: 5.2.4
Reporter: Howard M. Lewis Ship
Priority: Minor
findCause() only works using the cause property, whereas in many cases (older
code typically that predates the cause property, introduced in JDK 1.4))
there's an alternate property that stores the actual nested exception.
ExceptionAnalyzer does it correctly, at higher cost (lots of property access to
identify the cause).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.