- From: Asir Vedamuthu via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 22 Jan 2007 21:58:51 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv9344
Modified Files:
ws-policy-framework.xml ws-policy-framework.html
Log Message:
Implemented the resolution for issue 4206. Editors' action 136.
Index: ws-policy-framework.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.xml,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- ws-policy-framework.xml 22 Jan 2007 20:22:03 -0000 1.106
+++ ws-policy-framework.xml 22 Jan 2007 21:58:48 -0000 1.107
@@ -1300,6 +1300,8 @@
<item><p>Two <termref def='policy'>policies</termref> are compatible if an alternative in one is compatible with an alternative in the other. If two policies are compatible, their intersection is the set of the intersections between all pairs of compatible alternatives, choosing one alternative from each policy. If two policies are not compatible, their intersection has no policy alternatives.</p></item>
</ulist>
+ <p>See Section <specref ref="rPolicy_Alternative" /> for mechanisms for determining the aggregate
+ behavior indicated by multiple assertions of the same <termref def='policy_assertion_type'>policy assertion type</termref>.</p>
<p>As an example of intersection, consider two input policies in normal form:</p>
<eg xml:space="preserve">(01) <wsp:Policy
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"
@@ -2436,6 +2438,13 @@
<loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/127">127</loc>
Resolution for issue <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4197">4197</loc></td>
</tr>
+ <tr>
+ <td>20070122</td>
+ <td>ASV</td>
+ <td>Implemented the resolution for issue <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4206">4206</loc>.
+ Editors' action <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/136">136</loc>.
+ </td>
+ </tr>
</tbody>
</table>
</inform-div1>
Index: ws-policy-framework.html
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- ws-policy-framework.html 22 Jan 2007 20:24:03 -0000 1.86
+++ ws-policy-framework.html 22 Jan 2007 21:58:48 -0000 1.87
@@ -806,7 +806,8 @@
<a title="ignorable policy assertion" href="#ignorable_policy_assertion">ignorable policy assertion</a>
is compatible with an
assertion in A.</p></li></ul></p><p>If two alternatives are compatible, their
-intersection is an alternative containing all of the assertions in both alternatives.</p></li><li><p>Two <a title="policy" href="#policy">policies</a> are compatible if an alternative in one is compatible with an alternative in the other. If two policies are compatible, their intersection is the set of the intersections between all pairs of compatible alternatives, choosing one alternative from each policy. If two policies are not compatible, their intersection has no policy alternatives.</p></li></ul><p>As an example of intersection, consider two input policies in normal form:</p><div class="exampleInner"><pre>(01) <wsp:Policy
+intersection is an alternative containing all of the assertions in both alternatives.</p></li><li><p>Two <a title="policy" href="#policy">policies</a> are compatible if an alternative in one is compatible with an alternative in the other. If two policies are compatible, their intersection is the set of the intersections between all pairs of compatible alternatives, choosing one alternative from each policy. If two policies are not compatible, their intersection has no policy alternatives.</p></li></ul><p>See Section <a href="#rPolicy_Alternative"><b>3.2 Policy Alternative</b></a> for mechanisms for determining the aggregate
+ behavior indicated by multiple assertions of the same <a title="policy assertion type" href="#policy_assertion_type">policy assertion type</a>.</p><p>As an example of intersection, consider two input policies in normal form:</p><div class="exampleInner"><pre>(01) <wsp:Policy
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"
xmlns:wsp="http://www.w3.org/ns/ws-policy" >
<!-- Policy P1 -->
@@ -1393,4 +1394,6 @@
<a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/128">128</a>
Resolution for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4203">4203</a></td></tr><tr><td rowspan="1" colspan="1">20070122</td><td rowspan="1" colspan="1">PY</td><td rowspan="1" colspan="1">Completed action item:
<a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/127">127</a>
- Resolution for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4197">4197</a></td></tr></tbody></table><br></div></div></body></html>
\ No newline at end of file
+ Resolution for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4197">4197</a></td></tr><tr><td rowspan="1" colspan="1">20070122</td><td rowspan="1" colspan="1">ASV</td><td rowspan="1" colspan="1">Implemented the resolution for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4206">4206</a>.
+ Editors' action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/136">136</a>.
+ </td></tr></tbody></table><br></div></div></body></html>
\ No newline at end of file
Received on Monday, 22 January 2007 21:58:58 UTC