You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Christian Amend (JIRA)" <ji...@apache.org> on 2016/11/22 13:23:58 UTC

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

     [ https://issues.apache.org/jira/browse/OLINGO-917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Amend resolved OLINGO-917.
------------------------------------
       Resolution: Fixed
         Assignee: Christian Amend
    Fix Version/s: (Java) V4 4.4.0

Fixed with the patch from the contribution: https://git-wip-us.apache.org/repos/asf?p=olingo-odata4.git;a=commit;h=6a736db10c3ef9d990dda637809a6514f27cb66b

Thanks for contributing :)

> $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
>            Assignee: Christian Amend
>             Fix For: (Java) V4 4.4.0
>
>         Attachments: 34366f89.diff.zip
>
>
> 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)