Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Currently, Olingo does not support modification requests on collection properties (PUT, POST) as defined in the OData v4.01 specification: https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#_Toc31358999
The attached patch file contains changes in the ODataDispatcher and the ODataJsonDeserializer in order to support this.