You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Jan Lehnardt (JIRA)" <ji...@apache.org> on 2010/06/15 17:35:26 UTC

[jira] Commented: (COUCHDB-719) Bad escaping in Futon view document list

    [ https://issues.apache.org/jira/browse/COUCHDB-719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12879007#action_12879007 ] 

Jan Lehnardt commented on COUCHDB-719:
--------------------------------------

This patch makes the value in the view result escape "value" to %22value%22 which is one round-trip too much.

> Bad escaping in Futon view document list
> ----------------------------------------
>
>                 Key: COUCHDB-719
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-719
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Futon
>    Affects Versions: 0.11
>            Reporter: Dirkjan Ochtman
>            Priority: Minor
>             Fix For: 0.11.1
>
>         Attachments: 0001-Fixes-COUCHDB-719-Bad-escaping-in-Futon-view-documen.patch
>
>
> I have a database where document ID's include '<' and '>'. When I browse the database, Futon shows '&lt;' for the key (double-escaping the actual value). On the other hand, for the ID just below that, the entire value is missing, suggesting that it's not escaped at all in that case.

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