You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2019/11/26 15:42:14 UTC

[cxf] branch 3.3.x-fixes updated (ee799da -> 92ec9ee)

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 ee799da  Recording .gitmergeinfo Changes
     add e513ba8  Adding JWA Spec testcases
     add 4acc92a  Updating AMQ
     add 01c5221  Updating pax url
     add 92ec9ee  CXF-8167 - Restrict the URI schemes allowed when importing schemas or WSDLs

No new revisions were added by this update.

Summary of changes:
 osgi/itests-felix/pom.xml                          |   2 +-
 parent/pom.xml                                     |   2 +-
 .../rs/security/jose/jwe/JwaSpecTestCasesTest.java | 140 +++++++++++++++++++++
 .../cxf/wsdl11/AbstractWrapperWSDLLocator.java     |  22 ++++
 .../tools/validator/internal/SchemaValidator.java  |  35 ++----
 .../tools/validator/internal/WSDL11Validator.java  |   2 +-
 .../cxf/tools/validator/WSDLValidationTest.java    |  20 ++-
 ...{defaultOpMessageNames.wsdl => ftp_import.wsdl} |   1 +
 ...defaultOpMessageNames.wsdl => ftp_import2.wsdl} |   1 +
 9 files changed, 194 insertions(+), 31 deletions(-)
 create mode 100644 rt/rs/security/jose-parent/jose/src/test/java/org/apache/cxf/rs/security/jose/jwe/JwaSpecTestCasesTest.java
 copy tools/validator/src/test/resources/validator_wsdl/{defaultOpMessageNames.wsdl => ftp_import.wsdl} (96%)
 copy tools/validator/src/test/resources/validator_wsdl/{defaultOpMessageNames.wsdl => ftp_import2.wsdl} (95%)