GitHub user r-kamath opened a pull request:
https://github.com/apache/zeppelin/pull/2931
ZEPPELIN-3405 Zeppelin fails to display the User home page if user belongs
to roles with space in its name
- escape roles value in login and ticket json response
- fix method name typo
### What is this PR for?
Fix string escape issue in roles. More details in JIRA description.
### What type of PR is it?
Bug Fix
### Todos
* [ ] - Task
### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-3405
### How should this be tested?
see JIRA description
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/r-kamath/zeppelin ZEPPELIN-3405
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2931.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2931
----
commit 87f8243cbe8b90c41bb9256fdabdb9b9000e8566
Author: Renjith Kamath <rkamath@...>
Date: 2018-04-18T10:31:30Z
ZEPPELIN-3405 Zeppelin fails to display the User home page if user belongs
to roles with space in its name.
- escape roles value in login and ticket json response
- fix method name typo
Change-Id: I5b07d8380d016545689a5c1ba4bf6a624e07b678
----
---