DefaultExceptionContext overwrites values in recursive situations
-----------------------------------------------------------------

                 Key: LANG-605
                 URL: https://issues.apache.org/jira/browse/LANG-605
             Project: Commons Lang
          Issue Type: Improvement
          Components: lang.exception.*
    Affects Versions: 3.0
            Reporter: Joerg Schaible
            Assignee: Joerg Schaible
            Priority: Minor


The DefaultExceptionContext is not useful in case of a recursion, since while 
adding information unwrapping the stack, the added info will always overwrite 
the one that is already provided from a deeper stack level. Therefore the label 
should be appended with a sequence number if it already exists.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to