[
https://issues.redhat.com/browse/WFLY-13249?page=com.atlassian.jira.plugi...
]
Fabio Burzigotti updated WFLY-13249:
------------------------------------
Steps to Reproduce:
{code}
$ cd testsuite/integration/web
$ mvn clean install -Delytron -Dtest=*WebSecurityCERTTestCase
{code}
was:
$ cd testsuite/integration/web
$ mvn clean install -Delytron -Dtest=*WebSecurityCERTTestCase
WebSecurityCERTTestCase fails on IBM JDK when elytron is enabled
----------------------------------------------------------------
Key: WFLY-13249
URL:
https://issues.redhat.com/browse/WFLY-13249
Project: WildFly
Issue Type: Bug
Components: Test Suite
Reporter: Fabio Burzigotti
Priority: Major
The WebSecurityCERTTestCase fails only on IBM JDK, due to the following root cause:
{code}
Caused by: java.security.NoSuchAlgorithmException: SunX509 TrustManagerFactory not
available
{code}
which in turn is due to the fact that the used algorithm is not available on IMB JDK, see
for instance
https://www-01.ibm.com/support/docview.wss?uid=swg1IT04505
--
This message was sent by Atlassian Jira
(v7.13.8#713008)