- From: Frederick Hirsch via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Mar 2007 22:23:01 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv11844
Modified Files:
ws-policy-framework.xml ws-policy-framework.html
Log Message:
Fixed formatting (note element to cause highlighting that thisis informational) for previous checkin: applied resolution http://www.w3.org/2007/03/13-ws-policy-irc#T18-27-19" for issue 4379 with minor editorial revision (editors action 181). This adds informative note on C14N 1.1 and XML Security Maintenance WG.
Index: ws-policy-framework.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.xml,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -d -r1.124 -r1.125
--- ws-policy-framework.xml 13 Mar 2007 21:09:59 -0000 1.124
+++ ws-policy-framework.xml 13 Mar 2007 22:22:58 -0000 1.125
@@ -701,20 +701,22 @@
<rfc2119>MAY</rfc2119> be formed using this value per Section
4.2 of WS-Security [<bibref ref="WS-Security"/>] when @wsu:Id is
used.</p>
- <p>The use of <code>xml:id</code> attribute in conjunction with
+ <note><p>The use of <code>xml:id</code> attribute in conjunction with
Canonical XML 1.0 is inappropriate as described in Appendix C of
xml:id Version 1.0 [<bibref ref="XMLID"/>] and thus this combination
must be avoided (see [<bibref ref="C14NNOTE"/>]). For example, a
policy expression identified using <code>xml:id</code> attribute
should not be signed using XML Digital Signature when Canonical XML
1.0 is being used as the canonicalization method.</p>
- <p>Note: Canonical XML 1.1 [<bibref ref="XMLID11"/>] is intended to
+ </note>
+ <note>
+ <p>Canonical XML 1.1 [<bibref ref="XMLID11"/>] is intended to
address the issues that occur with Canonical XML 1.0 with regards to
<code>xml:id</code>. The W3C XML Security Specifications Maintenance WG has
been chartered to address how to integrate Canonical XML 1.1 with XML
Security, including XML Signature [<bibref ref="SecSpecMaintWG"/>]
(See http://www.w3.org/2007/xmlsec/.)
- </p>
+ </p></note>
</def>
</gitem>
</glist>
Index: ws-policy-framework.html
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.html,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- ws-policy-framework.html 13 Mar 2007 21:09:59 -0000 1.103
+++ ws-policy-framework.html 13 Mar 2007 22:22:58 -0000 1.104
@@ -479,19 +479,19 @@
be met. To refer to this policy expression, an IRI-reference
<span class="rfc2119">MAY</span> be formed using this value per Section
4.2 of WS-Security [<cite><a href="#WS-Security">WS-Security 2004</a></cite>] when @wsu:Id is
- used.</p><p>The use of <code>xml:id</code> attribute in conjunction with
+ used.</p><div class="note"><p class="prefix"><b>Note:</b></p><p>The use of <code>xml:id</code> attribute in conjunction with
Canonical XML 1.0 is inappropriate as described in Appendix C of
xml:id Version 1.0 [<cite><a href="#XMLID">XML ID</a></cite>] and thus this combination
must be avoided (see [<cite><a href="#C14NNOTE">C14N 1.0 Note</a></cite>]). For example, a
policy expression identified using <code>xml:id</code> attribute
should not be signed using XML Digital Signature when Canonical XML
- 1.0 is being used as the canonicalization method.</p><p>Note: Canonical XML 1.1 [<cite><a href="#XMLID11">XMLID11</a></cite>] is intended to
+ 1.0 is being used as the canonicalization method.</p></div><div class="note"><p class="prefix"><b>Note:</b></p><p>Canonical XML 1.1 [<cite><a href="#XMLID11">XMLID11</a></cite>] is intended to
address the issues that occur with Canonical XML 1.0 with regards to
<code>xml:id</code>. The W3C XML Security Specifications Maintenance WG has
been chartered to address how to integrate Canonical XML 1.1 with XML
Security, including XML Signature [<cite><a href="#SecSpecMaintWG">SecSpecMaintWG</a></cite>]
(See http://www.w3.org/2007/xmlsec/.)
- </p></dd></dl><p>The following example illustrates how to associate a policy expression with the
+ </p></div></dd></dl><p>The following example illustrates how to associate a policy expression with the
absolute IRI <code>"http://www.example.com/policies/P1"</code>:</p><div class="exampleInner"><pre>(01) <wsp:Policy
Name="http://www.example.com/policies/P1"
xmlns:wsp="http://www.w3.org/ns/ws-policy" >
Received on Tuesday, 13 March 2007 22:23:09 UTC