- From: Maryann Hondo via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 19 Mar 2007 13:48:00 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv9939
Modified Files:
ws-policy-primer.xml
Log Message:
completed editor action item 189 to add nested example as per bug 4213 fix
Index: ws-policy-primer.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-primer.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- ws-policy-primer.xml 16 Mar 2007 04:58:46 -0000 1.40
+++ ws-policy-primer.xml 19 Mar 2007 13:47:57 -0000 1.41
@@ -569,6 +569,25 @@
transport-level security and its dependent behaviors automatically. That is, the
complexity of security usage is absorbed by a policy-aware client and hidden from these
Web service developers.</p>
+ <p> In another example, WS-Security Policy defines a sp:HttpToken assertion to
+ contain three possible nested elements, sp:HttpBasicAuthentication, sp:HttpDigestAuthentication
+ and sp:RequireClientCertificate. When the HttpToken is used with an empty nested policy in a
+ policy expression by a provider, it will indicate that none of the dependent behaviors namely
+ authentication or client certificate is required. A non-anonymous client who requires authentication
+ or client certificate will not be able to use this provider solely on the basis of intersection algorithm alone.
+<example>
+<head> Empty Nested Assertion </head>
+<eg><sp:TransportToken>
+ <wsp:Policy>
+ <sp:HttpsToken>
+ <wsp:Policy/>
+ </sp:HttpsToken>
+ </wsp:Policy>
+</sp:TransportToken>
+</eg>
+</example>
+ </p>
+
</div2>
<div2 id="Referencing_Policy_Expressions">
<head>Referencing Policy Expressions</head>
@@ -2310,6 +2329,15 @@
href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/191">191</loc>).
</td>
+ </tr>
+ <tr>
+ <td>20070319</td>
+ <td>MH</td>
+ <td>Implemented the resolution for
+ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4213">issue 4213</loc>
+ <loc href="http://lists.w3.org/Archives/Public/public-ws-policy/2007Mar/0076.html">as outlined.</loc>
+ Editors' action <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/189">189</loc>.
+ </td>
</tr>
</tbody>
</table>
Received on Monday, 19 March 2007 13:48:10 UTC