[
https://issues.apache.org/jira/browse/COUCHDB-3229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15849517#comment-15849517
]
Sergey Safarov commented on COUCHDB-3229:
-----------------------------------------
Please look pull request for COUCHDB-3224
https://github.com/apache/couchdb-fauxton/pull/802
> Fauxton does not URL encode DB names in navigation links
> --------------------------------------------------------
>
> Key: COUCHDB-3229
> URL: https://issues.apache.org/jira/browse/COUCHDB-3229
> Project: CouchDB
> Issue Type: Bug
> Components: Fauxton
> Affects Versions: 2.0.0
> Reporter: Garth Gutenberg
>
> Steps to reproduce:
> 1. Create a database called {{my/test}}
> 1. Navigate to this DB in Fauxton
> 1. Note that all links for DB actions (inner sidebar) are *not* URL encoded.
> Click the All Documents link and it navigates you to
> {{/_utils/#/database/my/test/_all_docs}} (which isn't a valid route, so
> nothing happens) instead of {{/_utils/#/database/my%2Ftest/_all_docs}}.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)