Rod Simpson created USERGRID-436:
------------------------------------
Summary: Call to /indexes produces a 500 error if used with
connections
Key: USERGRID-436
URL: https://issues.apache.org/jira/browse/USERGRID-436
Project: Usergrid
Issue Type: Bug
Components: Stack
Reporter: Rod Simpson
Steps to reproduce:
1. Create entities in two different collections
2. Connect them
3. Do a GET on the connection with indexes
POST /reviews {"name":"myreview"}
POST /users {"username":"fred"}
POST /users/fred/wrote/reviews/myreview
GET /users/fred/wrote/reviews/indexes <== this call will give the error
{"error":"null_pointer","timestamp":1425074980254,"duration":0,"exception":"java.lang.NullPointerException"}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)