abhiishek26 opened a new pull request, #942:
URL: https://github.com/apache/ranger/pull/942
…ynchronization in put /definitions/{id}
## What changes were proposed in this pull request?
The PUT api http://localhost:6080/service/plugins/definitions/{id} is
not throwing error when different id is passed from url and json payload , the
issue is because in of a && condition updateServiceDef in ServiceREST which
should have been OR ,I have changed it . On changing the And condition to or
it is proprly throwing error as expected .
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]