You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Andrew Alexander (JIRA)" <ji...@apache.org> on 2010/04/18 00:19:25 UTC

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

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
    Affects Versions: 0.11
            Reporter: Andrew Alexander


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.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Frank (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frank updated COUCHDB-741:
--------------------------

    Attachment: COUCHDB-741.patch

trivial fix of error message

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


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

Posted by "Andrew Alexander (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Alexander updated COUCHDB-741:
-------------------------------------

       Priority: Trivial  (was: Major)
    Component/s: Database Core
                 Documentation

changed priority and attached to database core/documentation

> 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
>
> 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.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Chris Anderson (JIRA)" <ji...@apache.org>.
     [ 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.