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