This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a change to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.
from 12039ee Recording .gitmergeinfo Changes
new 04ad8b5 Adding a test case for TlS trustManager refs in Spring
new 8c5d3db CXF-8253 - Provide a way to disable TLS trust verification
for the OSGi HttpConduitConfigApplier
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../http/osgi/HttpConduitConfigApplier.java | 10 +-
.../cxf/transport/https/InsecureTrustManager.java | 68 +++++++++++++
.../http/osgi/HttpConduitConfigApplierTest.java | 105 +++++++++++++++++++++
.../https/ciphersuites/CipherSuitesTest.java | 39 +-------
.../systest/https/clientauth/ClientAuthTest.java | 28 +-----
.../cxf/systest/https/trust/TrustManagerTest.java | 56 ++++++-----
...pty-config.xml => client-trust-manager-ref.xml} | 9 +-
7 files changed, 225 insertions(+), 90 deletions(-)
create mode 100644
rt/transports/http/src/main/java/org/apache/cxf/transport/https/InsecureTrustManager.java
create mode 100644
rt/transports/http/src/test/java/org/apache/cxf/transport/http/osgi/HttpConduitConfigApplierTest.java
copy
systests/transports/src/test/resources/org/apache/cxf/systest/https/trust/{client-trust-empty-config.xml
=> client-trust-manager-ref.xml} (90%)