Glynn Bird created COUCHDB-2538:
-----------------------------------
Summary: GET /db/doc?open_revs={} produces unsual response in
CouchDB 2.0
Key: COUCHDB-2538
URL: https://issues.apache.org/jira/browse/COUCHDB-2538
Project: CouchDB
Issue Type: Bug
Security Level: public (Regular issues)
Components: Database Core
Reporter: Glynn Bird
In CouchDB 1.6, if you call
/db/doc?open_revs={}, (i.e. an invalid open_revs parameter) the following
response arrives:
{Code}
{
error: "unknown_error",
reason: "function_clause"
}
{Code}
but in CouchDB 2.0, we get the following response:
{Code}
{
error: "function_clause",
reason: null,
ref: 2708187554
}
{Code}
* the error message is different
* the 'reason' field as switched to the 'error' field
This was spotted by going through the breaking PouchDB automated tests.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)