[
http://jira.jboss.com/jira/browse/JBAS-3449?page=all ]
Matt Wringe updated JBAS-3449:
------------------------------
Attachment: jboss-provider.patch
This patch will dynamically determine which security provider is available in the system
and use that provider.
Both the IBM and Sun providers are specified as defaults in provider.properties which
contains a list of potential providers.
This patch adds dynamic determination of providers to
org.jboss.test.security.service.HttpsClient and
org.jboss.test.security.test.HttpsUnitTestCase. A new file is also added,
providers.properties, which specifies potential providers to search for.
HttpsUnitTestCase test does not pass with the IBM jvm
-----------------------------------------------------
Key: JBAS-3449
URL:
http://jira.jboss.com/jira/browse/JBAS-3449
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Test Suite
Affects Versions: JBossAS-4.0.4.GA
Environment: IBM JVM
Reporter: Matt Wringe
Priority: Minor
Attachments: jboss-provider.patch
The HttpsUnitTestCase test from the testsuite does not currently work with the IBM jvm.
This is causes by the testsuite referencing the com.sun.net.ssl.internal.ssl.Provider
class, which does not exist if the IBM jvm is used. The IBM jvm instead uses its own
com.ibm.jsse.IBMJSSEProvider class.
--
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