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 76b7173fecb Make sure LazyAttachmentCollection respects max attachment
count in all cases (#3344)
new bb31f696df6 Check if tokens have been revoked first in
DefaultEncryptingOAuthDataProvider (#3347)
new a2a604a4ffe Make sure the refresh token client matches that of the
authenticated client (#3346)
The 2 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:
.../oauth2/provider/AbstractOAuthDataProvider.java | 3 +
.../DefaultEncryptingOAuthDataProvider.java | 8 +
.../provider/AbstractOAuthDataProviderTest.java | 32 +++
.../DefaultEncryptingOAuthDataProviderTest.java | 267 +++++++++++++++++++++
4 files changed, 310 insertions(+)
create mode 100644
rt/rs/security/oauth-parent/oauth2/src/test/java/org/apache/cxf/rs/security/oauth2/provider/DefaultEncryptingOAuthDataProviderTest.java