2006/ws/policy ws-policy-framework.xml,1.134,1.135 ws-policy-framework.html,1.110,1.111

Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv18025

Modified Files:
	ws-policy-framework.xml ws-policy-framework.html 
Log Message:
Implemented the resolution for issue 4479. Editors' action 259.

Index: ws-policy-framework.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.xml,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- ws-policy-framework.xml	1 May 2007 23:24:56 -0000	1.134
+++ ws-policy-framework.xml	14 May 2007 02:10:56 -0000	1.135
@@ -460,7 +460,13 @@
                     assertion type and are outside the scope of this document.</p>
                 <p>Note: Depending on the semantics of the domain specific policy assertions a
                     combination of the policy assertions can be required to specify a particular
-                    behavior. </p>
+                    behavior. For example, a combination of two or three assertions from the 
+                    WS-SecurityPolicy [<bibref ref="WS-SecurityPolicy"/>] specification is used to indicate message-level 
+                    security for protecting messages - that is, the <code>sp:AsymmetricBinding</code> 
+                    assertion is used to indicate message-level security, the <code>sp:SignedParts</code> 
+                    assertion is used to indicate the parts of a message to be protected 
+                    and the <code>sp:EncryptedParts</code> assertion is used to indicate the parts of 
+                    a message that require confidentiality.</p>
 
             </div2>
             <div2 id="rPolicy">
@@ -3170,6 +3176,15 @@
                         <td>Reset Section <specref ref="change-description"/>.
                         </td>
                     </tr>
+                    <tr>
+                        <td>20070513</td>
+                        <td>ASV</td>
+                        <td>Implemented the 
+                        <loc href="http://lists.w3.org/Archives/Public/public-ws-policy/2007May/0005.html">resolution</loc> 
+                            for issue <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4479">4479</loc>. 
+                            Editors' action <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/259">259</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.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- ws-policy-framework.html	1 May 2007 23:24:56 -0000	1.110
+++ ws-policy-framework.html	14 May 2007 02:10:56 -0000	1.111
@@ -250,6 +250,7 @@
                             </td><td rowspan="1" colspan="1">[<cite><a href="#XMLSchemaPart1">XML Schema Structures</a></cite>]</td></tr></tbody></table><br><p>All information items defined by this specification are identified by the XML
                     namespace URI [<cite><a href="#XML-NS">XML Namespaces</a></cite>] <code>http://www.w3.org/ns/ws-policy</code>. A <a href="http://www.w3.org/2007/02/ws-policy.xsd">normative XML Schema</a> [<cite><a href="#XMLSchemaPart1">XML Schema Structures</a></cite>, <cite><a href="#XMLSchemaPart2">XML Schema Datatypes</a></cite>] document can be
                     obtained indirectly by dereferencing the namespace document at the WS-Policy 1.5
+
                     namespace URI.</p><p>It is the intent of the W3C Web Services Policy Working Group that the
                     Web Services Policy 1.5 - Framework and Web Services Policy 1.5 - Attachment XML namespace URI will not
                     change arbitrarily with each subsequent revision of the corresponding XML Schema
@@ -277,7 +278,7 @@
          <a href="#ignorable_policy_assertion">ignorable policy assertion</a>
       </dt><dd><p>An
                             <b>ignorable policy assertion</b> is an assertion that may be
-                        ignored for policy intersection (as defined in <a href="http://dev.w3.org/cvsweb/~checkout~/2006/ws/policy/ws-policy-framework.html?content-type=text/html;charset=utf-8#Policy_Intersection">4.5 Policy
+                        ignored for policy intersection (as defined in <a href="http://www.w3.org/TR/ws-policy#Policy_Intersection">4.5 Policy
                             Intersection</a>).</p></dd><dt class="label">
          <a href="#nested_policy_expression">nested policy expression</a>
       </dt><dd><p>A <b>nested policy expression</b>
@@ -390,7 +391,13 @@
                     1 [<cite><a href="#XMLSchemaPart1">XML Schema Structures</a></cite>]) content, if any) are specific to the
                     assertion type and are outside the scope of this document.</p><p>Note: Depending on the semantics of the domain specific policy assertions a
                     combination of the policy assertions can be required to specify a particular
-                    behavior. </p></div><div class="div2">
+                    behavior. For example, a combination of two or three assertions from the 
+                    WS-SecurityPolicy [<cite><a href="#WS-SecurityPolicy">WS-SecurityPolicy</a></cite>] specification is used to indicate message-level 
+                    security for protecting messages - that is, the <code>sp:AsymmetricBinding</code> 
+                    assertion is used to indicate message-level security, the <code>sp:SignedParts</code> 
+                    assertion is used to indicate the parts of a message to be protected 
+                    and the <code>sp:EncryptedParts</code> assertion is used to indicate the parts of 
+                    a message that require confidentiality.</p></div><div class="div2">
 <h3><a name="rPolicy" id="rPolicy"></a>3.3 Policy</h3><p>[<a name="policy" id="policy" title="policy">Definition</a>: A <b>policy</b> is a potentially empty
                         collection of <a title="policy alternative" href="#policy_alternative">policy
                         alternatives</a>. ] A policy with zero alternatives contains
@@ -1506,4 +1513,8 @@
                             Editors' action 
                             <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/248">248</a>.
                         </td></tr><tr><td rowspan="1" colspan="1">20070501</td><td rowspan="1" colspan="1">ASV</td><td rowspan="1" colspan="1">Reset Section <a href="#change-description"><b>D. Changes in this Version of the Document</b></a>.
+                        </td></tr><tr><td rowspan="1" colspan="1">20070513</td><td rowspan="1" colspan="1">ASV</td><td rowspan="1" colspan="1">Implemented the 
+                        <a href="http://lists.w3.org/Archives/Public/public-ws-policy/2007May/0005.html">resolution</a> 
+                            for issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4479">4479</a>. 
+                            Editors' action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/259">259</a>.
                         </td></tr></tbody></table><br></div></div></body></html>
\ No newline at end of file

Received on Monday, 14 May 2007 02:11:07 UTC