GitHub user iilyak opened a pull request:

    https://github.com/apache/couchdb-couch/pull/158

    Fix normalize_dbname to work with slashes

    We shouldn't rely on dbname being the last part of path. Since database
    name could include slashes.
    normalize_dbname as the name suggests should accept either binary or
    list and return only binary.

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

    $ git pull https://github.com/cloudant/couchdb-couch fix-normalize_dbname

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

    https://github.com/apache/couchdb-couch/pull/158.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 #158
    
----
commit 69e1a2c3bbae34bc2d88740f30e114759d82c4e3
Author: ILYA Khlopotov <[email protected]>
Date:   2016-03-30T22:02:52Z

    Fix normalize_dbname to work with slashes
    
    We shouldn't rely on dbname being the last part of path. Since database
    name could include slashes.
    normalize_dbname as the name suggests should accept either binary or
    list and return only binary.

----


---
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