[EMAIL PROTECTED] wrote:
Author: markt
Date: Sat Jan 27 16:55:24 2007
New Revision: 500716
URL: http://svn.apache.org/viewvc?view=rev&rev=500716
Log:
Port fix bug 39088 that prevents infinite loops when an exception is thrown the
returns itself for getRootCause(). Also port changes that enable the root cause
to be found when the nesting is particularly extreme.
Arrrrr, my eyes :D :D
TC 6 already used the clean mechanism (using getCause, which can also
display a lot more about the exception if proper wrapping was done by
the application), so reverting to the TC 5.5 hack is super evil. It also
had a recursion limit which seemed reasonable to me, and is going to be
more efficient than your check.
Rémy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]