Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ABDF4109AF for ; Wed, 25 Sep 2013 15:42:10 +0000 (UTC) Received: (qmail 38106 invoked by uid 500); 25 Sep 2013 15:42:05 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 38026 invoked by uid 500); 25 Sep 2013 15:42: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 37995 invoked by uid 99); 25 Sep 2013 15:42:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Sep 2013 15:42:03 +0000 Date: Wed, 25 Sep 2013 15:42:03 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: dev@couchdb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (COUCHDB-1888) /_users/_all_docs?include_docs=true returns empty docs 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-1888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13777630#comment-13777630 ] ASF subversion and git services commented on COUCHDB-1888: ---------------------------------------------------------- Commit 79e2391a097a8e8223239ebdc3f62980a15dd13b in branch refs/heads/1888-fix-user-fields-disabled-for-admins from [~janl] [ https://git-wip-us.apache.org/repos/asf?p=couchdb.git;h=79e2391 ] admins can always read all doc fields, regardless of public_fields Closes COUCHDB-1888 > /_users/_all_docs?include_docs=true returns empty docs > ------------------------------------------------------ > > Key: COUCHDB-1888 > URL: https://issues.apache.org/jira/browse/COUCHDB-1888 > Project: CouchDB > Issue Type: Bug > Affects Versions: 1.4.0 > Reporter: Gregor Martynus > > GET http://127.0.0.1:5984/_users/_all_docs?include_docs=true > {"total_rows":1,"offset":0,"rows":[ > {"id":"_design/_auth","key":"_design/_auth","value":{"rev":"1-619db7ba8551c0de3f3a178775509611"},"doc":{}} > ]} > On other databasese, "doc" gets returned properly -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira