[jboss-jira] [JBoss JIRA] (WFLY-13606) Ignored socket-level keepalive flag in OpenJDK ORB connections

Tomasz Adamski (Jira) issues at jboss.org
Fri Jun 19 10:48:16 EDT 2020


Tomasz Adamski created WFLY-13606:
-------------------------------------

             Summary: Ignored socket-level keepalive flag in OpenJDK ORB connections
                 Key: WFLY-13606
                 URL: https://issues.redhat.com/browse/WFLY-13606
             Project: WildFly
          Issue Type: Bug
          Components: IIOP
            Reporter: Tomasz Adamski
            Assignee: Tomasz Adamski


Restored the ability to use socket-level keepalive flag in OpenJDK ORB connections after it became impossible in Wildfly 11.

Wildfly version 11 brought in the following change: [{{09b79c4}}#diff-cabdeec060c4801f721b35660a6081a3R347 |https://github.com/wildfly/wildfly/commit/09b79c4034d13dcc76f9e70b13823efeec1bd630#diff-cabdeec060c4801f721b35660a6081a3R347]which starts to implicitly declare the property com.sun.CORBA.transport.ORBSocketFactoryClass to value org.wildfly.iiop.openjdk.security.NoSSLSocketFactory due to default value of the iiop-openjdk wildfly setting support-ssl being false (see iiop-openjdk/src/main/java/org/wildfly/iiop/openjdk/IIOPSubsystemAdd.java).
But the code which handles the keepalive property is only found in DefaultSocketFactoryImpl of opendk-orb module, so it is basically never executed.



--
This message was sent by Atlassian Jira
(v7.13.8#713008)



More information about the jboss-jira mailing list