You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2019/11/15 12:26:15 UTC

[tomee] 07/11: Merge branch 'jwt-work'

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

jgallimore pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit e313484cebd85e406b367b4b9b22ddb975192ff1
Merge: dc416c1 a083fc6
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Thu Nov 14 20:28:15 2019 +0000

    Merge branch 'jwt-work'

 .../microprofile/jwt/JsonWebTokenValidator.java    |  17 +-
 .../apache/tomee/microprofile/jwt/MPJWTFilter.java |   4 +-
 .../jwt/config/JWTAuthConfiguration.java           |  23 ++-
 .../jwt/config/JWTAuthConfigurationProperties.java |   3 +-
 .../jwt/principal/JWTCallerPrincipal.java          |   3 -
 .../tck/jwt/JWTAuthContextInfoProvider.java        |   2 +-
 .../jwt/MicroProfileJWTTCKArchiveProcessor.java    |  15 +-
 .../ExpClaimAllowMissingExpValidationTest.java     | 179 +++++++++++++++++++++
 .../tck/jwt/validation/ExpClaimValidationTest.java | 167 +++++++++++++++++++
 .../jwt/src/test/resources/Token1NoExp.json        |  62 +++++++
 .../jwt/src/test/resources/dev.xml                 |   2 +
 11 files changed, 451 insertions(+), 26 deletions(-)