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