GitHub user mikewallace1979 opened a pull request:
https://github.com/apache/couchdb-couch-mrview/pull/11
Export get_view_callback/3 for use by chttpd
In order to provide the expected security for the _users DB on
the clustered interface, chttpd needs to use get_view_callback/3
so it can use either view_cb/2 (normal case) or filtered_view_cb/2
(for the _users DB).
COUCHDB-2452
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/couchdb-couch-mrview
2452-users-db-security-on-clustered-interface
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-couch-mrview/pull/11.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #11
----
commit 53302fbe52b2a8375297edc003f5fc7cd261b9ed
Author: Mike Wallace <[email protected]>
Date: 2014-11-10T23:44:47Z
Export get_view_callback/3 for use by chttpd
In order to provide the expected security for the _users DB on
the clustered interface, chttpd needs to use get_view_callback/3
so it can use either view_cb/2 (normal case) or filtered_view_cb/2
(for the _users DB).
COUCHDB-2452
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---