You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Sergey Korobkov (JIRA)" <ji...@apache.org> on 2016/09/14 08:50:20 UTC

[jira] [Created] (COUCHDB-3146) Incorrect URI for DB with slash in name

Sergey Korobkov created COUCHDB-3146:
----------------------------------------

             Summary: Incorrect URI for DB with slash in name
                 Key: COUCHDB-3146
                 URL: https://issues.apache.org/jira/browse/COUCHDB-3146
             Project: CouchDB
          Issue Type: Bug
          Components: Fauxton
            Reporter: Sergey Korobkov


I have DB with name "test/test/test"
ANd there is problem after creating/editing documents
!http://storage8.static.itmages.com/i/16/0914/h_1473842714_1691024_f371ab4dd8.png!
Link in DB name "test/test/test" is:*database/test/test/test/_all_docs*
{quote}
<a class="faux-header__breadcrumbs-link" href="database/test/test/test/_all_docs">test/test/test</a>
{quote}
But it should be *database/test%2Ftest%2Ftest/_all_docs*
The same problem with buttons "Save Changes" and "Cancel". After pushing this button I am didn't return to document list.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)