- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 16 Feb 2011 04:48:41 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv1008
Modified Files:
wst.html wst.xml
Log Message:
11766
Index: wst.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.xml,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- wst.xml 7 Feb 2011 23:51:03 -0000 1.134
+++ wst.xml 16 Feb 2011 04:48:39 -0000 1.135
@@ -891,9 +891,11 @@
<p>
The replacement representation could be considered to be invalid if
- it does not conform to the schema(s) for the target resource or
+ it does not conform to the schema(s) for the target resource, is
+ empty and the implementation does not support empty representations, or
otherwise violates some cardinality or type constraint.
- If an implementation detects that the presented representation is
+ If an implementation that validates the presented representation
+ detects that the presented representation is
invalid for the target resource, then the implementation MUST generate
a wst:InvalidRepresentation fault.
</p>
@@ -1278,7 +1280,8 @@
representation of the resource. If this element is not
present the resource MUST be created using default values
(equivalent to a null constructor). This element MAY have
- no children, in which case the resource MUST be created with
+ no children. This case MUST be interpreted as a request to create
+ a new resource with
an empty representation (equivalent to an empty constructor).
</p>
</def>
@@ -1294,10 +1297,14 @@
</p>
<p>
- If an implementation that performs schema validation on a presented
- representation detects that the presented representation is invalid
- for the target resource, then the implementation MUST generate
- a wst:InvalidRepresentation fault.
+ The representation could be considered to be invalid if it does
+ not conform to the schema(s) for the target resource, is empty and
+ the implementation does not support empty representations, or
+ otherwise violates some cardinality or type constraint. If an
+ implementation that validates the presented representation detects
+ that the presented representation is invalid for the target
+ resource, then the implementation MUST generate a
+ wst:InvalidRepresentation fault.
</p>
<p>
@@ -2970,6 +2977,13 @@
<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=11899">11899</loc>
</td>
</tr>
+ <tr>
+ <td> 2011/02/15 </td>
+ <td> DD </td>
+ <td> Added resolution of issue
+ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=11766">11766</loc>
+ </td>
+ </tr>
</tbody>
</table>
</div1>
Index: wst.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.html,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -d -r1.136 -r1.137
--- wst.html 7 Feb 2011 23:51:02 -0000 1.136
+++ wst.html 16 Feb 2011 04:48:27 -0000 1.137
@@ -512,9 +512,11 @@
<a href="#Notations_and_Terminology"><b>3 Terminology and Notation</b></a> of this specification.
</p><p>
The replacement representation could be considered to be invalid if
- it does not conform to the schema(s) for the target resource or
+ it does not conform to the schema(s) for the target resource, is
+ empty and the implementation does not support empty representations, or
otherwise violates some cardinality or type constraint.
- If an implementation detects that the presented representation is
+ If an implementation that validates the presented representation
+ detects that the presented representation is
invalid for the target resource, then the implementation MUST generate
a wst:InvalidRepresentation fault.
</p><p>
@@ -771,7 +773,8 @@
representation of the resource. If this element is not
present the resource MUST be created using default values
(equivalent to a null constructor). This element MAY have
- no children, in which case the resource MUST be created with
+ no children. This case MUST be interpreted as a request to create
+ a new resource with
an empty representation (equivalent to an empty constructor).
</p></dd></dl><p>
A Create request MUST be targeted at a resource factory capable of
@@ -779,10 +782,14 @@
resource being created (which by definition does not exist prior to
the successful processing of the Create request message).
</p><p>
- If an implementation that performs schema validation on a presented
- representation detects that the presented representation is invalid
- for the target resource, then the implementation MUST generate
- a wst:InvalidRepresentation fault.
+ The representation could be considered to be invalid if it does
+ not conform to the schema(s) for the target resource, is empty and
+ the implementation does not support empty representations, or
+ otherwise violates some cardinality or type constraint. If an
+ implementation that validates the presented representation detects
+ that the presented representation is invalid for the target
+ resource, then the implementation MUST generate a
+ wst:InvalidRepresentation fault.
</p><p>
Other components of the outline above are not further constrained by
this specification.
@@ -1595,4 +1602,5 @@
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=11210">11210</a></td></tr><tr><td> 2010/11/19 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8284">8284</a></td></tr><tr><td> 2011/02/01 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=11882">11882</a></td></tr><tr><td> 2011/02/07 </td><td> DD </td><td> Added resolution of issue
- <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=11899">11899</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=11899">11899</a></td></tr><tr><td> 2011/02/15 </td><td> DD </td><td> Added resolution of issue
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=11766">11766</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
Received on Wednesday, 16 February 2011 04:48:51 UTC