Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 68250 invoked from network); 9 Aug 2008 00:40:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Aug 2008 00:40:52 -0000 Received: (qmail 2049 invoked by uid 500); 9 Aug 2008 00:40:51 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 2015 invoked by uid 500); 9 Aug 2008 00:40:51 -0000 Mailing-List: contact couchdb-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-dev@incubator.apache.org Received: (qmail 2004 invoked by uid 99); 9 Aug 2008 00:40:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Aug 2008 17:40:51 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.68.5.9] (HELO relay00.pair.com) (209.68.5.9) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 09 Aug 2008 00:39:53 +0000 Received: (qmail 8237 invoked from network); 8 Aug 2008 22:53:36 -0000 Received: from unknown (HELO ?192.168.1.199?) (unknown) by unknown with SMTP; 8 Aug 2008 22:53:36 -0000 X-pair-Authenticated: 96.33.90.152 Message-Id: <652FC5E4-ADAE-4A8F-8A91-B7F2509300E8@apache.org> From: Damien Katz To: couchdb-dev@incubator.apache.org In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v926) Subject: Re: svn commit: r684092 - in /incubator/couchdb/trunk: share/www/script/couch.js share/www/script/couch_tests.js src/couchdb/couch_httpd.erl Date: Fri, 8 Aug 2008 18:53:37 -0400 References: <20080808210630.A5E13238889D@eris.apache.org> <20080808221110.GD17344@ginosko.ndrix.org> X-Mailer: Apple Mail (2.926) X-Virus-Checked: Checked by ClamAV on apache.org What Chris said :) On Aug 8, 2008, at 6:26 PM, Chris Anderson wrote: > On Fri, Aug 8, 2008 at 3:11 PM, Michael Hendricks > wrote: >> why did you change the >> _uuids API from a GET request to a POST? >> > > POST makes sense because under no circumstances do you want a UUID > reused or cached. > > -- > Chris Anderson > http://jchris.mfdz.com