[
https://issues.apache.org/jira/browse/GEODE-2819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16061638#comment-16061638
]
ASF GitHub Bot commented on GEODE-2819:
---------------------------------------
GitHub user karensmolermiller opened a pull request:
https://github.com/apache/geode/pull/599
GEODE-2819 Document http status code 414 for PUT
- Include that 2000-byte size limits should work for
most components.
@jinmeiliao @kirklund @joeymcallister @davebarnes97 and all Geode devs
who know the REST API, please review. I'd particularly like feedback on how
you would word the recommendation of a 2000-byte max size.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/karensmolermiller/geode feature/GEODE-2819
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/geode/pull/599.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 #599
----
commit d195f29dac8f39f14db50294b80da65f955a3398
Author: Karen Miller <[email protected]>
Date: 2017-06-23T23:25:32Z
GEODE-2819 Document http status code 414 for PUT
- Include that 2000-byte size limits should work for
most components.
----
> HTTP status code 414 is not documented
> --------------------------------------
>
> Key: GEODE-2819
> URL: https://issues.apache.org/jira/browse/GEODE-2819
> Project: Geode
> Issue Type: Bug
> Components: docs, rest (dev)
> Reporter: Michael Dodge
> Assignee: Karen Smoler Miller
>
> Whilst consuming the REST API to do a "put all", we built a URI that is too
> long and thus got a 414 HTTP status code. The documentation that we are using
> (https://geode.apache.org/docs/guide/11/rest_apps/put_multiple_values_for_keys.html)
> does not specify what constitutes "too long" and does not include 414 in the
> Error Codes table at the bottom of the page. The former would be nice; the
> latter seems necessary.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)