Allow JSON values also in common expressions, not only in parameter aliases

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major
    • V4.0_CSD02
    • 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.

            Assignee:
            handl
            Reporter:
            handl
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: