From dev-return-6503-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Wed Sep 16 13:16:05 2009 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 39546 invoked from network); 16 Sep 2009 13:16:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Sep 2009 13:16:05 -0000 Received: (qmail 56377 invoked by uid 500); 16 Sep 2009 13:16:04 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 56295 invoked by uid 500); 16 Sep 2009 13:16:04 -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 56285 invoked by uid 99); 16 Sep 2009 13:16:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Sep 2009 13:16:04 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of curt.arnld@gmail.com designates 209.85.210.193 as permitted sender) Received: from [209.85.210.193] (HELO mail-yx0-f193.google.com) (209.85.210.193) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Sep 2009 13:15:53 +0000 Received: by yxe31 with SMTP id 31so6479003yxe.29 for ; Wed, 16 Sep 2009 06:15:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=TFUUAN5aQhL01N+trITh6bCnjjC7elFkeP31Pw5wzZQ=; b=CfUndio2+wlEnD5i3gmGyvoMcHVkKIv/eMoZPnWOsM4Gfq0XHNfnFhy/NQfKn+zIAu I67aGMpoIohq0lg2TTjDPbRn0CGMUg7kTUVTl9HAMVGZlTydtZEANrkk8Ek6W04kt9mV O78iv3AILA0GtXpoDe/c76iCbMKQY2TPpcPjg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=rqUQBF7uTlKT3fpA9LnrtKFK6cH3wJk3SPw7cSqUgfvbdCAeSxEextAA66TdKmF1Wr 3PHpDRowRHw6jXLZqMBxIaVcNkOlPVkvMcIAojJpl1nK46UrJDwJ7CEZPj7cc4lR3xRP l5lRlgQjveF3pf+flC8sKxGH4B2VSKCImbGbI= Received: by 10.101.75.20 with SMTP id c20mr8939177anl.42.1253106932163; Wed, 16 Sep 2009 06:15:32 -0700 (PDT) Received: from ?192.168.10.102? (70-139-215-122.lightspeed.cyprtx.sbcglobal.net [70.139.215.122]) by mx.google.com with ESMTPS id 4sm1718166agc.56.2009.09.16.06.15.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 16 Sep 2009 06:15:31 -0700 (PDT) Sender: Curt Arnold Message-Id: From: Curt Arnold To: dev@couchdb.apache.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: Call for objections releasing 0.10 Date: Wed, 16 Sep 2009 08:15:30 -0500 X-Mailer: Apple Mail (2.936) X-Virus-Checked: Checked by ClamAV on apache.org > Wrote Jason Davies > > Interesting, why did it affect OAuth? OAuth shouldn't care about > what's in the request body as it only operates on the request > headers. Thanks, -- Jason Davies Sorry, just the related tests fail (and apparently for good cause). Adam Kocoloski commented on COUCHDB-345: ---------------------------------------- oh, and the other funny thing is that with this patch applied, the oauth and cookie_auth tests break, because they try to upload a secret that is invalid UTF-8 :-P.