You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Rick McGuire (JIRA)" <ji...@apache.org> on 2007/01/25 12:47:49 UTC

[jira] Created: (OPENEJB-459) Yoko SocketFactory can create mismatched connection types when alternate connections are used.

Yoko SocketFactory can create mismatched connection types when alternate connections are used. 
-----------------------------------------------------------------------------------------------

                 Key: OPENEJB-459
                 URL: https://issues.apache.org/jira/browse/OPENEJB-459
             Project: OpenEJB
          Issue Type: Bug
          Components: corba
    Affects Versions: 2.3
            Reporter: Rick McGuire
         Assigned To: Rick McGuire
             Fix For: 2.3


The Yoko ORB has support for alternate IIOP connections as defined in the profile.  If the IOR has alternate connections and an SSLTransport defined in the IOR profile, the ORB can make a connection request using the SSL configured port number, but in a way that causes the SocketFactory to make a plain connection to the server.  This results in the server just closing the connection without giving any error information.  

The openejeb socket factory needs to use the primary connection port for a plain connection, and if an SSL connection is configured and not explicitly disabled by NoProtection being defined in the profile, then the SSL connection should be used. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (OPENEJB-459) Yoko SocketFactory can create mismatched connection types when alternate connections are used.

Posted by "Rick McGuire (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick McGuire closed OPENEJB-459.
--------------------------------

    Resolution: Fixed

Committed revision 499749.

> Yoko SocketFactory can create mismatched connection types when alternate connections are used. 
> -----------------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-459
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-459
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: corba
>    Affects Versions: 2.3
>            Reporter: Rick McGuire
>         Assigned To: Rick McGuire
>             Fix For: 2.3
>
>
> The Yoko ORB has support for alternate IIOP connections as defined in the profile.  If the IOR has alternate connections and an SSLTransport defined in the IOR profile, the ORB can make a connection request using the SSL configured port number, but in a way that causes the SocketFactory to make a plain connection to the server.  This results in the server just closing the connection without giving any error information.  
> The openejeb socket factory needs to use the primary connection port for a plain connection, and if an SSL connection is configured and not explicitly disabled by NoProtection being defined in the profile, then the SSL connection should be used. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.