----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/75380/ -----------------------------------------------------------
Review request for ranger, Dineshkumar Yadav, Abhay Kulkarni, Madhan Neethiraj, Mehul Parikh, Pradeep Agrawal, Ramesh Mani, Sailaja Polavarapu, and Velmurugan Periasamy. Bugs: RANGER-5187 https://issues.apache.org/jira/browse/RANGER-5187 Repository: ranger Description ------- After modifying the json payload to update the user, the HTTP response is supposed to be error "400 Bad Request" but we are getting error 404. This fix restores a minor bug introduced in RANGER-4851. This fix is to read the user object using "id" a line before passing it to the xUserService.getTransactionLog() function. Diffs ----- security-admin/src/main/java/org/apache/ranger/biz/XUserMgr.java 7941779fe Diff: https://reviews.apache.org/r/75380/diff/1/ Testing ------- Ranger maven build successful. Ranger Setup & install successful. Performed sanity testing. Ensured that the repro scenario yields correct evaluation result. Thanks, Mahesh Bandal