Garth Gutenberg created COUCHDB-3229:
----------------------------------------
Summary: 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
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.4#6332)