Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 11710 invoked from network); 28 Feb 2009 11:36:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Feb 2009 11:36:44 -0000 Received: (qmail 36570 invoked by uid 500); 28 Feb 2009 11:36:37 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 36475 invoked by uid 500); 28 Feb 2009 11:36:36 -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 36442 invoked by uid 99); 28 Feb 2009 11:36:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Feb 2009 03:36:35 -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; Sat, 28 Feb 2009 11:36:33 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B874F234C48C for ; Sat, 28 Feb 2009 03:36:12 -0800 (PST) Message-ID: <510964029.1235820972740.JavaMail.jira@brutus> Date: Sat, 28 Feb 2009 03:36:12 -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: list_multikey.2.diff Updated patch for latest trunk (r748754) after jchris's ETag update. > _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 > Attachments: list_multikey.2.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.