Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cxf
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/f8cec430 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/f8cec430 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/f8cec430 Branch: refs/heads/master Commit: f8cec430eadf4eebbde85622cfe0964310dd07a0 Parents: c87613b 57fcf8d Author: Freeman Fang <[email protected]> Authored: Tue Jan 24 13:19:43 2017 +0800 Committer: Freeman Fang <[email protected]> Committed: Tue Jan 24 13:19:43 2017 +0800 ---------------------------------------------------------------------- .../cxf/interceptor/LoggingInInterceptor.java | 2 +- .../cxf/interceptor/LoggingOutInterceptor.java | 2 +- .../tracing/brave/AbstractBraveProvider.java | 2 +- .../impl/WebApplicationExceptionMapper.java | 10 +- .../validation/ValidationExceptionMapper.java | 25 ++- .../wss4j/UsernameTokenInterceptor.java | 11 +- .../cxf/systest/sts/claims/ClaimsTest.java | 2 + .../systest/sts/custom/CustomParameterTest.java | 101 +++++++++ .../systest/sts/custom/CustomUTValidator.java | 216 +++++++++++++++++++ .../cxf/systest/sts/custom/STSServer.java | 50 +++++ .../apache/cxf/systest/sts/custom/Server.java | 46 ++++ .../apache/cxf/systest/sts/custom/DoubleIt.wsdl | 153 +++++++++++++ .../cxf/systest/sts/custom/cxf-client.xml | 57 +++++ .../cxf/systest/sts/custom/cxf-service.xml | 41 ++++ .../apache/cxf/systest/sts/custom/cxf-sts.xml | 43 ++++ .../sts/deployment/ws-trust-1.4-service.wsdl | 41 ++++ 16 files changed, 786 insertions(+), 16 deletions(-) ----------------------------------------------------------------------
