This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a change to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


    from 658ad9101ff Make sure LazyAttachmentCollection respects max attachment 
count in all cases (#3344)
     new a36e2a23a73 Check if tokens have been revoked first in 
DefaultEncryptingOAuthDataProvider (#3347)
     new 05b031246d7 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

Reply via email to