[
https://issues.apache.org/jira/browse/COUCHDB-2625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14336734#comment-14336734
]
ASF GitHub Bot commented on COUCHDB-2625:
-----------------------------------------
GitHub user iilyak opened a pull request:
https://github.com/apache/couchdb-chttpd/pull/26
Return {error, Reason} for illegal_database_name
COUCHDB-2625
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/iilyak/couchdb-chttpd 2625-dbname_validator
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-chttpd/pull/26.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 #26
----
commit 6d98bf5545adabdc9dd5fb21440fd5f341e94205
Author: ILYA Khlopotov <[email protected]>
Date: 2015-02-25T16:35:11Z
Return {error, Reason} for illegal_database_name
COUCHDB-2625
----
> Make customizable dbname_validator
> -----------------------------------
>
> Key: COUCHDB-2625
> URL: https://issues.apache.org/jira/browse/COUCHDB-2625
> Project: CouchDB
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: Database Core
> Reporter: ILYA
> Assignee: ILYA
>
> Currently allowed databases names are either should match regexp or hardcoded
> list of internal databases like _users or _replicator. Which make it hard to
> customize without modifying source code.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)