-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55920/
-----------------------------------------------------------
Review request for ranger, Don Bosco Durai, Gautam Borad, Madhan Neethiraj,
Pradeep Agrawal, and Velmurugan Periasamy.
Bugs: RANGER-1330
https://issues.apache.org/jira/browse/RANGER-1330
Repository: ranger
Description
-------
Handle export to CSV for user names in non-US format. If user has such users in
policies, it should not break the format of csv.
Diffs
-----
security-admin/src/main/java/org/apache/ranger/biz/ServiceDBStore.java
9d075b7
security-admin/src/main/java/org/apache/ranger/rest/ServiceREST.java b6018fb
security-admin/src/main/webapp/scripts/modules/XAOverrides.js 9774e3f
Diff: https://reviews.apache.org/r/55920/diff/
Testing
-------
Verified :
1. exported EXCEL,CSV and JSON file with non-us characters, data are written as
expected.
2. Imported those json files which had users with non-US characters in username
and checked policy format.
Thanks,
Mehul Parikh