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 15982b9 CXF-8009: CXF should not rely on ClassUtils for CGLIB proxy
checks (#529)
new a6e9544 add client digest interceptor
new 61605d1 have a default constructor and algo
new 47ee9bd consistent classnaming, use request charset if specified
new 80c949f fix bug in filter, activate filter in test
new 92c5a87 alternative implementation
new 40b9814 Merge pull request #531 from
davidkarlsen/feature/digestInterceptor
The 14854 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:
.../filters/CreateDigestInterceptor.java | 94 ++++++++++++++++++++++
.../httpsignature/JAXRSHTTPSignatureTest.java | 6 +-
2 files changed, 97 insertions(+), 3 deletions(-)
create mode 100644
rt/rs/security/http-signature/src/main/java/org/apache/cxf/rs/security/httpsignature/filters/CreateDigestInterceptor.java