[GitHub] geode pull request #493: GEODE-2815 Incorrect Error Message in REST API docs...

2017-05-08 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/geode/pull/493


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] geode pull request #493: GEODE-2815 Incorrect Error Message in REST API docs...

2017-05-05 Thread davebarnes97
GitHub user davebarnes97 opened a pull request:

https://github.com/apache/geode/pull/493

GEODE-2815 Incorrect Error Message in REST API docs for {region}/{key…

…} HTTP.GET command

404 does mean 'not found', and in the REST API context it can mean 'Region 
not found', 'Key not found' or 'Either key or region not found', depending on 
what was being requested.
Edited the various REST API command docs accordingly.



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/davebarnes97/geode feature/GEODE-2815

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/geode/pull/493.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #493


commit d2b99aeb5e28307c95963c8ee4a2ce5bf979f7a9
Author: Dave Barnes 
Date:   2017-05-05T21:37:07Z

GEODE-2815 Incorrect Error Message in REST API docs for {region}/{key} 
HTTP.GET command




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---