You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Ramesh Reddy (JIRA)" <ji...@apache.org> on 2016/03/15 20:31:33 UTC

[jira] [Commented] (OLINGO-907) Entity-Id handling is in-correct in "server-core-ext" module

    [ https://issues.apache.org/jira/browse/OLINGO-907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15196033#comment-15196033 ] 

Ramesh Reddy commented on OLINGO-907:
-------------------------------------

[~RalfHandl] The above is from [1], example 62. Can you please confirm this is not typo in the spec?

[1] http://docs.oasis-open.org/odata/odata/v4.0/errata02/os/complete/part1-protocol/odata-v4.0-errata02-os-part1-protocol-complete.html#_Toc406398313

> Entity-Id handling is in-correct in "server-core-ext" module
> ------------------------------------------------------------
>
>                 Key: OLINGO-907
>                 URL: https://issues.apache.org/jira/browse/OLINGO-907
>             Project: Olingo
>          Issue Type: Bug
>          Components: odata4-server
>            Reporter: Ramesh Reddy
>            Assignee: Ramesh Reddy
>
> Typically the entity-id queries are like
> {code}
> http://host/service/$entity?                    $id=http://host/service/Customers('ALFKI')&$select=CompanyName,ContactName&$expand=Orders
> {code}
> The server-ext-framework treats the value of $id as URI, but there is "&" instead of "?" after Customers('ALFKI')



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)