This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a change to branch 4.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
from 426f2d1e46d Put log messages and SOAP Fault messages to a resource
bundle so that downstream intergations of CXF can hint about their own
configuration parameters (#3300)
new 22995b3e5ff Fix bug with SAML clientAddress (#3298)
new 417584b2780 Plug URIResolver into EndpointReferenceUtils (#3296)
new 83adf63fa0d Disallow a dynamic registration client from requesting
scopes without validation (#3297)
new f2ac92f01e5 Recording .gitmergeinfo Changes
The 4 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/addressing/EndpointReferenceUtils.java | 19 ++-
.../ws/addressing/EndpointReferenceUtilsTest.java | 141 +++++++++++++++++++++
rt/rs/security/oauth-parent/oauth2-saml/pom.xml | 5 +
.../security/oauth2/saml/SamlOAuthValidator.java | 2 +-
.../oauth2/saml/SamlOAuthValidatorTest.java | 127 +++++++++++++++++++
.../services/DynamicRegistrationService.java | 30 ++++-
.../services/DynamicRegistrationServiceTest.java | 94 ++++++++++++++
.../jaxrs/security/oauth2/tls/serverTls.xml | 5 +
9 files changed, 411 insertions(+), 13 deletions(-)
create mode 100644
core/src/test/java/org/apache/cxf/ws/addressing/EndpointReferenceUtilsTest.java
create mode 100644
rt/rs/security/oauth-parent/oauth2-saml/src/test/java/org/apache/cxf/rs/security/oauth2/saml/SamlOAuthValidatorTest.java
create mode 100644
rt/rs/security/oauth-parent/oauth2/src/test/java/org/apache/cxf/rs/security/oauth2/services/DynamicRegistrationServiceTest.java