- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 05 Aug 2009 02:09:25 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv2916
Modified Files:
wseventing.html wseventing.xml
Log Message:
7136
Index: wseventing.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.xml,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- wseventing.xml 28 Jul 2009 23:19:40 -0000 1.57
+++ wseventing.xml 5 Aug 2009 02:09:23 -0000 1.58
@@ -223,18 +223,17 @@
<head>Notification Formats</head>
<p>
- This specification specifies two delivery formats: wrapped
- and unwrapped. Use of wrapped format indicates
- that notification messages should be contained in a wrapper
- element. Use of unwrapped format indicates that notification messages
- are not wrapped.
+ This specification specifies two delivery formats: wrapped and
+ unwrapped. Use of wrapped format indicates that notification messages
+ should be contained in a wrapper element defined by this
+ specification. Use of unwrapped format indicates that notification
+ messages are not contained in a wrapper element.
</p>
<p>
- When the Delivery Format feature is engaged the formatting of the
- outgoing events occurs after any filtering. This ensures that regardless
- of what type of formatting might occur, the same Filter dialect/expression
- can be used to subset the event stream.
+ Filtering occurs prior to any formatting of notification messages.
+ This ensures that regardless of what type of formatting might occur,
+ the same Filter dialect/expression can be used to subset the event stream.
</p>
</div2>
@@ -3579,6 +3578,13 @@
<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6692">6692</loc>
</td>
</tr>
+ <tr>
+ <td> 2009/08/04 </td>
+ <td> DD </td>
+ <td> Added resolution of issue
+ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7136">7136</loc>
+ </td>
+ </tr>
</tbody>
</table>
</div1>
Index: wseventing.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.html,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- wseventing.html 28 Jul 2009 23:19:40 -0000 1.66
+++ wseventing.html 5 Aug 2009 02:09:23 -0000 1.67
@@ -155,16 +155,15 @@
of delivery extensions.
</p></div><div class="div2">
<h3><a name="NotificationFormats" id="NotificationFormats"/>2.3 Notification Formats</h3><p>
- This specification specifies two delivery formats: wrapped
- and unwrapped. Use of wrapped format indicates
- that notification messages should be contained in a wrapper
- element. Use of unwrapped format indicates that notification messages
- are not wrapped.
+ This specification specifies two delivery formats: wrapped and
+ unwrapped. Use of wrapped format indicates that notification messages
+ should be contained in a wrapper element defined by this
+ specification. Use of unwrapped format indicates that notification
+ messages are not contained in a wrapper element.
</p><p>
- When the Delivery Format feature is engaged the formatting of the
- outgoing events occurs after any filtering. This ensures that regardless
- of what type of formatting might occur, the same Filter dialect/expression
- can be used to subset the event stream.
+ Filtering occurs prior to any formatting of notification messages.
+ This ensures that regardless of what type of formatting might occur,
+ the same Filter dialect/expression can be used to subset the event stream.
</p></div><div class="div2">
<h3><a name="SubMgr" id="SubMgr"/>2.4 Subscription Managers</h3><p>
In some scenarios the event source itself manages the
@@ -2033,4 +2032,5 @@
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6986">6986</a></td></tr><tr><td> 2009/07/07 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7039">7039</a></td></tr><tr><td> 2009/07/21 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6980">6980</a></td></tr><tr><td> 2009/07/28 </td><td> DD </td><td> Added resolution of issue
- <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6692">6692</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=6692">6692</a></td></tr><tr><td> 2009/08/04 </td><td> DD </td><td> Added resolution of issue
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7136">7136</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
Received on Wednesday, 5 August 2009 02:09:35 UTC