- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 11 May 2010 21:14:29 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv5197
Modified Files:
wseventing.html wseventing.xml
Log Message:
9613
Index: wseventing.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.xml,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -d -r1.179 -r1.180
--- wseventing.xml 11 May 2010 19:03:22 -0000 1.179
+++ wseventing.xml 11 May 2010 21:14:27 -0000 1.180
@@ -823,7 +823,9 @@
for the subscription; the subscription expires without being
renewed; or the event source cancels the subscription
prematurely. In this last case, the event source makes a best
- effort to indicate why the subscription ended.
+ effort to indicate why the subscription ended,
+ via a SubscriptionEnd message if an EndTo was present in the
+ Subscribe message.
</p>
<p>
@@ -1847,7 +1849,8 @@
and it supports the use of the EndTo EPR, and the EndTo EPR
was present in the Subscribe message for that subscription
(see <specref ref="Subscribe"/>), the SubscriptionEnd message
- MUST be sent to the endpoint reference indicated by that EPR.
+ MUST be sent to the endpoint reference indicated by that EPR,
+ if possible.
</p>
<p>
@@ -4999,6 +5002,13 @@
<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9567">9567</loc>
</td>
</tr>
+ <tr>
+ <td> 2010/05/11 </td>
+ <td> DD </td>
+ <td> Added resolution of issue
+ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9613">9613</loc>
+ </td>
+ </tr>
</tbody>
</table>
</div1>
Index: wseventing.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.html,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -d -r1.186 -r1.187
--- wseventing.html 11 May 2010 19:03:22 -0000 1.186
+++ wseventing.html 11 May 2010 21:14:27 -0000 1.187
@@ -486,7 +486,9 @@
for the subscription; the subscription expires without being
renewed; or the event source cancels the subscription
prematurely. In this last case, the event source makes a best
- effort to indicate why the subscription ended.
+ effort to indicate why the subscription ended,
+ via a SubscriptionEnd message if an EndTo was present in the
+ Subscribe message.
</p><p>
In the absence of reliable messaging at the application layer
(e.g. <a href="#WSReliableMessaging">[WS-ReliableMessaging]</a>),
@@ -1164,7 +1166,8 @@
and it supports the use of the EndTo EPR, and the EndTo EPR
was present in the Subscribe message for that subscription
(see <a href="#Subscribe"><b>4.1 Subscribe</b></a>), the SubscriptionEnd message
- MUST be sent to the endpoint reference indicated by that EPR.
+ MUST be sent to the endpoint reference indicated by that EPR,
+ if possible.
</p><p>
Note, a subscription expiring as expected is not considered to be
an unexpected termination, therefore a SubscriptionEnd message MUST NOT
@@ -2669,4 +2672,5 @@
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9543">9543</a></td></tr><tr><td> 2010/04/27 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8832">8832</a></td></tr><tr><td> 2010/05/04 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9588">9588</a></td></tr><tr><td> 2010/05/11 </td><td> DD </td><td> Added resolution of issue
- <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9567">9567</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=9567">9567</a></td></tr><tr><td> 2010/05/11 </td><td> DD </td><td> Added resolution of issue
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9613">9613</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
Received on Tuesday, 11 May 2010 21:14:31 UTC