[
https://issues.apache.org/jira/browse/OLINGO-907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ramesh Reddy resolved OLINGO-907.
---------------------------------
Resolution: Fixed
Fix Version/s: (Java) V4 4.2.0
Corrected the parsing to treat $id as query path individually and build the URL
based on it before processing.
> 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
> Fix For: (Java) V4 4.2.0
>
>
> 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)