- From: Prasad Yendluri via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 26 Apr 2007 18:27:40 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy In directory hutz:/tmp/cvs-serv17087 Modified Files: ws-policy-primer.html ws-policy-primer.xml Log Message: Editorial changes to align with the oasis ws-seccurity policy specification. For issue 4318. Editors' action 244. Index: ws-policy-primer.html =================================================================== RCS file: /sources/public/2006/ws/policy/ws-policy-primer.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- ws-policy-primer.html 23 Mar 2007 00:33:25 -0000 1.48 +++ ws-policy-primer.html 26 Apr 2007 18:27:38 -0000 1.49 @@ -39,6 +39,51 @@ font-variant: small-caps; } + + +.boxedtext { + border: solid #bebebe 1px; + margin: 2em 1em 1em 2em; + } + +.principle, .practice, .constraint, .property, div.story { + margin: 1.5em 0.5em 1em 1em; + } + +.principlelab, .constraintlab, +.propertylab, .practicelab, +.storylab { + margin: 1.5em 0.5em 1em 1em; + font-weight: bold; + font-style: italic; + } + +.principlelab { background: #f7ebd7 } +.constraintlab { background: #becece } +.propertylab { background: #f7ebd7 } +.practicelab { background: #dfffff } +.storylab { background: #005a9c; color: #fff; } + +/* Make sure the relative spacing stuff only applies to 'screen' + because IE has bugs when it comes to printing relative things. */ + +@media screen { + +.principle, .practice, .constraint, .property, div.story { + position: relative; + top: -2em; + padding: 0; + margin: 1.5em 0.5em -1em 1em; +} + +.principlelab, .constraintlab, +.propertylab, .practicelab, +.storylab { + position: relative; + padding: 0 0.5em; + top: -1.5em; + } + div.exampleInner pre { margin-left: 1em; margin-top: 0em; margin-bottom: 0em} div.exampleOuter {border: 4px double gray; @@ -59,7 +104,7 @@ <h2><a name="w3c-doctype" id="w3c-doctype"></a>Editors' copy $Date$ @@ @@@@ @@@@</h2><dl><dt>This version:</dt><dd> <a href="ws-policy-primer.html">ws-policy-primer.html</a> </dd><dt>Latest version:</dt><dd><a href="http://dev.w3.org/cvsweb/~checkout~/2006/ws/policy/ws-policy-primer.html?content-type=text/html;charset=utf-8">http://dev.w3.org/cvsweb/~checkout~/2006/ws/policy/ws-policy-primer.html?content-type=text/html;charset=utf-8</a></dd><dt>Previous version:</dt><dd> - <a href="http://www.w3.org/TR/2006/WD-ws-policy-guidelines-20061221">http://www.w3.org/TR/2006/WD-ws-policy-guidelines-20061221</a> + <a href="http://www.w3.org/TR/2006/WD-ws-policy-primer-20061221">http://www.w3.org/TR/2006/WD-ws-policy-primer-20061221</a> </dd><dt>Editors:</dt><dd>Asir S Vedamuthu, Microsoft Corporation</dd><dd>David Orchard, BEA Systems, Inc.</dd><dd>Frederick Hirsch, Nokia</dd><dd>Maryann Hondo, IBM Corporation</dd><dd>Prasad Yendluri, webMethods, Inc.</dd><dd>Toufic Boubez, Layer 7 Technologies</dd><dd>Ümit Yalçinalp, SAP AG.</dd></dl><p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © @@@@ <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark/a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p></div><hr><div> <h2><a name="abstract" id="abstract"></a>Abstract</h2><p> <em>Web Services Policy 1.5 - Primer</em> is an introductory description of the Web Services Policy @@ -427,7 +472,9 @@ <Policy> <sp:TransportToken> <Policy> - <sp:HttpsToken RequireClientCertificate="false" /> + <sp:HttpsToken> + <wsp:Policy/> + </sp:HttpsToken> </Policy> </sp:TransportToken> <sp:AlgorithmSuite> @@ -1271,7 +1318,7 @@ </td><td rowspan="1" colspan="1">[<cite><a href="#SOAP12">SOAP 1.2 Messaging Framework</a></cite>]</td></tr><tr><td rowspan="1" colspan="1"> <code>sp</code> </td><td rowspan="1" colspan="1"> - <code>http://schemas.xmlsoap.org/ws/2005/07/securitypolicy</code> + <code>http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702</code> </td><td rowspan="1" colspan="1">[<cite><a href="#WS-SecurityPolicy">WS-SecurityPolicy</a></cite>]</td></tr><tr><td rowspan="1" colspan="1"> <code>wsa</code> </td><td rowspan="1" colspan="1"> @@ -1378,7 +1425,7 @@ Kaler, P. Hallam-Baker and R. Monzillo, Editors. Organization for the Advancement of Structured Information Standards, March 2004. Available at http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0.pdf. </dd><dt class="label"><a name="WS-SecurityPolicy"></a>[WS-SecurityPolicy] </dt><dd> - <cite><a href="http://www.oasis-open.org/committees/download.php/15979/oasis-wssx-ws-securitypolicy-1.0.pdf">WS-SecurityPolicy v1.0</a></cite>, A. Nadalin, M. Gudgin, A. Barbir, and H. + <cite><a href="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702">WS-SecurityPolicy v1.0</a></cite>, A. Nadalin, M. Gudgin, A. Barbir, and H. Granqvist, Editors. Organization for the Advancement of Structured Information Standards, 8 December 2005. Available at http://www.oasis-open.org/committees/download.php/15979/oasis-wssx-ws-securitypolicy-1.0.pdf. </dd><dt class="label"><a name="WS-Trust"></a>[WS-Trust] </dt><dd> @@ -1420,7 +1467,7 @@ on public-ws-policy@w3.org</a> are also gratefully acknowledged. </p></div><div class="div1"> -<h2><a name="change-description" id="change-description"></a>E. Changes in this Version of the Document (Non-Normative)</h2><p>A list of major editorial changes since the Working Draft dated 21 December, 2006 is below:</p><ul><li><p>Added a new section: <a href="#ignorable-policy-assertions"><b>2.7 Ignorable Policy Expressions</b></a>.</p></li><li><p>Added a new section: <a href="#Both-Optional-Ignorable"><b>2.8 Marking Assertions both Optional and Ignorable</b></a>.</p></li><li><p>Added a new section: <a href="#strict-lax-policy-intersection"><b>3.4.1 Strict and Lax Policy Intersection</b></a>.</p></li><li><p>Added a new section: <a href="#ignorable-and-versioning"><b>3.8.1 Ignorable and Versioning</b></a>.</p></li></ul></div><div class="div1"> +<h2><a name="change-description" id="change-description"></a>E. Changes in this Version of the Document (Non-Normative)</h2><p>A list of major editorial changes since the Working Draft dated 21 December, 2006 is below:</p><ul><li><p>Added a new section: <a href="#ignorable-policy-assertions"><b>2.7 Ignorable Policy Expressions</b></a>.</p></li><li><p>Added a new section: <a href="#Both-Optional-Ignorable"><b>2.8 Marking Assertions both Optional and Ignorable</b></a>.</p></li><li><p>Added a new section: <a href="#strict-lax-policy-intersection"><b>3.4.1 Strict and Lax Policy Intersection</b></a>.</p></li><li><p>Added a new section: <a href="#ignorable-and-versioning"><b>3.8.1 Ignorable and Versioning</b></a>.</p></li><li><p>Editorial changes to align with the oasis ws-seccurity policy specification.</p></li></ul></div><div class="div1"> <h2><a name="change-log" id="change-log"></a>F. Web Services Policy 1.5 - Primer Change Log (Non-Normative)</h2><a name="ws-policy-primer-changelog-table"></a><table border="1"><tbody><tr><th rowspan="1" colspan="1">Date</th><th rowspan="1" colspan="1">Author</th><th rowspan="1" colspan="1">Description</th></tr><tr><td rowspan="1" colspan="1">20060816</td><td rowspan="1" colspan="1">ASV</td><td rowspan="1" colspan="1">Created first draft per action item <a href="http://www.w3.org/2006/07/12-ws-policy-minutes.html#action02">2</a> from the Austin F2F. This draft is based on a <a href="http://lists.w3.org/Archives/Public/public-ws-policy/2006Jul/0001.html">contribution</a> from Microsoft.</td></tr><tr><td rowspan="1" colspan="1">20060829</td><td rowspan="1" colspan="1">ASV</td><td rowspan="1" colspan="1">Implemented the <a href="http://www.w3.org/2006/08/23-ws-policy-minutes.html#action06">resolution</a> @@ -1543,6 +1590,8 @@ for <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4300">issue 4300</a>. Editors' action <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/190">190</a>. - </td></tr><tr><td rowspan="1" colspan="1">20070321</td><td rowspan="1" colspan="1">ASV</td><td rowspan="1" colspan="1">Updated section <a href="#change-description"><b>E. Changes in this Version of the Document</b></a>. </td></tr><tr><td rowspan="1" colspan="1">20070321</td><td rowspan="1" colspan="1">ASV</td><td rowspan="1" colspan="1">Formatted the example in <a href="#ignorable-and-versioning"><b>3.8.1 Ignorable and Versioning</b></a>. </td></tr><tr><td rowspan="1" colspan="1">20070322</td><td rowspan="1" colspan="1">ASV</td><td rowspan="1" colspan="1"><p>Deleted residual text in <a href="#versioning-policy-language"><b>4. Versioning Policy Language</b></a>:</p> - <p>s/The possible extensibility points with their current extensibility - including some outstanding issues related to extensibility - are:/The possible extensibility points are:/</p> - <p>s/PolicyReference: any attribute and a proposal to add any element/PolicyReference: any attribute and any element/.</p></td></tr></tbody></table><br></div></div></body></html> \ No newline at end of file + </td></tr><tr><td rowspan="1" colspan="1">20070321</td><td rowspan="1" colspan="1">ASV</td><td rowspan="1" colspan="1">Updated section <a href="#change-description"><b>E. Changes in this Version of the Document</b></a>. </td></tr><tr><td rowspan="1" colspan="1">20070321</td><td rowspan="1" colspan="1">ASV</td><td rowspan="1" colspan="1">Formatted the example in <a href="#ignorable-and-versioning"><b>3.8.1 Ignorable and Versioning</b></a>. </td></tr><tr><td rowspan="1" colspan="1">20070322</td><td rowspan="1" colspan="1">ASV</td><td rowspan="1" colspan="1">Deleted residual text in <a href="#versioning-policy-language"><b>4. Versioning Policy Language</b></a>; <code>s/The possible extensibility points with their current extensibility - including some outstanding issues related to extensibility - are:/The possible extensibility points are:/</code> ; <code>s/PolicyReference: any attribute and a proposal to add any element/PolicyReference: any attribute and any element/</code>.</td></tr><tr><td rowsan="1" colspan="1">20070426</td><td rowspan="1" colspan="1">PY</td><td rowspan="1" colspan="1">Editorial changes to align with the oasis ws-seccurity policy specification. + For <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4318">issue 4318</a>. + Editors' action + <a href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/244">244</a>. + </td></tr></tbody></table><br></div></div></body></html> \ No newline at end of file Index: ws-policy-primer.xml =================================================================== RCS file: /sources/public/2006/ws/policy/ws-policy-primer.xml,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- ws-policy-primer.xml 26 Apr 2007 18:18:28 -0000 1.51 +++ ws-policy-primer.xml 26 Apr 2007 18:27:38 -0000 1.52 @@ -2032,7 +2032,7 @@ <item><p>Added a new section: <specref ref="Both-Optional-Ignorable"/>.</p></item> <item><p>Added a new section: <specref ref="strict-lax-policy-intersection"/>.</p></item> <item><p>Added a new section: <specref ref="ignorable-and-versioning"/>.</p></item> - <item><p>Editorial changes to update the references to the oasis ws-seccurity policy specification.</p></item> + <item><p>Editorial changes to align with the oasis ws-seccurity policy specification.</p></item> </ulist> </inform-div1> <inform-div1 id="change-log"> @@ -2380,7 +2380,7 @@ <tr> <td>20070426</td> <td>PY</td> - <td>Editorial changes to update the references to the oasis ws-seccurity policy specification. + <td>Editorial changes to align with the oasis ws-seccurity policy specification. For <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4318">issue 4318</loc>. Editors' action <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/244">244</loc>.
Received on Thursday, 26 April 2007 18:27:44 UTC