You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Jason Smith (JIRA)" <ji...@apache.org> on 2010/08/23 18:00:23 UTC

[jira] Updated: (COUCHDB-868) Authenticated replication fails for docs with long revision histories

     [ https://issues.apache.org/jira/browse/COUCHDB-868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Smith updated COUCHDB-868:
--------------------------------

    Attachment: 0001-Correctly-redirect-during-authenticated-replication.patch

The simplest patch (in terms of code change) is to export couch_rep_httpc's smarter function, `redirect_url` and use it in the replicator code. Attached.

> Authenticated replication fails for docs with long revision histories
> ---------------------------------------------------------------------
>
>                 Key: COUCHDB-868
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-868
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Replication
>    Affects Versions: 1.0, 1.0.1
>         Environment: Linux, Erlang R13B04
>            Reporter: Jason Smith
>         Attachments: 0001-Correctly-redirect-during-authenticated-replication.patch
>
>
> The old bug of forgetting the Authorization header still happens, apparently with documents attachments. I think the request for _design%2fddoc/attachment is bounced and the subsequent request simply follows the `Location` header without adding the credentials again.
> It looks like couch_rep_att:validate_headers/3 simply follows the "Location" header instead of doing what couch_rep_httpc's smarter `redirect_url/2`

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.