[jira] [Updated] (QPID-8160) [Broker-J] [AMQP 1.0] AccessControlException when creating sending link reported as amqp:internal-error rather than amqp:unauthorised-access

2018-04-17 Thread Alex Rudyy (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-8160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Rudyy updated QPID-8160:
-
Status: Reviewable  (was: In Progress)

>  [Broker-J] [AMQP 1.0] AccessControlException when creating sending link 
> reported as  amqp:internal-error rather than amqp:unauthorised-access
> --
>
> Key: QPID-8160
> URL: https://issues.apache.org/jira/browse/QPID-8160
> Project: Qpid
>  Issue Type: Bug
>  Components: Broker-J
>Affects Versions: qpid-java-broker-7.0.3, qpid-java-broker-7.0.0, 
> qpid-java-broker-7.1
>Reporter: Keith Wall
>Assignee: Keith Wall
>Priority: Minor
> Fix For: qpid-java-broker-7.1.0, qpid-java-broker-7.0.4
>
>
> If the Broker tries to create a sending link from a source but the user has 
> insufficient permissions for that source, I expect the {{detach}} to use 
> error {{amqp:unauthorised-access}}. This currently does not happen, the 
> Broker sends {{amqp:amqp:internal-error}} instead.
> {noformat}
> [511142734:1] <- Detach{handle=1, closed=true, 
> error=Error{condition=amqp:internal-error, description='Permission CREATE is 
> denied for : Consumer 
> '4|1|qpid-jms:receiver:ID:2a653090-1dbc-4433-955d-791b52540128:1:1:1:guestqueue'
>  on Queue 'guestqueue'', info=null}}{noformat}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (QPID-8160) [Broker-J] [AMQP 1.0] AccessControlException when creating sending link reported as amqp:internal-error rather than amqp:unauthorised-access

2018-04-17 Thread Alex Rudyy (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-8160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Rudyy updated QPID-8160:
-
Fix Version/s: qpid-java-broker-7.0.4

>  [Broker-J] [AMQP 1.0] AccessControlException when creating sending link 
> reported as  amqp:internal-error rather than amqp:unauthorised-access
> --
>
> Key: QPID-8160
> URL: https://issues.apache.org/jira/browse/QPID-8160
> Project: Qpid
>  Issue Type: Bug
>  Components: Broker-J
>Affects Versions: qpid-java-broker-7.0.3, qpid-java-broker-7.0.0, 
> qpid-java-broker-7.1
>Reporter: Keith Wall
>Assignee: Keith Wall
>Priority: Minor
> Fix For: qpid-java-broker-7.1.0, qpid-java-broker-7.0.4
>
>
> If the Broker tries to create a sending link from a source but the user has 
> insufficient permissions for that source, I expect the {{detach}} to use 
> error {{amqp:unauthorised-access}}. This currently does not happen, the 
> Broker sends {{amqp:amqp:internal-error}} instead.
> {noformat}
> [511142734:1] <- Detach{handle=1, closed=true, 
> error=Error{condition=amqp:internal-error, description='Permission CREATE is 
> denied for : Consumer 
> '4|1|qpid-jms:receiver:ID:2a653090-1dbc-4433-955d-791b52540128:1:1:1:guestqueue'
>  on Queue 'guestqueue'', info=null}}{noformat}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (QPID-8160) [Broker-J] [AMQP 1.0] AccessControlException when creating sending link reported as amqp:internal-error rather than amqp:unauthorised-access

2018-04-12 Thread Keith Wall (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-8160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keith Wall updated QPID-8160:
-
Fix Version/s: qpid-java-broker-7.1.0

>  [Broker-J] [AMQP 1.0] AccessControlException when creating sending link 
> reported as  amqp:internal-error rather than amqp:unauthorised-access
> --
>
> Key: QPID-8160
> URL: https://issues.apache.org/jira/browse/QPID-8160
> Project: Qpid
>  Issue Type: Bug
>  Components: Broker-J
>Affects Versions: qpid-java-broker-7.0.3, qpid-java-broker-7.0.0, 
> qpid-java-broker-7.1
>Reporter: Keith Wall
>Assignee: Keith Wall
>Priority: Minor
> Fix For: qpid-java-broker-7.1.0
>
>
> If the Broker tries to create a sending link from a source but the user has 
> insufficient permissions for that source, I expect the {{detach}} to use 
> error {{amqp:unauthorised-access}}. This currently does not happen, the 
> Broker sends {{amqp:amqp:internal-error}} instead.
> {noformat}
> [511142734:1] <- Detach{handle=1, closed=true, 
> error=Error{condition=amqp:internal-error, description='Permission CREATE is 
> denied for : Consumer 
> '4|1|qpid-jms:receiver:ID:2a653090-1dbc-4433-955d-791b52540128:1:1:1:guestqueue'
>  on Queue 'guestqueue'', info=null}}{noformat}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (QPID-8160) [Broker-J] [AMQP 1.0] AccessControlException when creating sending link reported as amqp:internal-error rather than amqp:unauthorised-access

2018-04-12 Thread Keith Wall (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-8160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keith Wall updated QPID-8160:
-
Affects Version/s: qpid-java-broker-7.0.3
   qpid-java-broker-7.0.0

>  [Broker-J] [AMQP 1.0] AccessControlException when creating sending link 
> reported as  amqp:internal-error rather than amqp:unauthorised-access
> --
>
> Key: QPID-8160
> URL: https://issues.apache.org/jira/browse/QPID-8160
> Project: Qpid
>  Issue Type: Bug
>  Components: Broker-J
>Affects Versions: qpid-java-broker-7.0.3, qpid-java-broker-7.0.0, 
> qpid-java-broker-7.1
>Reporter: Keith Wall
>Assignee: Keith Wall
>Priority: Minor
> Fix For: qpid-java-broker-7.1.0
>
>
> If the Broker tries to create a sending link from a source but the user has 
> insufficient permissions for that source, I expect the {{detach}} to use 
> error {{amqp:unauthorised-access}}. This currently does not happen, the 
> Broker sends {{amqp:amqp:internal-error}} instead.
> {noformat}
> [511142734:1] <- Detach{handle=1, closed=true, 
> error=Error{condition=amqp:internal-error, description='Permission CREATE is 
> denied for : Consumer 
> '4|1|qpid-jms:receiver:ID:2a653090-1dbc-4433-955d-791b52540128:1:1:1:guestqueue'
>  on Queue 'guestqueue'', info=null}}{noformat}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (QPID-8160) [Broker-J] [AMQP 1.0] AccessControlException when creating sending link reported as amqp:internal-error rather than amqp:unauthorised-access

2018-04-11 Thread Keith Wall (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-8160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keith Wall updated QPID-8160:
-
Description: 
If the Broker tries to create a sending link from a source but the user has 
insufficient permissions for that source, I expect the {{detach}} to use error 
{{amqp:unauthorised-access}}. This currently does not happen, the Broker sends 
{{amqp:amqp:internal-error}} instead.
{noformat}
[511142734:1] <- Detach{handle=1, closed=true, 
error=Error{condition=amqp:internal-error, description='Permission CREATE is 
denied for : Consumer 
'4|1|qpid-jms:receiver:ID:2a653090-1dbc-4433-955d-791b52540128:1:1:1:guestqueue'
 on Queue 'guestqueue'', info=null}}{noformat}
 

  was:
If the Broker tries to create a sending link from a source but the user has 
insufficient permissions for that source, I expect the {{detach }}to use error 
{{amqp:unauthorised-access}}. This currently does not happen, the Broker sends 
\{{amqp:amqp:internal-error }}instead.
{noformat}
[511142734:1] <- Detach{handle=1, closed=true, 
error=Error{condition=amqp:internal-error, description='Permission CREATE is 
denied for : Consumer 
'4|1|qpid-jms:receiver:ID:2a653090-1dbc-4433-955d-791b52540128:1:1:1:guestqueue'
 on Queue 'guestqueue'', info=null}}{noformat}
 


>  [Broker-J] [AMQP 1.0] AccessControlException when creating sending link 
> reported as  amqp:internal-error rather than amqp:unauthorised-access
> --
>
> Key: QPID-8160
> URL: https://issues.apache.org/jira/browse/QPID-8160
> Project: Qpid
>  Issue Type: Bug
>  Components: Broker-J
>Affects Versions: qpid-java-broker-7.1
>Reporter: Keith Wall
>Priority: Minor
>
> If the Broker tries to create a sending link from a source but the user has 
> insufficient permissions for that source, I expect the {{detach}} to use 
> error {{amqp:unauthorised-access}}. This currently does not happen, the 
> Broker sends {{amqp:amqp:internal-error}} instead.
> {noformat}
> [511142734:1] <- Detach{handle=1, closed=true, 
> error=Error{condition=amqp:internal-error, description='Permission CREATE is 
> denied for : Consumer 
> '4|1|qpid-jms:receiver:ID:2a653090-1dbc-4433-955d-791b52540128:1:1:1:guestqueue'
>  on Queue 'guestqueue'', info=null}}{noformat}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (QPID-8160) [Broker-J] [AMQP 1.0] AccessControlException when creating sending link reported as amqp:internal-error rather than amqp:unauthorised-access

2018-04-11 Thread Keith Wall (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-8160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keith Wall updated QPID-8160:
-
Description: 
If the Broker tries to create a sending link from a source but the user has 
insufficient permissions for that source, I expect the {{detach }}to use error 
{{amqp:unauthorised-access}}. This currently does not happen, the Broker sends 
\{{amqp:amqp:internal-error }}instead.
{noformat}
[511142734:1] <- Detach{handle=1, closed=true, 
error=Error{condition=amqp:internal-error, description='Permission CREATE is 
denied for : Consumer 
'4|1|qpid-jms:receiver:ID:2a653090-1dbc-4433-955d-791b52540128:1:1:1:guestqueue'
 on Queue 'guestqueue'', info=null}}{noformat}
 

  was:
If the Broker tries to create a sending link from a source but the user has 
insufficient permissions for that queue, I expect the {{detach }}to use error 
{{amqp:unauthorised-access}}. This currently does not happen, the Broker sends 
\{{amqp:amqp:internal-error }}instead.
{noformat}
[511142734:1] <- Detach{handle=1, closed=true, 
error=Error{condition=amqp:internal-error, description='Permission CREATE is 
denied for : Consumer 
'4|1|qpid-jms:receiver:ID:2a653090-1dbc-4433-955d-791b52540128:1:1:1:guestqueue'
 on Queue 'guestqueue'', info=null}}{noformat}
 


>  [Broker-J] [AMQP 1.0] AccessControlException when creating sending link 
> reported as  amqp:internal-error rather than amqp:unauthorised-access
> --
>
> Key: QPID-8160
> URL: https://issues.apache.org/jira/browse/QPID-8160
> Project: Qpid
>  Issue Type: Bug
>  Components: Broker-J
>Affects Versions: qpid-java-broker-7.1
>Reporter: Keith Wall
>Priority: Minor
>
> If the Broker tries to create a sending link from a source but the user has 
> insufficient permissions for that source, I expect the {{detach }}to use 
> error {{amqp:unauthorised-access}}. This currently does not happen, the 
> Broker sends \{{amqp:amqp:internal-error }}instead.
> {noformat}
> [511142734:1] <- Detach{handle=1, closed=true, 
> error=Error{condition=amqp:internal-error, description='Permission CREATE is 
> denied for : Consumer 
> '4|1|qpid-jms:receiver:ID:2a653090-1dbc-4433-955d-791b52540128:1:1:1:guestqueue'
>  on Queue 'guestqueue'', info=null}}{noformat}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (QPID-8160) [Broker-J] [AMQP 1.0] AccessControlException when creating sending link reported as amqp:internal-error rather than amqp:unauthorised-access

2018-04-11 Thread Keith Wall (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-8160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keith Wall updated QPID-8160:
-
Priority: Minor  (was: Major)

>  [Broker-J] [AMQP 1.0] AccessControlException when creating sending link 
> reported as  amqp:internal-error rather than amqp:unauthorised-access
> --
>
> Key: QPID-8160
> URL: https://issues.apache.org/jira/browse/QPID-8160
> Project: Qpid
>  Issue Type: Bug
>  Components: Broker-J
>Affects Versions: qpid-java-broker-7.1
>Reporter: Keith Wall
>Priority: Minor
>
> If the Broker tries to create a sending link to a target but the user has 
> insufficient permissions, I expect the {{detach }}to use error 
> {{amqp:unauthorised-access}}. This currently does not happen, the Broker 
> sends {{amqp:amqp:internal-error }}instead.
> {noformat}
> [511142734:1] <- Detach{handle=1, closed=true, 
> error=Error{condition=amqp:internal-error, description='Permission CREATE is 
> denied for : Consumer 
> '4|1|qpid-jms:receiver:ID:2a653090-1dbc-4433-955d-791b52540128:1:1:1:guestqueue'
>  on Queue 'guestqueue'', info=null}}{noformat}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (QPID-8160) [Broker-J] [AMQP 1.0] AccessControlException when creating sending link reported as amqp:internal-error rather than amqp:unauthorised-access

2018-04-11 Thread Keith Wall (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-8160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keith Wall updated QPID-8160:
-
Affects Version/s: qpid-java-broker-7.1

>  [Broker-J] [AMQP 1.0] AccessControlException when creating sending link 
> reported as  amqp:internal-error rather than amqp:unauthorised-access
> --
>
> Key: QPID-8160
> URL: https://issues.apache.org/jira/browse/QPID-8160
> Project: Qpid
>  Issue Type: Bug
>  Components: Broker-J
>Affects Versions: qpid-java-broker-7.1
>Reporter: Keith Wall
>Priority: Major
>
> If the Broker tries to create a sending link to a target but the user has 
> insufficient permissions, I expect the {{detach }}to use error 
> {{amqp:unauthorised-access}}. This currently does not happen, the Broker 
> sends {{amqp:amqp:internal-error }}instead.
> {noformat}
> [511142734:1] <- Detach{handle=1, closed=true, 
> error=Error{condition=amqp:internal-error, description='Permission CREATE is 
> denied for : Consumer 
> '4|1|qpid-jms:receiver:ID:2a653090-1dbc-4433-955d-791b52540128:1:1:1:guestqueue'
>  on Queue 'guestqueue'', info=null}}{noformat}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (QPID-8160) [Broker-J] [AMQP 1.0] AccessControlException when creating sending link reported as amqp:internal-error rather than amqp:unauthorised-access

2018-04-11 Thread Keith Wall (JIRA)

 [ 
https://issues.apache.org/jira/browse/QPID-8160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keith Wall updated QPID-8160:
-
Description: 
If the Broker tries to create a sending link from a source but the user has 
insufficient permissions for that queue, I expect the {{detach }}to use error 
{{amqp:unauthorised-access}}. This currently does not happen, the Broker sends 
\{{amqp:amqp:internal-error }}instead.
{noformat}
[511142734:1] <- Detach{handle=1, closed=true, 
error=Error{condition=amqp:internal-error, description='Permission CREATE is 
denied for : Consumer 
'4|1|qpid-jms:receiver:ID:2a653090-1dbc-4433-955d-791b52540128:1:1:1:guestqueue'
 on Queue 'guestqueue'', info=null}}{noformat}
 

  was:
If the Broker tries to create a sending link to a target but the user has 
insufficient permissions, I expect the {{detach }}to use error 
{{amqp:unauthorised-access}}. This currently does not happen, the Broker sends 
{{amqp:amqp:internal-error }}instead.
{noformat}
[511142734:1] <- Detach{handle=1, closed=true, 
error=Error{condition=amqp:internal-error, description='Permission CREATE is 
denied for : Consumer 
'4|1|qpid-jms:receiver:ID:2a653090-1dbc-4433-955d-791b52540128:1:1:1:guestqueue'
 on Queue 'guestqueue'', info=null}}{noformat}
 


>  [Broker-J] [AMQP 1.0] AccessControlException when creating sending link 
> reported as  amqp:internal-error rather than amqp:unauthorised-access
> --
>
> Key: QPID-8160
> URL: https://issues.apache.org/jira/browse/QPID-8160
> Project: Qpid
>  Issue Type: Bug
>  Components: Broker-J
>Affects Versions: qpid-java-broker-7.1
>Reporter: Keith Wall
>Priority: Minor
>
> If the Broker tries to create a sending link from a source but the user has 
> insufficient permissions for that queue, I expect the {{detach }}to use error 
> {{amqp:unauthorised-access}}. This currently does not happen, the Broker 
> sends \{{amqp:amqp:internal-error }}instead.
> {noformat}
> [511142734:1] <- Detach{handle=1, closed=true, 
> error=Error{condition=amqp:internal-error, description='Permission CREATE is 
> denied for : Consumer 
> '4|1|qpid-jms:receiver:ID:2a653090-1dbc-4433-955d-791b52540128:1:1:1:guestqueue'
>  on Queue 'guestqueue'', info=null}}{noformat}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org