Uploaded image for project: 'Olingo'
  1. Olingo
  2. OLINGO-876

Collection of Primitives should be supported on URL

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • (Java) V4 4.1.0
    • None
    • odata4-server
    • None

    Description

      Currently the Collection of Primitives should be supported in URL in

      • Function Parameters (Action parameters already supported as they are POST)
      • System Operation values
      • Alias values

      The specification says these values will be in JSON format. A sample URL will be like (after URL decode)

      /loopy/vm1/getCustomerIds(p1=[1,2])
      /loopy/vm1/getCustomer?$filter=p1 eq [1,2]
      /loopy/vm1/getCustomer?$filter=p1 eq @p1&@p1=[1,2]
      

      Olingo parser should support these. A linked case can be found from Teiid community at https://issues.jboss.org/browse/TEIID-3968

      Attachments

        1. olingo-odata4.patch
          7 kB
          Ramesh Reddy

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rareddy Ramesh Reddy
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: