[jboss-jira] [JBoss JIRA] Closed: (JBREM-369) For Connectors that support callbacks on SSL connections, there should be a unified means of configuring SSLServerSocket and callback Client SSLSocket.s.

Ron Sigal (JIRA) jira-events at jboss.com
Tue Jan 2 18:42:47 EST 2007


     [ http://jira.jboss.com/jira/browse/JBREM-369?page=all ]

Ron Sigal closed JBREM-369.
---------------------------

    Resolution: Done

This issue is out of date.  The desired features already exist.  In particular, there are a variety of parallel ways to configure server socket factories and callback socket factories - see the section "Socket factories and server socket factories" in Chapter 5 of the Remoting documentation.  For example, SSL parameters passed in the configuration map to a Connector will find their way to the callback Client.

> For Connectors that support callbacks on SSL connections, there should be a unified means of configuring SSLServerSocket and callback Client SSLSocket.s.
> ---------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBREM-369
>                 URL: http://jira.jboss.com/jira/browse/JBREM-369
>             Project: JBoss Remoting
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 4.0.0.Beta1
>            Reporter: Ron Sigal
>         Assigned To: Ron Sigal
>             Fix For:  2.2.0.Beta1 (Bluto)
>
>
> Currently, the SSLServerSocket is configured by creating an SSLServerSocketFactory, e.g., by way of configuring an SSLSocketBuilder, and calling setServerSocketFactory() on the server invoker.  The SSLSockets used by the Client that makes push callbacks are configured by passing a configuration Map to the Connector constructor, which is used to create a RemotingSSLSocketFactory.  These should be unified.  In particular, it would be nice to pass a single configuration Map to Connector().

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list