[
https://issues.apache.org/jira/browse/COUCHDB-3070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15390042#comment-15390042
]
ASF subversion and git services commented on COUCHDB-3070:
----------------------------------------------------------
Commit 6a2ffe5a61d5a7d8f83211d8728ebc1405da315a in couchdb's branch
refs/heads/master from [~kzx]
[ https://git-wip-us.apache.org/repos/asf?p=couchdb.git;h=6a2ffe5 ]
Bump chttpd to fix multi-query type overrides
Jira: COUCHDB-3070
> Incorrect view argument valudation for multi-query (POST) view
> --------------------------------------------------------------
>
> Key: COUCHDB-3070
> URL: https://issues.apache.org/jira/browse/COUCHDB-3070
> Project: CouchDB
> Issue Type: Bug
> Components: Database Core
> Reporter: Nick Vatamaniuc
>
> This query
> {code}
> {
> "queries": [{
> "include_docs": true,
> "reduce": false
> }]
> }
> {code}
> fails for instance with:
> {code}
> curl -XPOST 'http://adm:pass@localhost:15984/d/_design/d1/_view/v1' -H
> "Content-Type: application/json" -d @q2.json
> {"error":"query_parse_error","reason":"`include_docs` is invalid for reduce"}
> {code}
> But it shouldn't since user explicitly passed reduce as false.
> This should be a 2.0 issue as it prevents queries from working correctly
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)