Brandon Shelley created USERGRID-790: ----------------------------------------
Summary: Can't delete entities in collection using singularized noun (affects 1.0, untested on 2.X) Key: USERGRID-790 URL: https://issues.apache.org/jira/browse/USERGRID-790 Project: Usergrid Issue Type: Bug Affects Versions: 1.0 Reporter: Brandon Shelley 1. Create a collection, e.g. "food" 2. The collection will be automatically pluralized to "foods" 3. Create an entity in the "foods" collection 4. Attempt to delete "/food/{uuid}" and the following error is thrown: {code} { "error": "service_resource_not_found", "timestamp": ..., "duration": 0, "exception": "org.apache.usergrid.services.exceptions.ServiceResourceNotFoundException", "error_description": "Service resource not found" } {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)