[
https://issues.apache.org/jira/browse/COUCHDB-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christopher Lenz updated COUCHDB-408:
-------------------------------------
Attachment: futon_design_name_slashes.diff
I'm attaching a patch that cleans up the encoding/decoding of design doc IDs
and view names. Haven't been able to find any cases where this fails, but of
course it's still possible I've missed something. Would appreciate some testing
by others before checking this in.
> Futon _view URLs should be similar to the HTTP interface
> --------------------------------------------------------
>
> Key: COUCHDB-408
> URL: https://issues.apache.org/jira/browse/COUCHDB-408
> Project: CouchDB
> Issue Type: Improvement
> Components: Administration Console
> Affects Versions: 0.9.1
> Reporter: Volker Mische
> Assignee: Christopher Lenz
> Fix For: 0.10
>
> Attachments: futon-view-url-2.patch, futon_design_name_slashes.diff
>
>
> URLs of view in Futon normally look like:
> http://localhost:5984/_utils/database.html?db/_design/designdocname/viewname
> The HTTP interface is:
> http://localhost:5984/db/_design/desigdocname/_view/viewname
> The patch changes the URLs to:
> http://localhost:5984/_utils/database.html?db/_design/designdocname/_view/viewname
> It changes the dropdown menu on the top right to use this new URL, are there
> any other places where you can get to a view?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.