Ken Giusti created PROTON-777:
---------------------------------
Summary: [python] Url does not properly set default port if no
scheme given
Key: PROTON-777
URL: https://issues.apache.org/jira/browse/PROTON-777
Project: Qpid Proton
Issue Type: Bug
Components: python-binding
Affects Versions: 0.9
Reporter: Ken Giusti
Fix For: 0.9
>>> import proton
>>> url = proton.Url(username='me', password='secret', host='myhost',
>>> path='foobar')
>>> str(url)
'amqp://me:secret@myhost:amqp/foobar'
=====================^^^^^^^^
should be :5672 methinks.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)