You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Patrick Haller (JIRA)" <ji...@apache.org> on 2015/04/10 14:39:13 UTC

[jira] [Updated] (OLINGO-626) Multi-valued Parameters not handled in batch mode ($filter=a,b,c)

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

Patrick Haller updated OLINGO-626:
----------------------------------
    Affects Version/s:     (was: V2 2.0.3)
                       V2 2.0.4

> Multi-valued Parameters not handled in batch mode ($filter=a,b,c)
> -----------------------------------------------------------------
>
>                 Key: OLINGO-626
>                 URL: https://issues.apache.org/jira/browse/OLINGO-626
>             Project: Olingo
>          Issue Type: Bug
>          Components: odata2-core
>    Affects Versions: V2 2.0.4
>            Reporter: Patrick Haller
>
> The request
> {{http://localhost:8080/services/odata.svc/XYZEntity?$skip=0&$top=20&$filter=substringof%28%27tsc%27,OfficialName%29&Uuid=PRODU-0205b300-0000-0000-0000-85de6700105f}}
> equivalent to 
> {{GET XYZEntity?$skip=0&$top=20&$filter=substringof(%27tsc%27,OfficialName)&Uuid=PRODU-0205b300-0000-0000-0000-85de6700105f}}
> succeeds of executed directly, however fails if embedded in an OData batch request with UriSyntaxException.DUPLICATESYSTEMQUERYPARAMETES.



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