You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Robert Newson (JIRA)" <ji...@apache.org> on 2011/01/10 20:06:45 UTC

[jira] Assigned: (COUCHDB-998) aggressive use of encodeURIComponent on view names inside Futon

     [ https://issues.apache.org/jira/browse/COUCHDB-998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Newson reassigned COUCHDB-998:
-------------------------------------

    Assignee: Robert Newson

> aggressive use of encodeURIComponent on view names inside Futon
> ---------------------------------------------------------------
>
>                 Key: COUCHDB-998
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-998
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Futon
>    Affects Versions: 1.0, 1.0.1, 1.0.2, 1.1, 1.2, 2.0
>            Reporter: Gordon Stratton
>            Assignee: Robert Newson
>            Priority: Minor
>             Fix For: 1.0.2, 1.1, 1.2, 2.0
>
>         Attachments: futon.browse.js.patch
>
>   Original Estimate: 0.08h
>  Remaining Estimate: 0.08h
>
> Steps to reproduce:
> 1. Enter a database containing a design document view
> 2. Select one of the design document views from the view list dropdown
> 3. Navigate back to the Overview section
> 4. Navigate back to the database you were just in
> As you can tell by looking at the Location bar, the view name has had encodeURIComponent applied to it, and so the view won't be found by CouchDB. I'm going to attach a patch that fixes the issue for me, but it needs review in case the fix needs to happen in some other place inside Futon. I'm judging this patch based on the way the view switching works in the view list dropdown.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.