You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Nobuaki Sukegawa (JIRA)" <ji...@apache.org> on 2015/10/09 19:21:05 UTC

[jira] [Updated] (THRIFT-3374) Ruby TJSONProtocol fails to unescape string values

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

Nobuaki Sukegawa updated THRIFT-3374:
-------------------------------------
    Component/s: Ruby - Library

> Ruby TJSONProtocol fails to unescape string values
> --------------------------------------------------
>
>                 Key: THRIFT-3374
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3374
>             Project: Thrift
>          Issue Type: Bug
>          Components: Ruby - Library
>            Reporter: Nobuaki Sukegawa
>
> It does try to unescape characters but fails to do so because it uses single quotes for unescape results:
> {code}
>         '"', '\\', '/', '\b', '\f', '\n', '\r', '\t',
> {code}
> End result was the exactly same unescaped characters as input text.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)