Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 52526 invoked from network); 22 Dec 2009 22:57:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Dec 2009 22:57:57 -0000 Received: (qmail 4021 invoked by uid 500); 22 Dec 2009 22:57:56 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 3940 invoked by uid 500); 22 Dec 2009 22:57:56 -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 3833 invoked by uid 99); 22 Dec 2009 22:57:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Dec 2009 22:57:56 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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; Tue, 22 Dec 2009 22:57:49 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7F81D234C04C for ; Tue, 22 Dec 2009 14:57:29 -0800 (PST) Message-ID: <1382720233.1261522649517.JavaMail.jira@brutus> Date: Tue, 22 Dec 2009 22:57:29 +0000 (UTC) From: "Gordon Stratton (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Commented: (COUCHDB-600) _list does not accept POST when view is in separate design doc In-Reply-To: <2074647903.1260895218329.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793830#action_12793830 ] Gordon Stratton commented on COUCHDB-600: ----------------------------------------- I figured I'd follow up on this since the branch merge happened. I'm still running a similar patch locally on trunk because I think the functionality for POST with keys for _list views where the view function is in a separate design document is still missing. > _list does not accept POST when view is in separate design doc > -------------------------------------------------------------- > > Key: COUCHDB-600 > URL: https://issues.apache.org/jira/browse/COUCHDB-600 > Project: CouchDB > Issue Type: Bug > Components: HTTP Interface > Affects Versions: 0.11 > Reporter: Gordon Stratton > Priority: Minor > Attachments: multikey_post_view_list_different_ddocs.patch > > > When POSTing to a _list view where the view function is in a separate design doc, a 405 is returned despite claiming to accept POST requests. The attached patch and test seems to work for me. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.