You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Alexander Shorin (JIRA)" <ji...@apache.org> on 2013/06/22 02:13:19 UTC

[jira] [Created] (COUCHDB-1839) Allow changes feed emit changes for user docs with public fields

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