GitHub user eiri opened a pull request: https://github.com/apache/couchdb-couch/pull/221
Improve errors on invalid "count" parameter in /_uuids Added validation on "count" parameter to be positive and changed return code for "count" exceeding maximum from "Forbidden" to "Bad Request" COUCHDB-3273 You can merge this pull request into a Git repository by running: $ git pull https://github.com/cloudant/couchdb-couch validate-count-in-uuids Alternatively you can review and apply these changes as the patch at: https://github.com/apache/couchdb-couch/pull/221.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 #221 ---- commit 01552406e8674d282ca3c9d58199477abb16ea78 Author: Eric Avdey <e...@eiri.ca> Date: 2017-01-18T13:44:15Z Validate that count in /_uuids is positive commit 168caf5b79dfd6f67771dfd0f9c09f9ad8aeb760 Author: Eric Avdey <e...@eiri.ca> Date: 2017-01-18T13:55:19Z Return "Bad Request" when count in /_uuids exceeds max ---- --- 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. ---