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 ed8952fc6dc Wire through the TLS server parameter for Netty (#3420)
new d65a869a455 Enforce a default TTL in AbstractJwtAuthenticationFilter
so that tokens that don't have exp will be checked for expiration by default
(#3421)
new 8449b2b3158 Add default expiry for JwtAuthenticationClientFilter
(#3422)
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:
.../jaxrs/AbstractJwtAuthenticationFilter.java | 5 +++
.../jose/jaxrs/JwtAuthenticationClientFilter.java | 17 +++++++++-
.../apache/cxf/rs/security/jose/jwt/JwtUtils.java | 4 +--
.../cxf/rs/security/jose/jwt/JwtUtilsTest.java | 36 ++++++++++++++++++++++
4 files changed, 59 insertions(+), 3 deletions(-)