- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 24 Mar 2009 21:06:07 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv4666
Modified Files:
wseventing.html wseventing.xml
Log Message:
issue 6595
Index: wseventing.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- wseventing.xml 24 Mar 2009 01:26:11 -0000 1.25
+++ wseventing.xml 24 Mar 2009 21:06:05 -0000 1.26
@@ -1003,6 +1003,13 @@
indicating that the requested filter dialect is not
supported.
</p>
+
+ <p>
+ It is possible for a Subscribe request to contain a filter that
+ will never evaluate to true for the lifetime of the Subscription.
+ If an Event Source detects this condition it MAY generate a
+ wse:EmptyFilter fault in response to the Subscribe request message.
+ </p>
</def>
</gitem>
@@ -2355,6 +2362,43 @@
</tbody>
</table>
</div2>
+
+ <div2 id="EmptyFilter">
+ <head>EmptyFilter</head>
+
+ <p>
+ This fault MAY be generated when an Event Source detects a
+ wse:Subscribe request containing a filter that, for whatever
+ reason, will never evaluate to true.
+ </p>
+
+ <table border="1">
+ <tbody>
+ <tr>
+ <td><kw>[Code]</kw></td>
+ <td>s12:Sender</td>
+ </tr>
+
+ <tr>
+ <td><kw>[Subcode]</kw></td>
+ <td>wse:EmptyFilter</td>
+ </tr>
+
+ <tr>
+ <td><kw>[Reason]</kw></td>
+ <td>The wse:Filter would result in zero Notifications.</td>
+ </tr>
+
+ <tr>
+ <td><kw>[Detail]</kw></td>
+ <td>
+ <emph> The wse:Filter value. </emph>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </div2>
+
</div1>
<div1 id="Security">
@@ -3314,6 +3358,13 @@
<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6681">6681</loc>
</td>
</tr>
+ <tr>
+ <td> 2009/03/24 </td>
+ <td> DD </td>
+ <td> Added resolution of issue
+ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6595">6595</loc>
+ </td>
+ </tr>
</tbody>
</table>
</div1>
Index: wseventing.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- wseventing.html 24 Mar 2009 01:26:11 -0000 1.34
+++ wseventing.html 24 Mar 2009 21:06:05 -0000 1.35
@@ -67,6 +67,7 @@
6.7 <a href="#UnableToRenew">UnableToRenew</a><br/>
6.8 <a href="#InvalidMessage">InvalidMessage</a><br/>
6.9 <a href="#DeliveryFormatRequestedUnavailable">DeliveryFormatRequestUnavailable</a><br/>
+ 6.10 <a href="#EmptyFilter">EmptyFilter</a><br/>
7 <a href="#Security">Security Considerations</a><br/>
7.1 <a href="#MessageSecurity">Message Security</a><br/>
7.2 <a href="#AccessControl">Access Control</a><br/>
@@ -571,6 +572,11 @@
source MAY generate a wse:FilteringRequestedUnavailable fault
indicating that the requested filter dialect is not
supported.
+ </p><p>
+ It is possible for a Subscribe request to contain a filter that
+ will never evaluate to true for the lifetime of the Subscription.
+ If an Event Source detects this condition it MAY generate a
+ wse:EmptyFilter fault in response to the Subscribe request message.
</p></dd><dt class="label"><a name="Dialect" id="Dialect"/><b>[Body]</b>/wse:Subscribe/wse:Filter/@Dialect </dt><dd><p>
Implied value is "http://www.w3.org/TR/1999/REC-xpath-19991116".
</p><p>
@@ -1300,7 +1306,12 @@
Detail property.
</p><table border="1"><tbody><tr><td><b>[Code]</b></td><td>s12:Sender</td></tr><tr><td><b>[Subcode]</b></td><td>wse:DeliveryFormatRequestedUnavailable</td></tr><tr><td><b>[Reason]</b></td><td>The requested delivery format is not supported.</td></tr><tr><td><b>[Detail]</b></td><td>
<wse:SupportedDeliveryFormat> +
- <br/><em> Optional, one per delivery format supported by the receiver.</em></td></tr></tbody></table></div></div><div class="div1">
+ <br/><em> Optional, one per delivery format supported by the receiver.</em></td></tr></tbody></table></div><div class="div2">
+<h3><a name="EmptyFilter" id="EmptyFilter"/>6.10 EmptyFilter</h3><p>
+ This fault MAY be generated when an Event Source detects a
+ wse:Subscribe request containing a filter that, for whatever
+ reason, will never evaluate to true.
+ </p><table border="1"><tbody><tr><td><b>[Code]</b></td><td>s12:Sender</td></tr><tr><td><b>[Subcode]</b></td><td>wse:EmptyFilter</td></tr><tr><td><b>[Reason]</b></td><td>The wse:Filter would result in zero Notifications.</td></tr><tr><td><b>[Detail]</b></td><td><em> The wse:Filter value. </em></td></tr></tbody></table></div></div><div class="div1">
<h2><a name="Security" id="Security"/>7 Security Considerations</h2><div class="div2">
<h3><a name="MessageSecurity" id="MessageSecurity"/>7.1 Message Security</h3><p>
It is strongly RECOMMENDED that the communication between
@@ -1929,4 +1940,5 @@
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6428">6428</a></td></tr><tr><td> 2009/03/17 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6687">6687</a></td></tr><tr><td> 2009/03/23 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6666">6666</a></td></tr><tr><td> 2009/03/23 </td><td> DD </td><td> Added resolution of issue
- <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6681">6681</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=6681">6681</a></td></tr><tr><td> 2009/03/24 </td><td> DD </td><td> Added resolution of issue
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6595">6595</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
Received on Tuesday, 24 March 2009 21:06:16 UTC