This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git.
from 40b9814 Merge pull request #531 from
davidkarlsen/feature/digestInterceptor
new 77af6d4 Updating Spring + Spring Boot
new 2344860 Adding HTTP Digest systests
new 3f14492 Added SignatureHeaderUtils tests plus a few updates to the
code
new 60b0165 Adding an initial signature + digest test
The 14858 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:
parent/pom.xml | 4 +-
.../filters/VerifyDigestInterceptor.java | 16 +-
.../httpsignature/utils/SignatureHeaderUtils.java | 19 +-
.../utils/SignatureHeaderUtilsTest.java | 62 +++++
.../httpsignature/JAXRSHTTPSignatureTest.java | 272 +++++++++++++++++++--
.../jaxrs/security/httpsignature/server.xml | 4 +
6 files changed, 347 insertions(+), 30 deletions(-)
create mode 100644
rt/rs/security/http-signature/src/test/java/org/apache/cxf/rs/security/httpsignature/utils/SignatureHeaderUtilsTest.java