You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by "Robert Resendes (JIRA)" <ji...@apache.org> on 2007/07/26 18:17:03 UTC

[jira] Created: (RIVER-61) Mahalo catch Throwable blocks should also catch Throwable

Mahalo catch Throwable blocks should also catch Throwable
---------------------------------------------------------

                 Key: RIVER-61
                 URL: https://issues.apache.org/jira/browse/RIVER-61
             Project: River
          Issue Type: Improvement
    Affects Versions: jtsk_2.1
            Reporter: Robert Resendes
            Priority: Minor


Bugtraq ID [6307601  |http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6307601  ]

A number of places in Mercury catch Throwable and log the exception.
To guard against possible failures in logging, the logging should 
itself be done in a try block with a catch and do-nothing of Throwable.


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


[jira] Updated: (RIVER-61) Mahalo catch Throwable blocks should also catch Throwable

Posted by "Robert Resendes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/RIVER-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Resendes updated RIVER-61:
---------------------------------

    Component/s: com_sun_jini_mahalo

Assigned component tag

> Mahalo catch Throwable blocks should also catch Throwable
> ---------------------------------------------------------
>
>                 Key: RIVER-61
>                 URL: https://issues.apache.org/jira/browse/RIVER-61
>             Project: River
>          Issue Type: Improvement
>          Components: com_sun_jini_mahalo
>    Affects Versions: jtsk_2.1
>            Reporter: Robert Resendes
>            Priority: Minor
>
> Bugtraq ID [6307601  |http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6307601  ]
> A number of places in Mercury catch Throwable and log the exception.
> To guard against possible failures in logging, the logging should 
> itself be done in a try block with a catch and do-nothing of Throwable.

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