[
https://issues.apache.org/jira/browse/THRIFT-1375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13122480#comment-13122480
]
Hudson commented on THRIFT-1375:
--------------------------------
Integrated in Thrift #291 (See [https://builds.apache.org/job/Thrift/291/])
Thrift-1375: fixed a hex char conversion bug in TJSONProtocol
Client: java
Patch: Dave Watson
Fixed a hex char conversion bug in TJSONProtocol: 10 ~ 15 <=> 'a' ~ 'f'.
> fixed a hex char conversion bug in TJSONProtocol
> ------------------------------------------------
>
> Key: THRIFT-1375
> URL: https://issues.apache.org/jira/browse/THRIFT-1375
> Project: Thrift
> Issue Type: Improvement
> Components: C++ - Library
> Reporter: Dave Watson
> Assignee: Dave Watson
> Priority: Minor
> Fix For: 0.8
>
> Attachments:
> 0003-Fixed-a-hex-char-conversion-bug-in-TJSONProtocol.patch
>
>
> From 516750af7e3e27bd2e061dc4429092151057d2c9 Mon Sep 17 00:00:00 2001
> From: Jiakai Liu <[email protected]>
> Date: Thu, 18 Mar 2010 07:35:26 +0000
> Subject: [PATCH 3/9] Fixed a hex char conversion bug in TJSONProtocol
> Summary:
> Fixed a hex char conversion bug in TJSONProtocol: 10 ~ 15 <=> 'a' ~ 'f'.
> Test Plan:
> Tested on my dev machine.
> Revert Plan:
> OK
> ---
> .../org/apache/thrift/protocol/TJSONProtocol.java | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira