Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
proton-0.7
Description
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.