[
https://issues.apache.org/jira/browse/KNOX-2810?focusedWorklogId=813355&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-813355
]
ASF GitHub Bot logged work on KNOX-2810:
----------------------------------------
Author: ASF GitHub Bot
Created on: 29/Sep/22 14:34
Start Date: 29/Sep/22 14:34
Worklog Time Spent: 10m
Work Description: zeroflag merged PR #640:
URL: https://github.com/apache/knox/pull/640
Issue Time Tracking
-------------------
Worklog Id: (was: 813355)
Time Spent: 0.5h (was: 20m)
> 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)