lostnet commented on issue #959: correct initial fetch() of _security to use 
credentials (#929)
URL: https://github.com/apache/couchdb-fauxton/pull/959#issuecomment-323003430
 
 
   This just fixes the issue of not sending credentials.
   
   How to handle fetch failures is complicated by couchdb being insecure by 
default. It would be simple enough to add error/catch handling similar to 
[updatePermission](https://github.com/apache/couchdb-fauxton/blob/14b0901df88a909513d8441fcc499023da3524a8/app/addons/permissions/actions.js?utf8=%E2%9C%93#L94)
 to show an error notification, but `receivedPermissions()` still has to be 
called with something to let the user add permissions and `{}` is not a safe 
default.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to