[ https://issues.apache.org/jira/browse/COUCHDB-748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12879005#action_12879005
]
Jan Lehnardt commented on COUCHDB-748:
--------------------------------------
Patch no longer applies cleanly to trunk. Can you update it?
> Keys and document IDs are improperly escaped in document list
> -------------------------------------------------------------
>
> Key: COUCHDB-748
> URL: https://issues.apache.org/jira/browse/COUCHDB-748
> Project: CouchDB
> Issue Type: Bug
> Components: Futon
> Reporter: Paul Bonser
> Priority: Minor
> Attachments: escape_id.patch
>
>
> In the Futon document list, as generated by $.futon.CouchDatabasePage.updateDocumentListing,
"<", ">", and "&" are double-encoded for row keys and left unencoded for document
IDs.
> Also, Firefox (maybe other browsers) seems to get confused when there are single-quotes
inside a URL, so it seems they need to be escaped, too.
> The double-encoding is caused by the fact that the jQuery text() function encodes those
characters when they were already encoded by $.futon.formatJson, and the lack of encoding
is caused by simply using the raw id.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|