You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Chris Anderson (JIRA)" <ji...@apache.org> on 2010/06/24 18:36:56 UTC

[jira] Closed: (COUCHDB-741) incompete error message when creating database with invalid name

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

Chris Anderson closed COUCHDB-741.
----------------------------------

    Resolution: Fixed

applied in r957613. thanks!

> incompete error message when creating database with invalid name
> ----------------------------------------------------------------
>
>                 Key: COUCHDB-741
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-741
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Database Core, Documentation
>    Affects Versions: 0.11
>            Reporter: Andrew Alexander
>            Priority: Trivial
>         Attachments: COUCHDB-741.patch
>
>
> The illegal_database_name reason fails to specify all the requirements, causing it to be misleading. See example below. (failed to begin with a letter)
> x@dev:$ restclient http://127.0.0.1:5984/4df57220060c10afb9aad04dec097388
> {
>     "error": "illegal_database_name",
>     "reason": "Only lowercase characters (a-z), digits (0-9), and any of the characters _, $, (, ), +, -, and / are allowed"
> }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.