Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
(Java) V4 4.1.0
-
None
-
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
Attachments
Issue Links
- is related to
-
OLINGO-877 Collection of Complex Values should be supported on URL as Function Parameter
- Closed