This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a change to branch 3.2.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.
from 817070a Recording .gitmergeinfo Changes
new 5114ee6 CXF-8137 - Using SecurityConstants.VALIDATE_TOKEN with
WSS4JInInterceptor no longer allows skipping validation of token
new d63206e Recording .gitmergeinfo Changes
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:
.gitmergeinfo | 1 +
.../cxf/ws/security/wss4j/WSS4JInInterceptor.java | 10 +++---
.../apache/cxf/systest/ws/action/ActionTest.java | 24 +++++++++++++
.../cxf/systest/ws/ut/UsernameTokenTest.java | 40 ++++++++++++++++++++++
.../cxf/systest/ws/action/DoubleItAction.wsdl | 3 ++
.../org/apache/cxf/systest/ws/action/client.xml | 15 ++++++++
.../org/apache/cxf/systest/ws/action/server.xml | 14 ++++++++
.../org/apache/cxf/systest/ws/ut/DoubleItUt.wsdl | 3 ++
.../org/apache/cxf/systest/ws/ut/client.xml | 6 ++++
.../org/apache/cxf/systest/ws/ut/server.xml | 18 ++++++++++
.../org/apache/cxf/systest/ws/ut/stax-server.xml | 19 ++++++++++
.../ws/wssec10/server_restricted_authorized.xml | 2 --
.../ws/wssec10/server_restricted_authorized_2.xml | 2 --
13 files changed, 147 insertions(+), 10 deletions(-)