Jesse MacFadyen created CB-596:
----------------------------------

             Summary: JSON Serialization of empty objects fails
                 Key: CB-596
                 URL: https://issues.apache.org/jira/browse/CB-596
             Project: Apache Callback
          Issue Type: Bug
          Components: WP7
    Affects Versions: 1.6.1
            Reporter: Jesse MacFadyen
            Assignee: Jesse MacFadyen
             Fix For: 1.7.0


Passing valid json, like this will fail in FileTransfer.upload
{
    "filePath": 
"/CapturedImagesCache/CameraCapture-930aa659-6057-4c57-89f0-1f53b238da70.jpg",
    "server": "http://myserverdotcom";,
    "fileKey": "file",
    "fileName": "CameraCapture-930aa659-6057-4c57-89f0-1f53b238da70.jpg",
    "mimeType": "image/jpeg",
    "params": {}
}

--
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

        

Reply via email to