I tried it, didn't fix my issue.
On Tue, Aug 24, 2010 at 9:38 AM, Adam Kocoloski <[email protected]> wrote: > Hi Nathan, did you get a chance to see if > https://issues.apache.org/jira/browse/COUCHDB-868 fixed this issue? > > Adam > > On Aug 23, 2010, at 3:57 PM, Nathan Stott wrote: > >> I've identified a bug in replication in couchdb. >> >> Here are the steps to reproduce: >> >> Create a user named "bubba" >> Create a database with a design document that has attachments. >> Make this database have "bubba" as an admin and set a reader role of "readme" >> >> Try to replicate this DB on another machine with credentials for bubba >> in the URL (http://bubba:passw...@remotemachine:port/mydb) >> >> You will receive 401s in the log in attachments. It does not matter >> whether you give bubba the "readme" role or not, the results are the >> same. Remove the attachment and the design doc will replicate fine. >> Remove the "readers" from the security object of the DB and the desing >> doc will replicate fine. >> >> This is tested and reproduced on 1.0.1 > >
