-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65064/
-----------------------------------------------------------
(Updated Jan. 10, 2018, 5:52 p.m.)
Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, and Sarath
Subramanian.
Changes
-------
Removed the ErrorCode changes
Summary (updated)
-----------------
ATLAS-2326: Error handling fix in EntityResource
Bugs: ATLAS-2326
https://issues.apache.org/jira/browse/ATLAS-2326
Repository: atlas
Description (updated)
-------
Entity resource for GET was translating the AtlasBaseException incorrectly.
Diffs (updated)
-----
webapp/src/main/java/org/apache/atlas/web/resources/EntityResource.java
8fd4d5ad6
Diff: https://reviews.apache.org/r/65064/diff/2/
Changes: https://reviews.apache.org/r/65064/diff/1-2/
Testing
-------
GET localhost:21000/api/atlas/entities/abcd-123124 gives 404 instead of 500
Thanks,
Apoorv Naik