Fabien CHEVALIER created PROTON-655:
---------------------------------------
Summary: 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
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.2#6252)