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:29:33 UTC

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

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)