Next in thread → Next in month →

[OASIS Issue Tracker] Updated: (ODATA-274) OData clients should always use PATCH, deprecate PUT

From
OASIS Issues Tracker <>
Date
2013-05-01T12:34:07+00:00
ID
992988489.5931367411633665.JavaMail.tomcat55@mw00
Thread
[OASIS Issue Tracker] Updated: (ODATA-274) OData clients should always use PATCH, deprecate PUT
[ http://tools.oasis-open.org/issues/browse/ODATA-274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Drees updated ODATA-274:
-------------------------------

    Resolution: 
https://www.oasis-open.org/committees/download.php/48526/odata-core-v4.0-wd01-part1-protocol-2013-03-12.doc

Accepted: https://www.oasis-open.org/committees/download.php/49026/odata-meeting-34_on-20130425_26-F2F-minutes.html#odata-274

  was:https://www.oasis-open.org/committees/download.php/48526/odata-core-v4.0-wd01-part1-protocol-2013-03-12.doc


> OData clients should always use PATCH, deprecate PUT
> ----------------------------------------------------
>
>                 Key: ODATA-274
>                 URL: http://tools.oasis-open.org/issues/browse/ODATA-274
>             Project: OASIS Open Data Protocol (OData) TC
>          Issue Type: Improvement
>          Components: OData Protocol 
>    Affects Versions: V4.0_WD01
>         Environment: [Proposed]
>            Reporter: Michael Pizzo
>            Assignee: Michael Pizzo
>            Priority: Critical
>             Fix For: V4.0_WD01
>
>
> PUT semantics call for setting to null any properties not specified in the payload. PATCH semantics apply the specified properties but leave unspecified properties unchanged.
> Specifying that clients ALWAYS use PATCH for updates is much safer for round-tripping data. For example, open properties, aggregated values, additive schema changes, and computed projections could all add additional properties to the payload that the client should be able to safely ignore. If the client uses PATCH to update then they do not lose information, but if the client ignores properties and uses PUT to update they will likely lose data in round-tripping.
> OData clients should always use PATCH when doing updates.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Next in thread → Next in month →