-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: V4.0_CSD01
-
Fix Version/s: V4.0_CSD02
-
Component/s: ABNF, URL Conventions
-
Labels:None
-
Environment:
[Applied]
-
Proposal:
-
Resolution:
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.