[ 
https://issues.apache.org/jira/browse/THRIFT-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14950700#comment-14950700
 ] 

ASF GitHub Bot commented on THRIFT-3374:
----------------------------------------

GitHub user nsuke opened a pull request:

    https://github.com/apache/thrift/pull/640

    THRIFT-3374 Ruby TJSONProtocol fails to unescape string values

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nsuke/thrift THRIFT-3374

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/640.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #640
    
----
commit 636b089e8b5de57d4388afa2198a02fd43d0ed15
Author: Nobuaki Sukegawa <nsu...@gmail.com>
Date:   2015-10-09T16:52:13Z

    THRIFT-3374 Ruby TJSONProtocol fails to unescape string values

----


> Ruby TJSONProtocol fails to unescape string values
> --------------------------------------------------
>
>                 Key: THRIFT-3374
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3374
>             Project: Thrift
>          Issue Type: Bug
>            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)

Reply via email to