[
https://issues.apache.org/jira/browse/THRIFT-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14952084#comment-14952084
]
Hudson commented on THRIFT-3374:
--------------------------------
SUCCESS: Integrated in Thrift #1681 (See
[https://builds.apache.org/job/Thrift/1681/])
THRIFT-3374 Ruby TJSONProtocol fails to unescape string values (roger: rev
8cd519f7a3b9436ae95049ee4299441306bdeb5c)
* lib/rb/spec/json_protocol_spec.rb
* test/rb/integration/TestClient.rb
* lib/rb/lib/thrift/protocol/json_protocol.rb
> 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
> Assignee: 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)