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 757D810A37 for ; Sat, 22 Jun 2013 00:13:20 +0000 (UTC) Received: (qmail 62064 invoked by uid 500); 22 Jun 2013 00:13:20 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 62038 invoked by uid 500); 22 Jun 2013 00:13:20 -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 62029 invoked by uid 99); 22 Jun 2013 00:13:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Jun 2013 00:13:19 +0000 Date: Sat, 22 Jun 2013 00:13:19 +0000 (UTC) From: "Alexander Shorin (JIRA)" To: dev@couchdb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (COUCHDB-1839) Allow changes feed emit changes for user docs with public fields MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Alexander Shorin created COUCHDB-1839: ----------------------------------------- Summary: Allow changes feed emit changes for user docs with public fields Key: COUCHDB-1839 URL: https://issues.apache.org/jira/browse/COUCHDB-1839 Project: CouchDB Issue Type: Improvement Reporter: Alexander Shorin When `public_fields` is specified, it's possible to retrieve users docs via `_all_docs` resource, but it's still not possible to listen their changes: {code} curl -v http://abc:cba@localhost:5984/_users/_changes HTTP/1.1 401 Unauthorized Server: CouchDB/1.4.0+build.8d7ab8b (Erlang OTP/R16B) Date: Sat, 22 Jun 2013 00:11:11 GMT Content-Type: text/plain; charset=utf-8 Content-Length: 70 Cache-Control: must-revalidate {"error":"unauthorized","reason":"You are not a db or server admin."} {code} -- 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