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)