[
https://issues.redhat.com/browse/WFLY-13249?page=com.atlassian.jira.plugi...
]
Fabio Burzigotti updated WFLY-13249:
------------------------------------
Description:
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
was:The WebSecurityCERTTestCase should be skipped when the Test Suite is executed
against a server with enabled *elytron* subsystem, otherwise it would fail as it is
supposed to run only against legacy security server.
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)