GitHub user willholley opened a pull request:
https://github.com/apache/couchdb-chttpd/pull/20
Set view type before validating _all_docs parameters
Matching couch_mrview, set view_type to "map" before validating query
parameters for _all_docs. This fixes a bug whereby validation fails
when specifying _all_docs?conflicts=true. I missed this in the previous fix
for COUCHDB-2523.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/willholley/couchdb-chttpd
2523-all-docs-validation-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-chttpd/pull/20.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 #20
----
commit a45b83160ba184573c7e21e175652395292db9da
Author: Will Holley <[email protected]>
Date: 2015-01-29T17:59:39Z
Set view type before validating _all_docs parameters.
Matching couch_mrview, set view_type to "map" before validating query
parameters for _all_docs. This fixes a bug whereby validation fails
when specifying _all_docs?conflicts=true.
COUCHDB-2523
----
---
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.
---