[
https://issues.apache.org/jira/browse/COUCHDB-2845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14948563#comment-14948563
]
ASF GitHub Bot commented on COUCHDB-2845:
-----------------------------------------
GitHub user rnewson opened a pull request:
https://github.com/apache/couchdb-chttpd/pull/80
Call parse_revs
COUCHDB-2845
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cloudant/couchdb-chttpd 2845-open-revs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-chttpd/pull/80.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 #80
----
commit 76831000a6ea31313ea634d6b4ac2142e5f4a8e5
Author: Robert Newson <[email protected]>
Date: 2015-10-08T12:14:02Z
Call parse_revs
COUCHDB-2845
----
> Malformed open_revs parm results in a 500
> -----------------------------------------
>
> Key: COUCHDB-2845
> URL: https://issues.apache.org/jira/browse/COUCHDB-2845
> Project: CouchDB
> Issue Type: Bug
> Security Level: public(Regular issues)
> Reporter: Robert Newson
>
> The open_revs parameter supports only a list of revs, or the string "all".
> If you pass it anything other than that (such as true) the system responds
> with a 500.
> curl https://localhost/db1/doc1?open_revs=true
> {"error":"unknown_error","reason":"function_clause","ref":1210790983}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)