Uploaded image for project: 'OASIS Open Data Protocol (OData) TC'
  1. OASIS Open Data Protocol (OData) TC
  2. ODATA-400

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

    XMLWordPrintable

    Details

    • 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]

      Description

      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.

        Attachments

          Activity

            People

            • Assignee:
              handl Ralf Handl
              Reporter:
              handl Ralf Handl
            • Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: