diff options
author | Victor Shyba <victor.shyba@gmail.com> | 2016-08-17 23:00:34 -0300 |
---|---|---|
committer | Victor Shyba <victor.shyba@gmail.com> | 2016-08-17 23:05:21 -0300 |
commit | dc0bae8b6025a060297b55520674cd7238f0186b (patch) | |
tree | 7567a099e2dcb93c50fbe144d6a227ed65777fa8 /client | |
parent | 29f528927322bb8e3ca326399367c33225b492b5 (diff) |
[bug] remove misleading ensure_ddoc
ensure_ddoc doesnt make sense anymore as we dont have any ddoc other
than _security, which has its own method for setting. 'ensure_security'
is explicit and is set internally when user is creating a database,
otherwise it will be False as it's only used during creation. This isn't
exposed externally (of couch module) to avoid confusion.
This confusion was making create-user-db fail to create a security ddoc
as it wasn't passing ensure_ddocs=True.
-- Resolves: #8388
Diffstat (limited to 'client')
0 files changed, 0 insertions, 0 deletions