You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Robert Gemmell (JIRA)" <qp...@incubator.apache.org> on 2008/12/12 17:36:45 UTC

[jira] Created: (QPID-1532) [JMX Console] MBeanUtility handleException prints exception stacktrace when users are denied due to access rights

[JMX Console] MBeanUtility handleException prints exception stacktrace when users are denied due to access rights
-----------------------------------------------------------------------------------------------------------------

                 Key: QPID-1532
                 URL: https://issues.apache.org/jira/browse/QPID-1532
             Project: Qpid
          Issue Type: Bug
          Components: Java Management : JMX Console
    Affects Versions: M3, M4
            Reporter: Robert Gemmell


handleException (MBeanUtility:L:134) always prints the stackTrace as well as displaying an error dialog to the user when denied access to the UserManagement Mbean based on access rights in the jmxremote.access file.

This behaviour is undesirable for a known SecurityException and the dialog box to the user is sufficient in this case.

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


[jira] Resolved: (QPID-1532) [JMX Console] MBeanUtility handleException prints exception stacktrace when users are denied due to access rights

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie resolved QPID-1532.
----------------------------------

    Resolution: Fixed
      Assignee: Martin Ritchie  (was: Aidan Skinner)

Work reviewed and committed by Martin

> [JMX Console] MBeanUtility handleException prints exception stacktrace when users are denied due to access rights
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-1532
>                 URL: https://issues.apache.org/jira/browse/QPID-1532
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Management : JMX Console
>            Reporter: Robert Gemmell
>            Assignee: Martin Ritchie
>             Fix For: Eclipse MC M5
>
>         Attachments: QPID-1532_12dec2008.patch
>
>
> handleException (MBeanUtility:L:144) always prints the stackTrace as well as displaying an error dialog to the user when denied access to the UserManagement Mbean based on access rights in the jmxremote.access file.
> This behaviour is undesirable for a known SecurityException and the dialog box to the user is sufficient in this case.

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Updated: (QPID-1532) [JMX Console] MBeanUtility handleException prints exception stacktrace when users are denied due to access rights

Posted by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marnie McCormack updated QPID-1532:
-----------------------------------

        Fix Version/s: Eclipse MC M5
    Affects Version/s:     (was: M4)
                           (was: M3)

Sscoping items for early 2009 release of Java Eclipse Mgt Console 

> [JMX Console] MBeanUtility handleException prints exception stacktrace when users are denied due to access rights
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-1532
>                 URL: https://issues.apache.org/jira/browse/QPID-1532
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Management : JMX Console
>            Reporter: Robert Gemmell
>            Assignee: Aidan Skinner
>             Fix For: Eclipse MC M5
>
>         Attachments: QPID-1532_12dec2008.patch
>
>
> handleException (MBeanUtility:L:144) always prints the stackTrace as well as displaying an error dialog to the user when denied access to the UserManagement Mbean based on access rights in the jmxremote.access file.
> This behaviour is undesirable for a known SecurityException and the dialog box to the user is sufficient in this case.

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Assigned: (QPID-1532) [JMX Console] MBeanUtility handleException prints exception stacktrace when users are denied due to access rights

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie reassigned QPID-1532:
------------------------------------

    Assignee: Martin Ritchie

> [JMX Console] MBeanUtility handleException prints exception stacktrace when users are denied due to access rights
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-1532
>                 URL: https://issues.apache.org/jira/browse/QPID-1532
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Management : JMX Console
>    Affects Versions: M3, M4
>            Reporter: Robert Gemmell
>            Assignee: Martin Ritchie
>         Attachments: QPID-1532_12dec2008.patch
>
>
> handleException (MBeanUtility:L:144) always prints the stackTrace as well as displaying an error dialog to the user when denied access to the UserManagement Mbean based on access rights in the jmxremote.access file.
> This behaviour is undesirable for a known SecurityException and the dialog box to the user is sufficient in this case.

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Assigned: (QPID-1532) [JMX Console] MBeanUtility handleException prints exception stacktrace when users are denied due to access rights

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie reassigned QPID-1532:
------------------------------------

    Assignee: Aidan Skinner  (was: Martin Ritchie)

