You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Filipe Manana (JIRA)" <ji...@apache.org> on 2010/02/13 18:12:27 UTC

[jira] Created: (COUCHDB-652) hardcoded value for the authentication db name

hardcoded value for the authentication db name
----------------------------------------------

                 Key: COUCHDB-652
                 URL: https://issues.apache.org/jira/browse/COUCHDB-652
             Project: CouchDB
          Issue Type: Bug
          Components: Database Core
    Affects Versions: 0.11
         Environment: trunk / 0.11
            Reporter: Filipe Manana
            Priority: Trivial
         Attachments: hardcoded-auth-db-name.patch

There's an hard-coded value for the authentication db name in couch_server.erl.
Patch attached.

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


[jira] Updated: (COUCHDB-652) hardcoded value for the authentication db name

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

Filipe Manana updated COUCHDB-652:
----------------------------------

    Attachment: hardcoded-auth-db-name.patch

> hardcoded value for the authentication db name
> ----------------------------------------------
>
>                 Key: COUCHDB-652
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-652
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Database Core
>    Affects Versions: 0.11
>         Environment: trunk / 0.11
>            Reporter: Filipe Manana
>            Priority: Trivial
>         Attachments: hardcoded-auth-db-name.patch
>
>
> There's an hard-coded value for the authentication db name in couch_server.erl.
> Patch attached.

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


[jira] Closed: (COUCHDB-652) hardcoded value for the authentication db name

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

Chris Anderson closed COUCHDB-652.
----------------------------------

    Resolution: Won't Fix

This is intentional. You can have the user's db called anything you want and it works fine.

Except... there are no dbs allowed that start with "_" except for one hardcoded exception: "_users".



> hardcoded value for the authentication db name
> ----------------------------------------------
>
>                 Key: COUCHDB-652
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-652
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Database Core
>    Affects Versions: 0.11
>         Environment: trunk / 0.11
>            Reporter: Filipe Manana
>            Priority: Trivial
>         Attachments: hardcoded-auth-db-name.patch
>
>
> There's an hard-coded value for the authentication db name in couch_server.erl.
> Patch attached.

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