Johannes Schillinger created ZEPPELIN-6177:
----------------------------------------------
Summary: Password in new UI encoded differently
Key: ZEPPELIN-6177
URL: https://issues.apache.org/jira/browse/ZEPPELIN-6177
Project: Zeppelin
Issue Type: Bug
Components: New UI
Affects Versions: 0.12.0
Reporter: Johannes Schillinger
We encountered an issue with the Login Form in the new UI.
Certain characters are not encoded and thus sent in the wrong format to the
backend. Authentication then fails for all passwords that contain those
characters.
Test with the following characters entered into the password field:
!"§$%&/()=?
viewing the transmitted data in the browser Debug Tools network tab:
old UI
!%22%C2%A7$%25%26%2F()%3D%3F
new UI
!%22%C2%A7$%25%26/()=?
The API is not affected by this bug.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)