You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by "Bob Scheifler (JIRA)" <ji...@apache.org> on 2007/08/10 21:03:42 UTC

[jira] Created: (RIVER-218) FiddlerImpl catch Throwable blocks should also catch Throwable

FiddlerImpl catch Throwable blocks should also catch Throwable
--------------------------------------------------------------

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


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

A number of places in FiddlerImpl 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-218) FiddlerImpl catch Throwable blocks should also catch Throwable

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

Brian Murphy updated RIVER-218:
-------------------------------

    Fix Version/s: AR2
         Assignee: Brian Murphy

> FiddlerImpl catch Throwable blocks should also catch Throwable
> --------------------------------------------------------------
>
>                 Key: RIVER-218
>                 URL: https://issues.apache.org/jira/browse/RIVER-218
>             Project: River
>          Issue Type: Improvement
>          Components: com_sun_jini_fiddler
>    Affects Versions: jtsk_2.1
>            Reporter: Bob Scheifler
>            Assignee: Brian Murphy
>            Priority: Minor
>             Fix For: AR2
>
>
> Bugtraq ID [6307750|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6307750]
> A number of places in FiddlerImpl 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-218) FiddlerImpl catch Throwable blocks should also catch Throwable

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

Bob Scheifler updated RIVER-218:
--------------------------------

    Component/s: com_sun_jini_fiddler

> FiddlerImpl catch Throwable blocks should also catch Throwable
> --------------------------------------------------------------
>
>                 Key: RIVER-218
>                 URL: https://issues.apache.org/jira/browse/RIVER-218
>             Project: River
>          Issue Type: Improvement
>          Components: com_sun_jini_fiddler
>    Affects Versions: jtsk_2.1
>            Reporter: Bob Scheifler
>            Priority: Minor
>
> Bugtraq ID [6307750|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6307750]
> A number of places in FiddlerImpl 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-218) FiddlerImpl catch Throwable blocks should also catch Throwable

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

Jukka Zitting updated RIVER-218:
--------------------------------

    Fix Version/s:     (was: AR2)

> FiddlerImpl catch Throwable blocks should also catch Throwable
> --------------------------------------------------------------
>
>                 Key: RIVER-218
>                 URL: https://issues.apache.org/jira/browse/RIVER-218
>             Project: River
>          Issue Type: Improvement
>          Components: com_sun_jini_fiddler
>    Affects Versions: jtsk_2.1
>            Reporter: Bob Scheifler
>            Assignee: Brian Murphy
>            Priority: Minor
>
> Bugtraq ID [6307750|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6307750]
> A number of places in FiddlerImpl 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.