[
https://issues.apache.org/jira/browse/OLINGO-732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Bolz reassigned OLINGO-732:
-----------------------------------
Assignee: Michael Bolz
> The *media_src* link in {{__metadata}} is not absolut
> -----------------------------------------------------
>
> Key: OLINGO-732
> URL: https://issues.apache.org/jira/browse/OLINGO-732
> Project: Olingo
> Issue Type: Bug
> Affects Versions: V2 2.0.4
> Reporter: Michael Bolz
> Assignee: Michael Bolz
>
> The *media_src* link in {{__metadata}} is not absolut (expect to all other
> links).
> {code}
> __metadata: {
> id: "http://localhost/odata/SomeEntity('ABCD')",
> uri: "http://localhost/odata/SomeEntity('ABCD')",
> media_src: "SomeEntity('ABCD')/$value",
> edit_media: "http://localhost/odata/SomeEntity('ABCD')/$value"
> }
> {code}
> The {{mediaSrc}} variable should use {{location}} instead of {{self}}. See
> {{JsonEntryEntityProducer.writeMetadata(...)}}:232ff
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)