Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D233660F1 for ; Tue, 7 Jun 2011 12:26:00 +0000 (UTC) Received: (qmail 52466 invoked by uid 500); 7 Jun 2011 12:25:59 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 52432 invoked by uid 500); 7 Jun 2011 12:25:59 -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 52424 invoked by uid 99); 7 Jun 2011 12:25:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jun 2011 12:25:59 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of pixelsallover@gmail.com designates 74.125.82.54 as permitted sender) Received: from [74.125.82.54] (HELO mail-ww0-f54.google.com) (74.125.82.54) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jun 2011 12:25:51 +0000 Received: by wwd20 with SMTP id 20so4356509wwd.23 for ; Tue, 07 Jun 2011 05:25:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=J1EHnx/jtAbFi7Lo63+0GkhtNxzZo299QWIEMBoVTqU=; b=FH4XpsrGRN0iDq63lp9AXMd7d5BPCCJfM5nSlgMDIyr1G5NhUq59IdnatOk7y+2SOx uuUyhbxygCUwz5G6bMRNJxMJjwhh3wN16GUEs+ltEpneV9VyJrrwiDJmeP6pNsfa78ZZ stA6V3eAiRWyxSi2n4vYT43Es6SYj33D5pm/Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=P1i0wIO0kYx8t641v3gK0ATfFmnJaexodNFFMSIzxWrAR1gP61nZjq2rj9YxVMWo+J JJs08cCoetr3jcfy91Mxwuu5rbEKu8MW7s/1YAhJENDfi1F8MfM39pvP4T7uxRi3CZdu qviZmQNQrXap9+NOu4kveAxOaOLjoEtntLN+U= Received: by 10.216.140.147 with SMTP id e19mr6094313wej.49.1307449531344; Tue, 07 Jun 2011 05:25:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.180.129 with HTTP; Tue, 7 Jun 2011 05:25:11 -0700 (PDT) From: Anup Bishnoi Date: Tue, 7 Jun 2011 17:55:11 +0530 Message-ID: Subject: "Unexpected Property" forbidden error To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=0016e6dd8d67e0a80e04a51e50b0 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6dd8d67e0a80e04a51e50b0 Content-Type: text/plain; charset=ISO-8859-1 I have a very simple update handler which used to work a few days back and now when i tried it today, it throws a {"error": "forbidden", "reason": "docs: Unexpected property"} error What's going on? Happens even from futon --0016e6dd8d67e0a80e04a51e50b0--