[
https://issues.apache.org/jira/browse/COUCHDB-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13151227#comment-13151227
]
Adam Kocoloski commented on COUCHDB-1341:
-----------------------------------------
It's a bit more of a change, but the replicator could log in to the remote
server(s) via a POST to /_session and fold the user_ctx into the replication ID
to replace the user:password. Seems like that would make for symmetrical
treatment of local and remote server credentials.
> calculate replication id using only db name in remote case
> ----------------------------------------------------------
>
> Key: COUCHDB-1341
> URL: https://issues.apache.org/jira/browse/COUCHDB-1341
> Project: CouchDB
> Issue Type: Improvement
> Components: Replication
> Reporter: Bob Dionne
> Assignee: Bob Dionne
> Priority: Minor
>
> currently if the source or target in a replication spec contains user/pwd
> information it gets encoded in the id which can cause restarts if the
> password changes. Change it to use just the db name as the local case does,
> Here's a draft[1] of a solution.
> [1] https://github.com/bdionne/couchdb/compare/master...9767-fix-repl-id
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira