[
https://issues.apache.org/jira/browse/COUCHDB-948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12932179#action_12932179
]
Jan Lehnardt commented on COUCHDB-948:
--------------------------------------
We can't allow arbitrary characters from a URL parameter to be written into the
HTML without escaping. Since doc ids need to escape URL chars (except the / in
design docs) anyway, I think the current way is the best solution.
> Breadcrumb doesn't need to be URI encoded
> -----------------------------------------
>
> Key: COUCHDB-948
> URL: https://issues.apache.org/jira/browse/COUCHDB-948
> Project: CouchDB
> Issue Type: Bug
> Components: Futon
> Affects Versions: 1.1
> Reporter: Gabriel Farrell
> Priority: Trivial
> Fix For: 1.0.2, 1.1
>
> Attachments: noEncode.diff
>
>
> Introduced by github commit 871e2617 on 2010-11-02. When I go to the design
> doc "foo" for db "bob", breadcrumbs/nav shows "Overview > bob >
> _design%2Ffoo" when it should be "Overview > bob > _design/foo".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.