You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/09/22 09:37:00 UTC

[jira] [Commented] (KNOX-1058) Fix JWTToken.parseToken

    [ https://issues.apache.org/jira/browse/KNOX-1058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16176183#comment-16176183 ] 

ASF subversion and git services commented on KNOX-1058:
-------------------------------------------------------

Commit 935f81fb0f446a18eb09d5c710f679e4012a7cc1 in knox's branch refs/heads/master from [~coheigea]
[ https://git-wip-us.apache.org/repos/asf?p=knox.git;h=935f81f ]

KNOX-1058 - Fix JWTToken.parseToken


> Fix JWTToken.parseToken
> -----------------------
>
>                 Key: KNOX-1058
>                 URL: https://issues.apache.org/jira/browse/KNOX-1058
>             Project: Apache Knox
>          Issue Type: Bug
>            Reporter: Colm O hEigeartaigh
>            Assignee: Colm O hEigeartaigh
>            Priority: Minor
>             Fix For: 0.14.0
>
>
> JWTToken.parseToken is not working correctly. It BASE-64 decodes the three parts of the signed token, which are subsequently passed to Base64URL Objects. However Base64URL expects BASE-64 encoded Strings, and so the call to SignedJWT fails.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)