Can you take a look at this change please.

> [JMX Console] MBeanUtility handleException prints exception stacktrace when users are denied due to access rights
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-1532
>                 URL: https://issues.apache.org/jira/browse/QPID-1532
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Management : JMX Console
>    Affects Versions: M3, M4
>            Reporter: Robert Gemmell
>            Assignee: Aidan Skinner
>         Attachments: QPID-1532_12dec2008.patch
>
>
> handleException (MBeanUtility:L:144) always prints the stackTrace as well as displaying an error dialog to the user when denied access to the UserManagement Mbean based on access rights in the jmxremote.access file.
> This behaviour is undesirable for a known SecurityException and the dialog box to the user is sufficient in this case.

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Updated: (QPID-1532) [JMX Console] MBeanUtility handleException prints exception stacktrace when users are denied due to access rights

Posted by "Robert Gemmell (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Gemmell updated QPID-1532:
---------------------------------

    Attachment: QPID-1532_12dec2008.patch

QPID-1532_12dec2008.patch handles this by identifying the security exception and only displaying the dialogue, not printing the stacktrace too.

> [JMX Console] MBeanUtility handleException prints exception stacktrace when users are denied due to access rights
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-1532
>                 URL: https://issues.apache.org/jira/browse/QPID-1532
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Management : JMX Console
>    Affects Versions: M3, M4
>            Reporter: Robert Gemmell
>         Attachments: QPID-1532_12dec2008.patch
>
>
> handleException (MBeanUtility:L:144) always prints the stackTrace as well as displaying an error dialog to the user when denied access to the UserManagement Mbean based on access rights in the jmxremote.access file.
> This behaviour is undesirable for a known SecurityException and the dialog box to the user is sufficient in this case.

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


[jira] Updated: (QPID-1532) [JMX Console] MBeanUtility handleException prints exception stacktrace when users are denied due to access rights

Posted by "Robert Gemmell (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Gemmell updated QPID-1532:
---------------------------------

    Description: 
handleException (MBeanUtility:L:144) always prints the stackTrace as well as displaying an error dialog to the user when denied access to the UserManagement Mbean based on access rights in the jmxremote.access file.

This behaviour is undesirable for a known SecurityException and the dialog box to the user is sufficient in this case.

  was:
handleException (MBeanUtility:L:134) always prints the stackTrace as well as displaying an error dialog to the user when denied access to the UserManagement Mbean based on access rights in the jmxremote.access file.

This behaviour is undesirable for a known SecurityException and the dialog box to the user is sufficient in this case.


> [JMX Console] MBeanUtility handleException prints exception stacktrace when users are denied due to access rights
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-1532
>                 URL: https://issues.apache.org/jira/browse/QPID-1532
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Management : JMX Console
>    Affects Versions: M3, M4
>            Reporter: Robert Gemmell
>
> handleException (MBeanUtility:L:144) always prints the stackTrace as well as displaying an error dialog to the user when denied access to the UserManagement Mbean based on access rights in the jmxremote.access file.
> This behaviour is undesirable for a known SecurityException and the dialog box to the user is sufficient in this case.

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


[jira] Updated: (QPID-1532) [JMX Console] MBeanUtility handleException prints exception stacktrace when users are denied due to access rights

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie updated QPID-1532:
---------------------------------

    Status: Ready To Review  (was: In Progress)

> [JMX Console] MBeanUtility handleException prints exception stacktrace when users are denied due to access rights
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-1532
>                 URL: https://issues.apache.org/jira/browse/QPID-1532
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Management : JMX Console
>    Affects Versions: M3, M4
>            Reporter: Robert Gemmell
>            Assignee: Martin Ritchie
>         Attachments: QPID-1532_12dec2008.patch
>
>
> handleException (MBeanUtility:L:144) always prints the stackTrace as well as displaying an error dialog to the user when denied access to the UserManagement Mbean based on access rights in the jmxremote.access file.
> This behaviour is undesirable for a known SecurityException and the dialog box to the user is sufficient in this case.

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org