From dev-return-3172-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Fri Mar 06 13:18:20 2009 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 53911 invoked from network); 6 Mar 2009 13:18:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2009 13:18:20 -0000 Received: (qmail 42476 invoked by uid 500); 6 Mar 2009 13:18:19 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 42434 invoked by uid 500); 6 Mar 2009 13:18:19 -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 42423 invoked by uid 99); 6 Mar 2009 13:18:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Mar 2009 05:18:19 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Mar 2009 13:18:17 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2BE4E234C498 for ; Fri, 6 Mar 2009 05:17:56 -0800 (PST) Message-ID: <1577243487.1236345476165.JavaMail.jira@brutus> Date: Fri, 6 Mar 2009 05:17:56 -0800 (PST) From: "Jason Davies (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Updated: (COUCHDB-269) _list doesn't allow POST requests In-Reply-To: <41905326.1235649542347.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Davies updated COUCHDB-269: --------------------------------- Attachment: (was: multikey_reduce_validate.diff) > _list doesn't allow POST requests > --------------------------------- > > Key: COUCHDB-269 > URL: https://issues.apache.org/jira/browse/COUCHDB-269 > Project: CouchDB > Issue Type: Bug > Components: HTTP Interface > Reporter: Jason Davies > Priority: Blocker > Fix For: 0.9 > > Attachments: list_multikey.2.diff, list_multikey.3.diff, list_multikey.diff > > > Currently, a 405 response is returned if you issue a POST request to _list. We should allow POST requests so we can do a multi-key fetch. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.