[ https://issues.apache.org/jira/browse/USERGRID-613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14573339#comment-14573339 ]
ASF GitHub Bot commented on USERGRID-613: ----------------------------------------- Github user GERey commented on a diff in the pull request: https://github.com/apache/incubator-usergrid/pull/264#discussion_r31750416 --- Diff: stack/rest/src/test/java/org/apache/usergrid/rest/test/resource2point0/endpoints/NamedResource.java --- @@ -248,6 +250,29 @@ public ApiResponse post(boolean useToken, Map map, QueryParameters queryParamet } + //Used for empty posts + public <T> T post( boolean useToken, Class<T> type, Map entity, final QueryParameters queryParameters, boolean useBasicAuthentication ) { --- End diff -- Overloaded the existing method to save effort on refactoring it all. Should go away when we tear the tokens out of the post calls as authorization will be handled seperately. > Reindex endpoint is case-sensitive > ---------------------------------- > > Key: USERGRID-613 > URL: https://issues.apache.org/jira/browse/USERGRID-613 > Project: Usergrid > Issue Type: Bug > Reporter: Jeffrey > Assignee: George Reyes > > the reindex endpoint: > http://localhost:8080/system/index/rebuild/a34ad389-b626-11e4-848f-06b49118d7d0/Storelatlons > does not work due to case sensitivity. -- This message was sent by Atlassian JIRA (v6.3.4#6332)