[
https://issues.apache.org/jira/browse/COUCHDB-2195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930462#comment-13930462
]
Sue Lockwood commented on COUCHDB-2195:
---------------------------------------
Hey did you test this on the latest codebase?
I'm trying to recreate your error and I don't get it.
https://www.dropbox.com/s/snysy2lrijbykn9/Screenshot%202014-03-11%2011.28.34.png
> Invalid database name escape on requesting information about
> ------------------------------------------------------------
>
> Key: COUCHDB-2195
> URL: https://issues.apache.org/jira/browse/COUCHDB-2195
> Project: CouchDB
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: Fauxton
> Reporter: Alexander Shorin
>
> 1. Create database with `_` in name, like `test_suite_db/with_slashes`
> 2. Note that Fauxton shows no information about it
> 3. In console log you'll found the next error:
> {code}
> Failed to load resource: the server responded with a status of 400 (Bad
> Request) http://localhost:5984/test_suite_db%252Fwith_slashes
> {code}
> Note that correct URI name `test_suite_db%2Fwith_slashes` was escaped once
> again
> Also note, that `_` character matters - without it there is no any issues for
> `test/suite/db/with/slashes`.
--
This message was sent by Atlassian JIRA
(v6.2#6252)