This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 11724 - Fragment: delete on missing data
Summary: Fragment: delete on missing data
Status: CLOSED REMIND
Alias: None
Product: WS-Resource Access
Classification: Unclassified
Component: Fragment (show other bugs)
Version: CR
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: notifications mailing list for WS Resource Access
QA Contact: notifications mailing list for WS Resource Access
URL:
Whiteboard:
Keywords: hasProposal
Depends on:
Blocks:
 
Reported: 2011-01-10 21:40 UTC by Doug Davis
Modified: 2011-09-13 21:28 UTC (History)
0 users

See Also:


Attachments

Description Doug Davis 2011-01-10 21:40:07 UTC
Mode=Remove says:
- - - - - -
When the Mode attribute is set to a value of "http://www.w3.org/2002/ws/ra/edcopies/ws-fra/Modes/Remove" the resource representation referenced by the children of the Expression element MUST be deleted from the resource representation. 
- - - - - -

This doesn't say what to do if the data is already missing.  We don't want
people to consider this an error condition.

Proposal:
reword it like this:

This Mode value indicates that the resource representation referenced by
the children of the Expression element MUST be deleted from the resource
representation.  If the fragment is absent, or if the Expression evaluates
to an empty fragment, then this operation MUST have no effect.
Comment 1 Robert Freund 2011-02-15 18:26:36 UTC
resolved with
This Mode value indicates that the resource representation referenced by the children of the Expression element MUST be deleted from the resource representation.  If the target fragment is not present then this operation  MUST have no effect.