You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Andrew Kennedy (JIRA)" <qp...@incubator.apache.org> on 2010/06/07 11:15:56 UTC

[jira] Created: (QPID-2648) Connection close in 0-10 does not include 403 error code

Connection close in 0-10 does not include 403 error code
--------------------------------------------------------

                 Key: QPID-2648
                 URL: https://issues.apache.org/jira/browse/QPID-2648
             Project: Qpid
          Issue Type: Bug
          Components: AMQP Compliance
            Reporter: Andrew Kennedy
             Fix For: 0.7


The list of error codes when closing a connection in the 0-10 protocol does not include the 403 'Unauthorized Access' error code.

-- 
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] Commented: (QPID-2648) Connection close in 0-10 does not include 403 error code

Posted by "Robbie Gemmell (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-2648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876191#action_12876191 ] 

Robbie Gemmell commented on QPID-2648:
--------------------------------------

Checking the 0-10 spec, 403 isnt listed as a valid connection close code ?

> Connection close in 0-10 does not include 403 error code
> --------------------------------------------------------
>
>                 Key: QPID-2648
>                 URL: https://issues.apache.org/jira/browse/QPID-2648
>             Project: Qpid
>          Issue Type: Bug
>          Components: AMQP Compliance
>            Reporter: Andrew Kennedy
>             Fix For: 0.7
>
>         Attachments: 0001-QPID-2648-Added-403-error-code-for-connection-close.patch
>
>
> The list of error codes when closing a connection in the 0-10 protocol does not include the 403 'Unauthorized Access' error code.

-- 
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-2648) Connection close in 0-10 does not include 403 error code

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

Andrew Kennedy updated QPID-2648:
---------------------------------

    Attachment: 0001-QPID-2648-Added-403-error-code-for-connection-close.patch

> Connection close in 0-10 does not include 403 error code
> --------------------------------------------------------
>
>                 Key: QPID-2648
>                 URL: https://issues.apache.org/jira/browse/QPID-2648
>             Project: Qpid
>          Issue Type: Bug
>          Components: AMQP Compliance
>            Reporter: Andrew Kennedy
>             Fix For: 0.7
>
>         Attachments: 0001-QPID-2648-Added-403-error-code-for-connection-close.patch
>
>
> The list of error codes when closing a connection in the 0-10 protocol does not include the 403 'Unauthorized Access' error code.

-- 
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] Commented: (QPID-2648) Connection close in 0-10 does not include 403 error code

Posted by "Rajith Attapattu (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-2648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12886306#action_12886306 ] 

Rajith Attapattu commented on QPID-2648:
----------------------------------------

I would assume you wanted to close the connection if an ACL was denied ?
The correct behaviour is to close the session, not the connection.
Or was this for something completely different ?

> Connection close in 0-10 does not include 403 error code
> --------------------------------------------------------
>
>                 Key: QPID-2648
>                 URL: https://issues.apache.org/jira/browse/QPID-2648
>             Project: Qpid
>          Issue Type: Bug
>          Components: AMQP Compliance
>            Reporter: Andrew Kennedy
>         Attachments: 0001-QPID-2648-Added-403-error-code-for-connection-close.patch
>
>
> The list of error codes when closing a connection in the 0-10 protocol does not include the 403 'Unauthorized Access' error code.

-- 
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] Commented: (QPID-2648) Connection close in 0-10 does not include 403 error code

Posted by "Andrew Kennedy (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-2648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12886316#action_12886316 ] 

Andrew Kennedy commented on QPID-2648:
--------------------------------------

Actually, it's for the virtualhost access (firewall plugin) and authentication, which take place on the connection, not the session. The other ACL failures get session closes with a 403, as expected.

> Connection close in 0-10 does not include 403 error code
> --------------------------------------------------------
>
>                 Key: QPID-2648
>                 URL: https://issues.apache.org/jira/browse/QPID-2648
>             Project: Qpid
>          Issue Type: Bug
>          Components: AMQP Compliance
>            Reporter: Andrew Kennedy
>         Attachments: 0001-QPID-2648-Added-403-error-code-for-connection-close.patch
>
>
> The list of error codes when closing a connection in the 0-10 protocol does not include the 403 'Unauthorized Access' error code.

-- 
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] Closed: (QPID-2648) Connection close in 0-10 does not include 403 error code

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

Andrew Kennedy closed QPID-2648.
--------------------------------

    Fix Version/s:     (was: 0.7)
       Resolution: Invalid

Requires a change to 0-10 spec

> Connection close in 0-10 does not include 403 error code
> --------------------------------------------------------
>
>                 Key: QPID-2648
>                 URL: https://issues.apache.org/jira/browse/QPID-2648
>             Project: Qpid
>          Issue Type: Bug
>          Components: AMQP Compliance
>            Reporter: Andrew Kennedy
>         Attachments: 0001-QPID-2648-Added-403-error-code-for-connection-close.patch
>
>
> The list of error codes when closing a connection in the 0-10 protocol does not include the 403 'Unauthorized Access' error code.

-- 
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