Keval Bhatt created ATLAS-851:
---------------------------------
Summary: Issue in GET'ing an individual term that contains a space
in it.
Key: ATLAS-851
URL: https://issues.apache.org/jira/browse/ATLAS-851
Project: Atlas
Issue Type: Bug
Reporter: Keval Bhatt
Assignee: John Speidel
Found issue while GET'ing an individual term that contains a space in it.
However this error is not seen if that TERM comes as a part of the listing of
all terms belonging to that Taxonomy.
*The Request for individual team:*
GET /api/atlas/v1/taxonomies/Default/terms/Default%20child%201 HTTP/1.1
Host: 172.22.79.243:21000
Connection: keep-alive
Pragma: no-cache
Cache-Control: no-cache
Accept: application/json, text/javascript, */*; q=0.01
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/49.0.2623.75 Safari/537.36
Referer: http://172.22.79.243:21000/index.html
Accept-Encoding: gzip, deflate, sdch
Accept-Language: en-US,en;q=0.8
Cookie: JSESSIONID=rezytun40zbuil8uh8gdyi9p
*The Response:*
{"status":"404","message":"Term 'Default.Default child 1' not found."}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)