You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Dane Jones (JIRA)" <ji...@apache.org> on 2016/05/09 16:50:13 UTC

[jira] [Closed] (COUCHDB-3011) Unable to create or access database with "/" in name when using futon

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

Dane Jones closed COUCHDB-3011.
-------------------------------
    Resolution: Not A Problem

Issue is with TurnKey Linux's configuration of Nginx and not Futon.

> Unable to create or access database with "/" in name when using futon
> ---------------------------------------------------------------------
>
>                 Key: COUCHDB-3011
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-3011
>             Project: CouchDB
>          Issue Type: Question
>          Components: Futon, HTTP Interface
>    Affects Versions: 1.6.1
>            Reporter: Dane Jones
>              Labels: database, forwardslash, no_db_file
>
> First of all, this CouchDB v1.6.1 appliance was acquired from TurnKeyLinux.com
> I'm attempting to create a database named "artist/guid".
> With futon I'm using the UI to with name "artist/guid" returns: "no_db_file"
> With the HTTP API I used:
> curl -u admin -X PUT http://127.0.0.1:5984/artist%2Fguid/
> returns successfully.
> Futon lists the DB but upon accessing it I retrieve the "no_db_file" error again.
> If I create a document within the database using the HTTP API is seams to work fine.
> curl -u admin -X POST  http://127.0.0.1:5984/artist%2Fguid/ -H "Content-Type: application/json" -d {}
> *edited*



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)