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/27 00:28:25 UTC

[jira] [Created] (OLINGO-917) $entity request with $select system option always fails to parse

Ramesh Reddy created OLINGO-917:
-----------------------------------

             Summary: $entity request with $select system option always fails to parse
                 Key: OLINGO-917
                 URL: https://issues.apache.org/jira/browse/OLINGO-917
             Project: Olingo
          Issue Type: Bug
          Components: odata4-server
            Reporter: Ramesh Reddy


If you issue a URL like

http://host/service/$entity?$id=http://host/service//People('kristakemp')&$select=FirstName

The parsing routine will always fail, because the context of resource is always null with $entity, and with select clause it will try to validate that it is not null.



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