- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 07 Nov 2009 05:03:23 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv30693
Modified Files:
wseventing.html wseventing.xml
Log Message:
8170
Index: wseventing.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.xml,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- wseventing.xml 7 Nov 2009 05:01:56 -0000 1.114
+++ wseventing.xml 7 Nov 2009 05:03:21 -0000 1.115
@@ -3167,7 +3167,7 @@
subscriber and the event sink to know the structure and contents of the
notifications that can result from a successful Subscribe request. For
example, a developer might wish to use WSDL-based tools to generate
- service stubs capable of marshalling and dispatching notifications. In
+ service stubs capable of unmarshalling and dispatching notifications. In
addition to this, the effective use of filters (including those in the
XPath dialect defined in <specref ref="Subscribe"/> as well as other
dialects not defined in this specification) requires some knowledge of
@@ -4651,6 +4651,13 @@
<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8213">8213</loc>
</td>
</tr>
+ <tr>
+ <td> 2009/11/06 </td>
+ <td> DD </td>
+ <td> Added resolution of issue
+ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8170">8170</loc>
+ </td>
+ </tr>
</tbody>
</table>
</div1>
Index: wseventing.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.html,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- wseventing.html 7 Nov 2009 04:23:44 -0000 1.121
+++ wseventing.html 7 Nov 2009 05:03:21 -0000 1.122
@@ -1456,7 +1456,8 @@
messages.
</p></li></ul></div><div class="div2">
<h3><a name="AccessControl" id="AccessControl"/>7.2 Access Control</h3><p>
- It is important for event sources to properly authorize
+ It is important for event sources and subscription managers
+ to properly authorize
requests. This is especially true for Subscribe requests, as
otherwise the ability to subscribe on behalf of a third-party
event sink could be used to create a distributed
@@ -1776,7 +1777,7 @@
subscriber and the event sink to know the structure and contents of the
notifications that can result from a successful Subscribe request. For
example, a developer might wish to use WSDL-based tools to generate
- service stubs capable of marshalling and dispatching notifications. In
+ service stubs capable of unmarshalling and dispatching notifications. In
addition to this, the effective use of filters (including those in the
XPath dialect defined in <a href="#Subscribe"><b>4.1 Subscribe</b></a> as well as other
dialects not defined in this specification) requires some knowledge of
@@ -2279,8 +2280,6 @@
</xs:simpleContent>
</xs:complexType>
- <xs:attribute name="EventSource" type="xs:boolean" />
-
<!-- Wrapped Events -->
<xs:complexType name="EventType" mixed="true">
<xs:sequence>
@@ -2628,4 +2627,6 @@
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7912">7912</a></td></tr><tr><td> 2009/11/06 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8172">8172</a></td></tr><tr><td> 2009/11/06 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8168">8168</a></td></tr><tr><td> 2009/11/06 </td><td> DD </td><td> Added resolution of issue
- <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7970">7970</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=7970">7970</a></td></tr><tr><td> 2009/11/06 </td><td> DD </td><td> Added resolution of issue
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8213">8213</a></td></tr><tr><td> 2009/11/06 </td><td> DD </td><td> Added resolution of issue
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8170">8170</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
Received on Saturday, 7 November 2009 05:03:32 UTC