Repository: qpid-jms
Updated Branches:
  refs/heads/master 6311e9306 -> 5bf3c21a4


NO-JIRA: remove stale TODO as the hostname field is already being set (+ 
prodding CI to do another build)


Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/5bf3c21a
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/5bf3c21a
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/5bf3c21a

Branch: refs/heads/master
Commit: 5bf3c21a4b774dec73b2db4c10cd7dcafd91b5e6
Parents: 6311e93
Author: Robert Gemmell <[email protected]>
Authored: Fri Jun 26 00:14:10 2015 +0100
Committer: Robert Gemmell <[email protected]>
Committed: Fri Jun 26 00:14:10 2015 +0100

----------------------------------------------------------------------
 .../org/apache/qpid/jms/provider/amqp/AmqpSaslAuthenticator.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/5bf3c21a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpSaslAuthenticator.java
----------------------------------------------------------------------
diff --git 
a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpSaslAuthenticator.java
 
b/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpSaslAuthenticator.java
index 5c3f297..0376197 100644
--- 
a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpSaslAuthenticator.java
+++ 
b/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpSaslAuthenticator.java
@@ -107,7 +107,6 @@ public class AmqpSaslAuthenticator {
                     mechanism.setUsername(info.getUsername());
                     mechanism.setPassword(info.getPassword());
                     // TODO - set additional options from URI.
-                    // TODO - set a host value.
 
                     sasl.setMechanisms(mechanism.getName());
                     byte[] response = mechanism.getInitialResponse();


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to