[
https://issues.apache.org/jira/browse/OLINGO-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christian Amend resolved OLINGO-626.
------------------------------------
Resolution: Fixed
Fix Version/s: V2 2.0.4
Fixed with commit:
https://git-wip-us.apache.org/repos/asf?p=olingo-odata2.git;a=commit;h=17a0a049703a25f9a669bfdfd7561e99ed24cb43
Thanks for the detailed analysis.
> 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
> Assignee: Christian Amend
> Fix For: V2 2.0.4
>
>
> 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)