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 867804a2f73 Encode LDAP query parameter names as well (#3288)
new e618b2ae89a Switch AbstractJwtHandler to require that the subject =
the client Id by default (#3291)
new d0734d54d86 Set setReuseAddress on the test socket to try to reduce
port conflicts (#3290)
new fca6d1976d7 Jakarta -> javax
The 3 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/grants/jwt/AbstractJwtHandler.java | 7 ++
.../grants/jwt/JwtBearerGrantHandlerTest.java | 134 +++++++++++++++++++++
.../org/apache/cxf/testutil/common/TestUtil.java | 2 +
3 files changed, 143 insertions(+)
create mode 100644
rt/rs/security/oauth-parent/oauth2/src/test/java/org/apache/cxf/rs/security/oauth2/grants/jwt/JwtBearerGrantHandlerTest.java