You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Robert Newson (JIRA)" <ji...@apache.org> on 2015/10/08 14:11:26 UTC

[jira] [Created] (COUCHDB-2845) Malformed open_revs parm results in a 500

Robert Newson created COUCHDB-2845:
--------------------------------------

             Summary: 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)