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 2022/09/29 14:35:00 UTC

[jira] [Commented] (KNOX-2810) Login on Knox UI doesn't work when the password contains special characters

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

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

Commit d8d46d9737c9038b071a2b39809c18fc92e20f19 in knox's branch refs/heads/master from Attila Magyar
[ https://gitbox.apache.org/repos/asf?p=knox.git;h=d8d46d973 ]

KNOX-2810 - Login on Knox UI doesn't work when the password contains special character (#640)



> Login on Knox UI doesn't work when the password contains special characters
> ---------------------------------------------------------------------------
>
>                 Key: KNOX-2810
>                 URL: https://issues.apache.org/jira/browse/KNOX-2810
>             Project: Apache Knox
>          Issue Type: Improvement
>            Reporter: Attila Magyar
>            Assignee: Attila Magyar
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> E.g.: when there is a "ë" in the password the base64 encoder silently ignores the character.
> {code}
> btoa('abcë')
> 'YWJj6w=='
> {code}
> The decoded version of 'YWJj6w==' is 'abc' without the 'ë'



--
This message was sent by Atlassian Jira
(v8.20.10#820010)