From user-return-11722-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Tue Jul 27 14:57:53 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 20222 invoked from network); 27 Jul 2010 14:57:52 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Jul 2010 14:57:52 -0000 Received: (qmail 62636 invoked by uid 500); 27 Jul 2010 14:57:51 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 62538 invoked by uid 500); 27 Jul 2010 14:57:50 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 62530 invoked by uid 99); 27 Jul 2010 14:57:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jul 2010 14:57:50 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of aluxob@googlemail.com designates 209.85.214.52 as permitted sender) Received: from [209.85.214.52] (HELO mail-bw0-f52.google.com) (209.85.214.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jul 2010 14:57:44 +0000 Received: by bwz14 with SMTP id 14so6667323bwz.11 for ; Tue, 27 Jul 2010 07:57:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:x-mailer :mime-version:subject:date:references; bh=7fafo5KSM4SDIrGzeJnNuKj7JCkYW9pNqkCDDQXaujI=; b=BuIwVyzWy/dInya9Q4LT9R++LGPajuE32JrOIgsT2NznK2bIrhlDLI1npmt6jNxlGi ENz+GTFG8Xdj+m+01Xvm8ij6thugiW9IHGN7dPFlkki9MMzi2QnJVeSWz6Rbk4nKCygQ zVbLjQc1tkiI7AUwaZLMyFIpKK8DKNeT40UhE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:x-mailer:mime-version:subject:date :references; b=ONazd/nUVQqYeYWNIl/OCBElIpaKBzhTmx57A106tXeUnmshjbdw8zvFQIbVCOoa0H Lh8/JqOc/N726DL1FcHFDjrq20docaI1dapawcc6M4MtoavsspYXHU4LZ3heHpWSpEJF 4/MPjZqMuA8YLukdxGzzlHcqY3gCiCqWVOcGg= Received: by 10.204.16.82 with SMTP id n18mr6283675bka.212.1280242643253; Tue, 27 Jul 2010 07:57:23 -0700 (PDT) Received: from [10.163.1.79] (tmo-109-254.customers.d1-online.com [80.187.109.254]) by mx.google.com with ESMTPS id s34sm3869800bkk.1.2010.07.27.07.57.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 27 Jul 2010 07:57:11 -0700 (PDT) Message-Id: <5002E257-92F0-40FC-B31B-438A4ABAA490@googlemail.com> From: Alux To: "user@couchdb.apache.org" In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailer: iPhone Mail (7E18) Mime-Version: 1.0 (iPhone Mail 7E18) Subject: Re: Why updates PUT only Date: Tue, 27 Jul 2010 16:56:09 +0200 References: <3C37F2A9-82AF-4D2A-B6E2-58003D601F7B@googlemail.com> Hi Cory, many thanks! It's working! Now I have to find out what (and how) to sensibly return to the browser. Btw: Is there any reason why these updates are not controlled by the _rev field? Thank you again & regards, alux Am 27.07.2010 um 14:43 schrieb Cory Zue : > They work fine with POST too, I think the documentation on the wiki is > just out of date. > > > On Tue, Jul 27, 2010 at 5:55 AM, Alux wrote: >> Hello, >> >> I just learned about update handler - really like them! >> >> But why are they only usable with the PUT verb? That means they >> cannot be >> used with HTML forms. >> >> thank you for reading, >> >> regards, alux >>