GitHub user nickva opened a pull request:

    https://github.com/apache/couchdb-couch-replicator/pull/28

    Do not crash in couch_replicator:terminate/2 if a local dbname is used.

    Even though local source or target database names are not valid
    for replication in CouchDB 2.0, do not crash when trying to
    strip credentials. Replicator process has to terminate properly
    in order to report the error in the replication document for
    user feedback.
    
    JIRA: COUCHDB-2949

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cloudant/couchdb-couch-replicator 
2949-fix-crash-on-terminate

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-couch-replicator/pull/28.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #28
    
----
commit 6e176334192aaa8ae08d1c75e12644156e9711f7
Author: Nick Vatamaniuc <[email protected]>
Date:   2016-02-29T23:45:58Z

    Do not crash in couch_replicator:terminate/2 if a local dbname is used.
    
    Even though local source or target database names are not valid
    for replication in CouchDB 2.0, do not crash when trying to
    strip credentials. Replicator process has to terminate properly
    in order to report the error in the replication document for
    user feedback.
    
    JIRA: COUCHDB-2949

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to