[jira] [Updated] (PROTON-506) Queue names with '@' symbol cause incorrect hostname lookup

2014-02-19 Thread Andrew Stitcher (JIRA)

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

Andrew Stitcher updated PROTON-506:
---

Attachment: 0001-PROTON-506-Fix-address-URL-parser-to-correctly-ident.patch

> Queue names with '@' symbol cause incorrect hostname lookup
> ---
>
> Key: PROTON-506
> URL: https://issues.apache.org/jira/browse/PROTON-506
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: python-binding
>Affects Versions: 0.6
>Reporter: Brian Bouterse
>Assignee: Rafael H. Schloming
> Fix For: 0.7
>
> Attachments: 
> 0001-PROTON-506-Fix-address-URL-parser-to-correctly-ident.patch
>
>
> I have need to create a queue with the following name (no quotes):
> "cel...@dhcp129-138.rdu.redhat.com.celery.pidbox"
> I try to subscribe using the string 
> 'amqp://localhost/cel...@dhcp129-138.rdu.redhat.com.celery.pidbox'
> I receive the following error:
> Unrecoverable error: MessengerException('[-2]: unable to connect to 
> amqp://localhost/cel...@dhcp129-138.rdu.redhat.com.celery.pidbox: 
> getaddrinfo(dhcp129-138.rdu.redhat.com.celery.pidbox, 5672): Name or service 
> not known',)
> I expected the hostname to be 'localhost', but instead the hostname being 
> used is 'dhcp129-138.rdu.redhat.com.celery.pidbox' which is not an actual 
> hostname.
> Better interpretation of the string would resolve this.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (PROTON-506) Queue names with '@' symbol cause incorrect hostname lookup

2014-02-19 Thread Andrew Stitcher (JIRA)

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

Andrew Stitcher updated PROTON-506:
---

Attachment: (was: proton-506.diff)

> Queue names with '@' symbol cause incorrect hostname lookup
> ---
>
> Key: PROTON-506
> URL: https://issues.apache.org/jira/browse/PROTON-506
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: python-binding
>Affects Versions: 0.6
>Reporter: Brian Bouterse
>Assignee: Rafael H. Schloming
> Fix For: 0.7
>
> Attachments: 
> 0001-PROTON-506-Fix-address-URL-parser-to-correctly-ident.patch
>
>
> I have need to create a queue with the following name (no quotes):
> "cel...@dhcp129-138.rdu.redhat.com.celery.pidbox"
> I try to subscribe using the string 
> 'amqp://localhost/cel...@dhcp129-138.rdu.redhat.com.celery.pidbox'
> I receive the following error:
> Unrecoverable error: MessengerException('[-2]: unable to connect to 
> amqp://localhost/cel...@dhcp129-138.rdu.redhat.com.celery.pidbox: 
> getaddrinfo(dhcp129-138.rdu.redhat.com.celery.pidbox, 5672): Name or service 
> not known',)
> I expected the hostname to be 'localhost', but instead the hostname being 
> used is 'dhcp129-138.rdu.redhat.com.celery.pidbox' which is not an actual 
> hostname.
> Better interpretation of the string would resolve this.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (PROTON-506) Queue names with '@' symbol cause incorrect hostname lookup

2014-02-18 Thread Andrew Stitcher (JIRA)

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

Andrew Stitcher updated PROTON-506:
---

Attachment: proton-506.diff

Suggested fix for this bug

> Queue names with '@' symbol cause incorrect hostname lookup
> ---
>
> Key: PROTON-506
> URL: https://issues.apache.org/jira/browse/PROTON-506
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: python-binding
>Affects Versions: 0.6
>Reporter: Brian Bouterse
>Assignee: Rafael H. Schloming
> Fix For: 0.7
>
> Attachments: proton-506.diff
>
>
> I have need to create a queue with the following name (no quotes):
> "cel...@dhcp129-138.rdu.redhat.com.celery.pidbox"
> I try to subscribe using the string 
> 'amqp://localhost/cel...@dhcp129-138.rdu.redhat.com.celery.pidbox'
> I receive the following error:
> Unrecoverable error: MessengerException('[-2]: unable to connect to 
> amqp://localhost/cel...@dhcp129-138.rdu.redhat.com.celery.pidbox: 
> getaddrinfo(dhcp129-138.rdu.redhat.com.celery.pidbox, 5672): Name or service 
> not known',)
> I expected the hostname to be 'localhost', but instead the hostname being 
> used is 'dhcp129-138.rdu.redhat.com.celery.pidbox' which is not an actual 
> hostname.
> Better interpretation of the string would resolve this.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (PROTON-506) Queue names with '@' symbol cause incorrect hostname lookup

2014-02-18 Thread Gordon Sim (JIRA)

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

Gordon Sim updated PROTON-506:
--

Fix Version/s: 0.7

> Queue names with '@' symbol cause incorrect hostname lookup
> ---
>
> Key: PROTON-506
> URL: https://issues.apache.org/jira/browse/PROTON-506
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: python-binding
>Affects Versions: 0.6
>Reporter: Brian Bouterse
>Assignee: Rafael H. Schloming
> Fix For: 0.7
>
>
> I have need to create a queue with the following name (no quotes):
> "cel...@dhcp129-138.rdu.redhat.com.celery.pidbox"
> I try to subscribe using the string 
> 'amqp://localhost/cel...@dhcp129-138.rdu.redhat.com.celery.pidbox'
> I receive the following error:
> Unrecoverable error: MessengerException('[-2]: unable to connect to 
> amqp://localhost/cel...@dhcp129-138.rdu.redhat.com.celery.pidbox: 
> getaddrinfo(dhcp129-138.rdu.redhat.com.celery.pidbox, 5672): Name or service 
> not known',)
> I expected the hostname to be 'localhost', but instead the hostname being 
> used is 'dhcp129-138.rdu.redhat.com.celery.pidbox' which is not an actual 
> hostname.
> Better interpretation of the string would resolve this.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)