Robbie Gemmell created QPID-4469:
------------------------------------

             Summary: [Java common] remove unused sslContext parameter from 
OutgoingNetworkTransport#connect()
                 Key: QPID-4469
                 URL: https://issues.apache.org/jira/browse/QPID-4469
             Project: Qpid
          Issue Type: Improvement
          Components: Java Client, Java Common
    Affects Versions: 0.18, 0.16, 0.14
            Reporter: Robbie Gemmell
            Assignee: Robbie Gemmell
             Fix For: 0.21


OutgoingNetworkTransport#connect() takes an sslContext parameter. This is 
unused by the transport implementations because SSL is implemented in the 
client as a wrapper over the transport. The 0-10 path of the client supplies 
null for this arg, but the 08/0-9/0-9-1 patch still creates and supplies one. 
The parameter should be removed to ensure consistency now and in the future.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to