- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 10 Jan 2011 21:34:06 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv25007
Modified Files:
wsfrag.html wsfrag.xml
Log Message:
typo s/wst/wsf/ for wsf faults
Index: wsfrag.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsfrag.html,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- wsfrag.html 28 Nov 2010 15:54:18 -0000 1.76
+++ wsfrag.html 10 Jan 2011 21:34:04 -0000 1.77
@@ -832,7 +832,7 @@
This fault MUST be generated when a service detects an unknown or
unsupported Language
IRI in a request message.
- </p><a name="Table3" id="Table3"/><table border="1" cellpadding="5"><tbody><tr><th align="left"><b>[Code]</b></th><td>s:Sender</td></tr><tr><th align="left"><b>[Subcode]</b></th><td>wst:UnsupportedLanguage</td></tr><tr><th align="left"><b>[Reason]</b></th><td>
+ </p><a name="Table3" id="Table3"/><table border="1" cellpadding="5"><tbody><tr><th align="left"><b>[Code]</b></th><td>s:Sender</td></tr><tr><th align="left"><b>[Subcode]</b></th><td>wsf:UnsupportedLanguage</td></tr><tr><th align="left"><b>[Reason]</b></th><td>
The specified Language IRI is not supported.
</td></tr><tr><th align="left"><b>[Detail]</b></th><td><em>The unsupported Language IRI.</em></td></tr></tbody></table></div><div class="div2">
<h3><a name="InvalidExpression" id="InvalidExpression"/>9.2 InvalidExpression</h3><p>
@@ -846,7 +846,7 @@
<h3><a name="UnsupportedMode" id="UnsupportedMode"/>9.3 UnsupportedMode</h3><p>
This fault MUST be generated when a service detects a Mode in a Put
request that is not supported.
- </p><a name="Table6" id="Table6"/><table border="1" cellpadding="5"><tbody><tr><th align="left"><b>[Code]</b></th><td>s:Sender</td></tr><tr><th align="left"><b>[Subcode]</b></th><td>wst:UnsupportedMode</td></tr><tr><th align="left"><b>[Reason]</b></th><td>
+ </p><a name="Table6" id="Table6"/><table border="1" cellpadding="5"><tbody><tr><th align="left"><b>[Code]</b></th><td>s:Sender</td></tr><tr><th align="left"><b>[Subcode]</b></th><td>wsf:UnsupportedMode</td></tr><tr><th align="left"><b>[Reason]</b></th><td>
The specified mode is not supported.
</td></tr><tr><th align="left"><b>[Detail]</b></th><td><em>The unsupported Mode.</em></td></tr></tbody></table></div></div><div class="div1">
<h2><a name="metadata" id="metadata"/>10 WS-Fragment Metadata</h2><p>
Index: wsfrag.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsfrag.xml,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- wsfrag.xml 28 Nov 2010 15:54:18 -0000 1.73
+++ wsfrag.xml 10 Jan 2011 21:34:04 -0000 1.74
@@ -1743,7 +1743,7 @@
</tr>
<tr>
<th align="left"><kw>[Subcode]</kw></th>
- <td>wst:UnsupportedLanguage</td>
+ <td>wsf:UnsupportedLanguage</td>
</tr>
<tr>
<th align="left"><kw>[Reason]</kw></th>
@@ -1805,7 +1805,7 @@
</tr>
<tr>
<th align="left"><kw>[Subcode]</kw></th>
- <td>wst:UnsupportedMode</td>
+ <td>wsf:UnsupportedMode</td>
</tr>
<tr>
<th align="left"><kw>[Reason]</kw></th>
Received on Monday, 10 January 2011 21:34:07 UTC