OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

coel message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] (COEL-117) MMI/Unassign Device should use POST and not DELETE.


     [ https://issues.oasis-open.org/browse/COEL-117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Snelling updated COEL-117:
--------------------------------

    Description: 
It makes sense to keep all the operations similar. Also, in the true sense of REST there is no resource actually being deleted. The association of the device to the consumer is removed, but that association never was a resource, i.e. there was no URL to a resource representing the association in the first place.

Furthermore, the DE currently implements this as POST. DELETE fails, so all working implementations (client and server) must be using POST.

Proposal for resolution: Change the DELETE to POST.


> MMI/Unassign Device should use POST and not DELETE.
> ---------------------------------------------------
>
>                 Key: COEL-117
>                 URL: https://issues.oasis-open.org/browse/COEL-117
>             Project: OASIS Classification of Everyday Living (COEL) TC
>          Issue Type: Bug
>            Reporter: David Snelling
>            Assignee: David Snelling
>            Priority: Minor
>
> It makes sense to keep all the operations similar. Also, in the true sense of REST there is no resource actually being deleted. The association of the device to the consumer is removed, but that association never was a resource, i.e. there was no URL to a resource representing the association in the first place.
> Furthermore, the DE currently implements this as POST. DELETE fails, so all working implementations (client and server) must be using POST.
> Proposal for resolution: Change the DELETE to POST.



--
This message was sent by Atlassian JIRA
(v6.2.2#6258)


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]