Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 75234 invoked from network); 15 Apr 2010 16:19:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Apr 2010 16:19:25 -0000 Received: (qmail 60340 invoked by uid 500); 15 Apr 2010 16:19:24 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 60305 invoked by uid 500); 15 Apr 2010 16:19:24 -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 60297 invoked by uid 99); 15 Apr 2010 16:19:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Apr 2010 16:19:24 +0000 X-ASF-Spam-Status: No, hits=1.6 required=10.0 tests=AWL,FREEMAIL_FROM,FREEMAIL_REPLY,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jchris@gmail.com designates 74.125.82.52 as permitted sender) Received: from [74.125.82.52] (HELO mail-ww0-f52.google.com) (74.125.82.52) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Apr 2010 16:19:17 +0000 Received: by wwb39 with SMTP id 39so962022wwb.11 for ; Thu, 15 Apr 2010 09:18:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=Ik+AvuBNgsovTfyRzQ0xyzdCr6z5nFCL0h/BxQRQ1x0=; b=kSKowbxfFRppp6K+ZfQWgnsAsG2+RuSgO72rRScBxdjXI+e+tVz3UI3b9u5xUlamje JBSTl5oq1VtNu4nOSm594kzi7KeffOx5h0hBMJ4UeBNRy5urjsbWdkMZbEHDnBy/OKvT xlNg1YzlqlJvz+IMaArsS4s6brKgpbLxlkvAM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=dYu38LRfV2ikL+k5wf0qB3biclRYiJX4+YyXQQy6RxIR4LM7ipwceZoeBkyzaB3Whm mh/GzYzu68LsPnFjBwaHF3QzfqCl/nTxOZ7RnKQ8hy9tDLOPTmgwi7TfGu45dsEoahaz UGAj9Zon9ThMwe1d7CpgruSI5/KC9T+BuQftM= Received: by 10.216.90.21 with SMTP id d21mr258714wef.159.1271348336284; Thu, 15 Apr 2010 09:18:56 -0700 (PDT) Received: from [192.168.1.101] (c-98-248-172-14.hsd1.ca.comcast.net [98.248.172.14]) by mx.google.com with ESMTPS id r29sm12910709wbv.15.2010.04.15.09.18.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 15 Apr 2010 09:18:55 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1077) Subject: Re: updated docs for .11/rewrite From: J Chris Anderson In-Reply-To: Date: Thu, 15 Apr 2010 09:18:51 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1077) On Apr 15, 2010, at 9:00 AM, Jim Woodgate wrote: > Is there updated documentation for 0.11? I'm primarily interested in > the security and possibly url rewrite updates. On previous versions I > manually added hooks to get silverlight to talk to couch (namely > http://localhost:5984/clientaccesspolicy.xml has to return the > clientaccesspolicy.xml file) it sounds like I may be able to upload > this file as an attachment and use the URL rewriter to make this work. > I'm also wondering how security will play into this, can I have a > database that is world readable so everyone can access this > attachment? >=20 This is a basic overview: = http://blog.couch.io/post/443028592/whats-new-in-apache-couchdb-0-11-part-= one-nice-urls > Thanks! >=20 > --=20 > Jim Woodgate > jdwoody@gmail.com