Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 72085CA4F for ; Fri, 9 Jan 2015 14:46:33 +0000 (UTC) Received: (qmail 47553 invoked by uid 500); 9 Jan 2015 14:46:34 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 47490 invoked by uid 500); 9 Jan 2015 14:46:34 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 47479 invoked by uid 99); 9 Jan 2015 14:46:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jan 2015 14:46:34 +0000 Date: Fri, 9 Jan 2015 14:46:34 +0000 (UTC) From: "Glynn Bird (JIRA)" To: dev@couchdb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (COUCHDB-2538) GET /db/doc?open_revs={} produces unsual response in CouchDB 2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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)