You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Donald Woods (JIRA)" <de...@geronimo.apache.org> on 2005/09/14 05:18:54 UTC

[jira] Updated: (GERONIMO-1011) HTTPS Connectors fail on IBM JDK

     [ http://issues.apache.org/jira/browse/GERONIMO-1011?page=all ]

Donald Woods updated GERONIMO-1011:
-----------------------------------

    Attachment: IBMJUnit.patch

The IBMJUnit.patch also needs to be applied to allow the Geronimo source code (not OpenEJB) to be built via the IBM JDK.

> HTTPS Connectors fail on IBM JDK
> --------------------------------
>
>          Key: GERONIMO-1011
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1011
>      Project: Geronimo
>         Type: Bug
>   Components: JVM-compatibility
>     Versions: 1.0-M5
>  Environment: WinXP or Win2003 Server w/ IBM 1.4.2 JDK
>     Reporter: Donald Woods
>  Attachments: IBMJUnit.patch, IBMSSL.patch
>
> HTTPS connectors for Jetty and Tomcat fail to load when starting the server using the IBM 1.4.2 JDK.
> This worked with M4, but was broken sometime in the last several weeks by changes in M5.
> The IBM JDK supplies its own HTTPS handler - com.ibm.net.ssl.www.protocol, which must be manually loaded in addition to the default sun.net.www.protocol.
> Also, the IBM JDK provides a different implementation of the X059 algorithm, which is IbmX509 instead of SunX509.
> The required code changes to recognize that an IBM JDK is being used and initialize the algorithm and protocol handler correctly, are confined to the Jetty and Tomcat HttpsConnector classes and the GeronimoURLFactory.
> The resolution of this bug will only allow a Geronimo server built with the Sun JDK to run on an IBM JDK - it does not resolve the other known build and Orb problems with using non-Sun JVMs.

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