Github user GERey commented on a diff in the pull request:
https://github.com/apache/incubator-usergrid/pull/114#discussion_r21174901
--- Diff:
stack/rest/src/main/java/org/apache/usergrid/rest/ApiResponse.java ---
@@ -227,7 +227,7 @@ public void setPath( String path ) {
uri = null;
}
this.path = path;
- uri = createPath( path );
+ //uri = createPath( path );
--- End diff --
Trying to set the error, but sometimes the path is null or doesn't exist in
the specific rest call. Its better to just wait for jackson to find the setPath
or getPath.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---