You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Attila Magyar (Jira)" <ji...@apache.org> on 2022/09/28 08:57:00 UTC

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

Attila Magyar created KNOX-2810:
-----------------------------------

             Summary: 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


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)