GitHub user scholzj opened a pull request:
https://github.com/apache/qpid-dispatch/pull/178
DISPATCH-737: Fix qdstat problems when only username and password are
specified
Tis fixes two issues:
- when username and password are specified in the URL they are ignored when
evaluating whether SASL should be used
- When no SASL mechanism is specified the empty string passed to Proton is
interpreted as "no mechs enabled". When None is used instead, Proton will
select the suitable mechs automatically
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/scholzj/qpid-dispatch DISPATCH-737
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/qpid-dispatch/pull/178.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #178
----
commit e0bbd3e2b739f8f813f7cd57a0482d8da9b94be1
Author: Jakub Scholz <[email protected]>
Date: 2017-07-17T20:26:30Z
DISPATCH-737: Take username and password also from the URL
commit 40f1005c4aa0b4c9b74fbde0d9ad65050b8328d7
Author: Jakub Scholz <[email protected]>
Date: 2017-07-17T20:27:29Z
DISPATCH-737: Empty string as allowed_mechs is interpreted as no mechs
allowed. Use None instead and Proton will select the best appropriatte mechanism
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]