GitHub user benkeen opened a pull request: https://github.com/apache/couchdb-fauxton/pull/323
Fix for deleting database with '/' in name Previously you'd get an error when trying to delete a database that contained a slash in the name. You can merge this pull request into a Git repository by running: $ git pull https://github.com/benkeen/couchdb-fauxton delete-database-fix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/couchdb-fauxton/pull/323.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 #323 ---- commit b8b43a7774dce3a19936c8fce634eac13524813c Author: Benjamin Keen <ben.k...@gmail.com> Date: 2015-03-18T14:50:09Z Fix for deleting database with / in name Previously you'd get an error when trying to delete a database that contained a slash in the name. ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---