Ramesh Reddy created OLINGO-907:
-----------------------------------
Summary: 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)