- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 12 Oct 2010 16:08:25 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv4895
Modified Files:
wsenum.html wsenum.xml wseventing.html wseventing.xml
Log Message:
typo - missing a 't'
Index: wseventing.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.xml,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -d -r1.202 -r1.203
--- wseventing.xml 18 Aug 2010 10:17:56 -0000 1.202
+++ wseventing.xml 12 Oct 2010 16:08:23 -0000 1.203
@@ -1004,7 +1004,7 @@
<p>
If the wse:Expires element is present and the event source is not
able to grant an expiration time that matches the specified value
- then it MUST generate a wse:UnsupporedExpirationValue fault.
+ then it MUST generate a wse:UnsupportedExpirationValue fault.
</p>
<p>
@@ -2180,8 +2180,8 @@
</table>
</div2>
- <div2 id="UnsupporedExpirationValue">
- <head>UnsupporedExpirationValue</head>
+ <div2 id="UnsupportedExpirationValue">
+ <head>UnsupportedExpirationValue</head>
<p>
This fault MUST be generated when a request specifies an
@@ -2197,7 +2197,7 @@
<tr>
<td><kw>[Subcode]</kw></td>
- <td>wse:UnsupporedExpirationValue</td>
+ <td>wse:UnsupportedExpirationValue</td>
</tr>
<tr>
Index: wseventing.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.html,v
retrieving revision 1.210
retrieving revision 1.211
diff -u -d -r1.210 -r1.211
--- wseventing.html 18 Aug 2010 10:17:56 -0000 1.210
+++ wseventing.html 12 Oct 2010 16:08:23 -0000 1.211
@@ -63,7 +63,7 @@
6 <a href="#Faults">Faults</a><br/>
6.1 <a href="#FaultDetailRetryElement">Fault Detail RetryAfter Element</a><br/>
6.2 <a href="#ExpiresNotSupported">ExpiresNotSupported</a><br/>
- 6.3 <a href="#UnsupporedExpirationValue">UnsupporedExpirationValue</a><br/>
+ 6.3 <a href="#UnsupportedExpirationValue">UnsupportedExpirationValue</a><br/>
6.4 <a href="#UnsupportedExpirationType">UnsupportedExpirationType</a><br/>
6.5 <a href="#FilteringNotSupported">FilteringNotSupported</a><br/>
6.6 <a href="#FilteringRequestedUnavailable">FilteringRequestedUnavailable</a><br/>
@@ -587,7 +587,7 @@
</p><p>
If the wse:Expires element is present and the event source is not
able to grant an expiration time that matches the specified value
- then it MUST generate a wse:UnsupporedExpirationValue fault.
+ then it MUST generate a wse:UnsupportedExpirationValue fault.
</p><p>
The value of the wse:Expires element MAY be either a duration
(xs:duration) or a specific time (xs:dateTime). Event sources
@@ -1346,10 +1346,10 @@
This fault MUST be generated when a request specifies an
expiration but the event source does not support Expires.
</p><table border="1"><tbody><tr><td><b>[Code]</b></td><td>s12:Sender</td></tr><tr><td><b>[Subcode]</b></td><td>wse:ExpiresNotSupported</td></tr><tr><td><b>[Reason]</b></td><td>The specification of an Expires element is not allowed.</td></tr><tr><td><b>[Detail]</b></td><td><em>none</em></td></tr></tbody></table></div><div class="div2">
-<h3><a name="UnsupporedExpirationValue" id="UnsupporedExpirationValue"/>6.3 UnsupporedExpirationValue</h3><p>
+<h3><a name="UnsupportedExpirationValue" id="UnsupportedExpirationValue"/>6.3 UnsupportedExpirationValue</h3><p>
This fault MUST be generated when a request specifies an
expiration that is not within the min/max range.
- </p><table border="1"><tbody><tr><td><b>[Code]</b></td><td>s12:Sender</td></tr><tr><td><b>[Subcode]</b></td><td>wse:UnsupporedExpirationValue</td></tr><tr><td><b>[Reason]</b></td><td>The expiration time requested is not within the min/max range.</td></tr><tr><td><b>[Detail]</b></td><td><em>none</em></td></tr></tbody></table></div><div class="div2">
+ </p><table border="1"><tbody><tr><td><b>[Code]</b></td><td>s12:Sender</td></tr><tr><td><b>[Subcode]</b></td><td>wse:UnsupportedExpirationValue</td></tr><tr><td><b>[Reason]</b></td><td>The expiration time requested is not within the min/max range.</td></tr><tr><td><b>[Detail]</b></td><td><em>none</em></td></tr></tbody></table></div><div class="div2">
<h3><a name="UnsupportedExpirationType" id="UnsupportedExpirationType"/>6.4 UnsupportedExpirationType</h3><p>
This fault MUST be generated when a Subscribe request specifies an
expiration time and the event source is only capable of accepting
Index: wsenum.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsenum.html,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -d -r1.147 -r1.148
--- wsenum.html 6 Oct 2010 11:12:34 -0000 1.147
+++ wsenum.html 12 Oct 2010 16:08:23 -0000 1.148
@@ -461,7 +461,7 @@
</p><p>
If the wsen:Expires element is present and the data source is not
able to grant an expiration time that matches the specified value
- then it MUST generate a wsen:UnsupporedExpirationValue fault.
+ then it MUST generate a wsen:UnsupportedExpirationValue fault.
</p><p>
The value of the wsen:Expires element MAY be either a duration
(xs:duration) or a specific time (xs:dateTime). Data sources
Index: wsenum.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsenum.xml,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -d -r1.138 -r1.139
--- wsenum.xml 6 Oct 2010 11:12:34 -0000 1.138
+++ wsenum.xml 12 Oct 2010 16:08:23 -0000 1.139
@@ -769,7 +769,7 @@
<p>
If the wsen:Expires element is present and the data source is not
able to grant an expiration time that matches the specified value
- then it MUST generate a wsen:UnsupporedExpirationValue fault.
+ then it MUST generate a wsen:UnsupportedExpirationValue fault.
</p>
<p>
Received on Tuesday, 12 October 2010 16:08:27 UTC