[
https://issues.apache.org/jira/browse/USERGRID-613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14573337#comment-14573337
]
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_r31750303
--- Diff:
stack/rest/src/main/java/org/apache/usergrid/rest/IndexResource.java ---
@@ -250,7 +252,8 @@ private ReIndexService getReIndexService() {
private ReIndexRequestBuilder createRequest() {
- return createRequest();
+ //TODO: wire this up through spring, and in the future guice.
+ return new ReIndexRequestBuilderImpl();
--- End diff --
This was an endless loop, and should be returning the builder this is
making a call through to core skipping services. Maybe this needs a ticket
associated with it?
> 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)