- From: Frederick Hirsch via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 18 Dec 2006 18:18:24 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv8827
Modified Files:
ws-policy-framework.xml
Log Message:
Implemented resolution for bug 4039: http://www.w3.org/Bugs/Public/show_bug.cgi?id=4039">4039, relationship to XML Base.
Index: ws-policy-framework.xml
===================================================================
RCS file: /sources/public/2006/ws/policy/ws-policy-framework.xml,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- ws-policy-framework.xml 13 Dec 2006 17:42:01 -0000 1.94
+++ ws-policy-framework.xml 18 Dec 2006 18:18:21 -0000 1.95
@@ -1380,6 +1380,13 @@
such that two assertions of the same assertion type are always (or at
least typically) compatible.</p>
</div2>
+<div2 id="IRI_Policy_Expressions">
+<head>Use of IRIs in Policy Expressions</head>
+<p>Policy expressions use IRIs for some identifiers. This document does not define a base URI but relies
+ on the mechanisms defined in XML Base [<bibref ref="XMLBASE" />] and RFCs 3023 [<bibref ref="RFC3023" />],
+ 3986 [<bibref ref="RFC3986" />] and 3987 [<bibref ref="RFC3987" />]
+ for establishing a base URI against which relative IRIs can be made absolute.</p>
+ </div2>
</div1>
<div1 id="Security_Considerations">
<head>Security Considerations</head>
@@ -1551,7 +1558,12 @@
</gitem>
<gitem>
<label>Base URI:</label>
- <def><p>As specified in <bibref ref="RFC3023"/>, section 6.</p>
+ <def><p>As specified in <bibref ref="RFC3023"/>, section 6.
+ Also see section
+ <xspecref href="&framework.latest;#IRI_Policy_Expressions">4.6 Use of IRIs in Policy Expressions</xspecref>
+ in this document and
+ <xspecref href="&attachment.latest;#IRI_Policy_Attachment">section 3.5
+ Use of IRIs in Policy Attachment</xspecref> in the Web Services Policy 1.5 - Attachment.</p>
</def>
</gitem>
<gitem>
@@ -1602,6 +1614,13 @@
Engineering Task Force, June 1999. Available at
http://www.ietf.org/rfc/rfc2119.txt.
</bibl>
+ <bibl key="IETF RFC 3986" href="http://www.ietf.org/rfc/rfc3986.txt" id="RFC3986">
+ <titleref>Uniform Resource Identifier (URI): Generic Syntax
+ </titleref>, T. Berners-Lee, R. Fielding and L. Masinter,
+ Authors. Network Working Group,
+ January 2005. Available at
+ http://www.ietf.org/rfc/rfc3986.txt.
+ </bibl>
<bibl key="IETF RFC 3987" href="http://www.ietf.org/rfc/rfc3987.txt" id="RFC3987">
<titleref>Internationalized Resource Identifiers (IRIs)
</titleref>, M. Duerst and M. Suignard,
@@ -1616,6 +1635,14 @@
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.
</bibl>
+ <bibl id="XMLBASE" key="XML BASE" href="http://www.w3.org/TR/2001/REC-xmlbase-20010627/">
+ <titleref>XML Base</titleref>, Jonathan Marsh, Editor. World Wide
+ Web Consortium, 27 June 2001. This version of the XML
+ Base Recommendation is
+ http://www.w3.org/TR/2001/REC-xmlbase-20010627/. The <loc
+ href="http://www.w3.org/TR/xmlbase/">latest version of XML
+ Base</loc> is available at http://www.w3.org/TR/xmlbase/.
+ </bibl>
<bibl id="XML10" key="XML 1.0" href="http://www.w3.org/TR/2006/REC-xml-20060816">
<titleref>Extensible Markup Language (XML) 1.0 (Fourth
Edition)</titleref>, T. Bray, J. Paoli,
@@ -1681,7 +1708,7 @@
version of XML Schema Part 2</loc> is available at
http://www.w3.org/TR/xmlschema-2.
</bibl>
- <bibl key="RFC 3023"
+ <bibl key="IETF RFC 3023"
href="http://www.ietf.org/rfc/rfc3023.txt" id="RFC3023">IETF
"RFC 3023: XML Media Types", M. Murata, S. St. Laurent, D. Kohn, July
1998.</bibl>
@@ -2304,6 +2331,15 @@
<loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/93">93</loc> for Mac MIME type.
</td>
</tr>
+ <tr>
+ <td>20061218</td>
+ <td>FH</td>
+ <td>Implemented the
+ <loc href="http://www.w3.org/2006/12/13-ws-policy-irc#T17-45-16">resolution</loc> for issue
+ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=4039">4039</loc> to close editors' action
+ <loc href="http://www.w3.org/2005/06/tracker/wspolicyeds/actions/99">99</loc>.
+ </td>
+ </tr>
</tbody>
</table>
</inform-div1>
Received on Monday, 18 December 2006 18:18:35 UTC