Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 35851 invoked from network); 5 Nov 2010 21:36:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Nov 2010 21:36:36 -0000 Received: (qmail 96289 invoked by uid 500); 5 Nov 2010 21:37:06 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 96231 invoked by uid 500); 5 Nov 2010 21:37:06 -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 96223 invoked by uid 99); 5 Nov 2010 21:37:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Nov 2010 21:37:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Nov 2010 21:37:05 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA5Laji9012984 for ; Fri, 5 Nov 2010 21:36:45 GMT Message-ID: <4342516.44931288993004996.JavaMail.jira@thor> Date: Fri, 5 Nov 2010 17:36:44 -0400 (EDT) From: "Chris Anderson (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Commented: (COUCHDB-912) Anonymous Access to Design Docs on private DB's In-Reply-To: <20098197.32421286489432361.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928833#action_12928833 ] Chris Anderson commented on COUCHDB-912: ---------------------------------------- reviewing the patch. looks good except that config should not be read in an http responder. instead it should be read in the gen-server init and added to the httpd record or something so it's available in the responder. This is a little bit more performant, here's an example of where config is loaded. https://github.com/apache/couchdb/blob/trunk/src/couchdb/couch_httpd.erl#L76 > Anonymous Access to Design Docs on private DB's > ----------------------------------------------- > > Key: COUCHDB-912 > URL: https://issues.apache.org/jira/browse/COUCHDB-912 > Project: CouchDB > Issue Type: New Feature > Components: HTTP Interface > Reporter: Dale Harvey > Attachments: anon.patch > > > Right now people need to go through futon in order to login to couchapps running on private databases, this is a pretty big limitation on the type of couchapps that can be built > Propose adding the ability for users to flag the design docs as readable for anonymous users, could be implemented though an attribute on the design doc? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.