You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Challen (JIRA)" <ji...@apache.org> on 2014/06/06 17:40:01 UTC

[jira] [Created] (OLINGO-318) client should base64encode edm.binary data, not as URLSafeString

Challen created OLINGO-318:
------------------------------

             Summary: client should base64encode edm.binary data, not as URLSafeString
                 Key: OLINGO-318
                 URL: https://issues.apache.org/jira/browse/OLINGO-318
             Project: Olingo
          Issue Type: Bug
          Components: odata4-client
    Affects Versions: V4 0.1.0
            Reporter: Challen
            Assignee: Challen
             Fix For: V4 0.1.0


when client serializes entity into json payload in http body, the result of Base64.encodeBase64URLSafeString(byteArrayValue) can't be recognized by an external test service. since Base64.encodeBase64String(byteArrayValue)  proves to work, so will fix it with that.



--
This message was sent by Atlassian JIRA
(v6.2#6252)