[
http://jira.jboss.com/jira/browse/JBAS-3449?page=all ]
Anil Saldhana resolved JBAS-3449.
---------------------------------
Resolution: Done
The Sun JSSE classes are available on Sun and JRockit VM.
With IBM JDK there is no need to explictly add the provider for both v4 and v5
[asaldhana@dev03 testsuite]$ ant -Dtest=org.jboss.test.security.test.HttpsUnitTestCase
one-test
Buildfile: build.xml
one-test:
[delete] Deleting: /home/asaldhana/jboss-4.0/testsuite/output/log/test.log
[junit] Running org.jboss.test.security.test.HttpsUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.477 sec
BUILD SUCCESSFUL
Total time: 8 seconds
[asaldhana@dev03 testsuite]$ java -version
java version "1.4.2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
Classic VM (build 1.4.2, J2RE 1.4.2 IBM build cxia321420-20040626 (JIT enabled:jitc))
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
Assigned To: Anil Saldhana
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