You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/09/04 07:09:51 UTC

[jira] [Commented] (PROTON-655) URL parser fails to parse ActiveMQ dynamically generated address

    [ https://issues.apache.org/jira/browse/PROTON-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14120961#comment-14120961 ] 

ASF subversion and git services commented on PROTON-655:
--------------------------------------------------------

Commit 1622400 from [~astitcher] in branch 'proton/trunk'
[ https://svn.apache.org/r1622400 ]

PROTON-655: Fix url parsing to cope with ActiveMQ generated URLS
- Also add some more unit test urls

> URL parser fails to parse ActiveMQ dynamically generated address
> ----------------------------------------------------------------
>
>                 Key: PROTON-655
>                 URL: https://issues.apache.org/jira/browse/PROTON-655
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: proton-c
>    Affects Versions: 0.7
>            Reporter: Fabien CHEVALIER
>            Assignee: Andrew Stitcher
>              Labels: patch
>             Fix For: 0.8
>
>         Attachments: 0001-Url-parser-bugfix.patch
>
>
> This address:
> localhost/temp-queue://ID:ganymede-36663-1408448359876-2:123:0
> Gets parsed as follows:
> {text = 0xa527e68, passive = false, scheme = 0xa5476c0
> "localhost/temp-queue", user = 0x0, pass = 0x0, host = 0xa5476d7 "ID", port
> = 0xa5476da "ganymede-36663-1408448359876-2:123:0", name = 0x0}
> This is obviously wrong.
> The attached patch fixes that.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)