Sharmadha Sainath created ATLAS-2026:
----------------------------------------
Summary: Basic/DSL Query with invalid typeName/classification name
throws 500 Internal server error
Key: ATLAS-2026
URL: https://issues.apache.org/jira/browse/ATLAS-2026
Project: Atlas
Issue Type: Bug
Components: atlas-core
Affects Versions: 0.9-incubating, 0.8.1-incubating
Reporter: Sharmadha Sainath
Following DSL/Basic queries with invalid classification name and type name
throw 500 Internal server error
{code}
http://localhost:21000/api/atlas/v2/search/basic?typeName=unknown_type&classification=unknown_tag
http://localhost:21000/api/atlas/v2/search/dsl?typeName=unknown_type&classification=unknown_tag
{code}
It would be appropriate to throw 40X Error code instead.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)