Abhishek created RANGER-3883:
--------------------------------
Summary: emailchange and passwordchange User REST API's work even
when invalid user id is used in the url
Key: RANGER-3883
URL: https://issues.apache.org/jira/browse/RANGER-3883
Project: Ranger
Issue Type: Bug
Components: Ranger
Reporter: Abhishek
When a POST request is made to the following APIs return 200 status code even
when the userId is invalid .
# {RANGER_ADMIN_URL}/service/users/\{USER_ID}/passwordchange
# \{RANGER_ADMIN_URL}/service/users/\{USER_ID}/emailchange
Ideally, the API's must return 404 not found when using an invalid userid in
the url,
but in the case of the aforementioned APIs, POST request results in status code
200.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)