-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54923/
-----------------------------------------------------------

Review request for ranger, Don Bosco Durai, Ramesh Mani, and Selvamohan 
Neethiraj.


Bugs: RANGER-1274
    https://issues.apache.org/jira/browse/RANGER-1274


Repository: ranger


Description
-------

Do some improvement for the error message in org.apache.ranger.biz.UserMgr.java 
file: add space between the sentences.
Miss space between
create403RESTException("serverMsg.userMgrWrongUser"+ userId);
restErrorUtil.create403RESTException("Operation not allowed." + " 
loggedInUser=" + (sess != null ? sess.getXXPortalUser().getId() : "Not Logged 
In"));


Diffs
-----

  security-admin/src/main/java/org/apache/ranger/biz/UserMgr.java 9885090 

Diff: https://reviews.apache.org/r/54923/diff/


Testing
-------


Thanks,

Qiang Zhang

Reply via email to