You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Roger Meier (JIRA)" <ji...@apache.org> on 2010/08/23 22:02:18 UTC

[jira] Created: (THRIFT-863) Map Type is broken

Map Type is broken
------------------

                 Key: THRIFT-863
                 URL: https://issues.apache.org/jira/browse/THRIFT-863
             Project: Thrift
          Issue Type: Bug
          Components: JavaScript - Compiler, JavaScript - Library
    Affects Versions: 0.4, 0.3
         Environment: FireFox 3.6.8
            Reporter: Roger Meier


decoding of Map Types is broken, Unit Test Output looks like:
{code}
expected: "{\\"7\\":77,\\"8\\":88,\\"9\\":99}"
result: "{\\"8\\":88,\\"88\\":88}",
{code}
see: http://www.bufferoverflow.ch:8088/test/test.html


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