[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [OASIS Issue Tracker] Updated: (ODATA-400) Allow JSON values also in common expressions, not only in parameter aliases
[ http://tools.oasis-open.org/issues/browse/ODATA-400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ralf Handl updated ODATA-400:
-----------------------------
Component/s: OData ABNF Construction Rules
OData URL Conventions
Fix Version/s: V4.0_CSD02
Affects Version/s: V4.0_CSD01
> Allow JSON values also in common expressions, not only in parameter aliases
> ---------------------------------------------------------------------------
>
> Key: ODATA-400
> URL: http://tools.oasis-open.org/issues/browse/ODATA-400
> Project: OASIS Open Data Protocol (OData) TC
> Issue Type: Improvement
> Components: OData ABNF Construction Rules, OData URL Conventions
> Affects Versions: V4.0_CSD01
> Environment: [Proposed]
> Reporter: Ralf Handl
> Fix For: V4.0_CSD02
>
>
> Currently we allow JSON values (arrays, complex types, entities) only in parameter aliases. This leads to constructions like
> http://host/service/Orders?$filter=$it eq @ref&@ref={"odata.ref":"http://host/service/ZqV5t"}
> The "natural" form without the unnecessary alias
> http://host/service/Orders?$filter=$it eq {"odata.ref":"http://host/service/ZqV5t"}
> is not allowed.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]