Jamie Mark Goodyear created CXF-8997:
----------------------------------------
Summary: AbstractSTSTokenTest and TransportBindingTests no longer
need to set https protocol to TLSv1 on IBM Java
Key: CXF-8997
URL: https://issues.apache.org/jira/browse/CXF-8997
Project: CXF
Issue Type: Test
Components: STS
Affects Versions: 4.0.4
Reporter: Jamie Mark Goodyear
Fix For: 4.0.5
AbstractSTSTokenTest and TransportBindingTests no longer need to set https
protocol to TLSv1 on IBM Java.
Current builds of CXF 4.0.x on IBM Java will fail the AbstractSTSTokenTest and
TransportBindingTests due to their use of TLSv1. Note: IBM JDKs disable TLSv1
by default since around Java 8
(https://community.ibm.com/community/user/wasdevops/blogs/hiroko-takamiya1/2021/06/19/ibm-java-80630-disables-tlsv1-tlsv11-by-default-ho).
Removing the test case IBM control flag allows the default TLS to pass the
tests.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)