- From: Marc Hadley via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 22 Apr 2005 18:26:52 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv1485
Modified Files:
ws-addr-core.xml
Log Message:
Added resolution to lc22 - clarified ignore rule for extension attributes.
Index: ws-addr-core.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-core.xml,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -d -r1.69 -r1.70
*** ws-addr-core.xml 22 Apr 2005 18:24:17 -0000 1.69
--- ws-addr-core.xml 22 Apr 2005 18:26:50 -0000 1.70
***************
*** 527,534 ****
<p>Due to the range of network technologies currently in wide-spread use (e.g., NAT,
DHCP, firewalls), many deployments cannot assign a meaningful global IRI to a given
! endpoint. To allow these "anonymous" endpoints to send and receive messages,
! WS-Addressing defines the following well-known URI for use by
! endpoints that cannot have a stable, resolvable IRI:
! <attval>&nsuri;/role/anonymous</attval>
</p>
<p>Requests whose [reply endpoint], [source endpoint] and/or [fault endpoint] use this
--- 527,533 ----
<p>Due to the range of network technologies currently in wide-spread use (e.g., NAT,
DHCP, firewalls), many deployments cannot assign a meaningful global IRI to a given
! endpoint. To allow these "anonymous" endpoints to send and receive messages,
! WS-Addressing defines the following well-known URI for use by endpoints that cannot
! have a stable, resolvable IRI: <attval>&nsuri;/role/anonymous</attval>
</p>
<p>Requests whose [reply endpoint], [source endpoint] and/or [fault endpoint] use this
***************
*** 631,636 ****
<label> /wsa:Action</label>
<def>
! <p>This REQUIRED element of type xs:anyURI conveys the value of the [action]
! property.</p>
</def>
</gitem>
--- 630,635 ----
<label> /wsa:Action</label>
<def>
! <p>This REQUIRED element of type xs:anyURI conveys the value of the
! [action] property.</p>
</def>
</gitem>
***************
*** 645,649 ****
</glist>
<p>Note that each of the element information items described above allows attribute
! wildcards for future extensibility.</p>
<div3 id="compiri">
<head>Comparing IRIs</head>
--- 644,649 ----
</glist>
<p>Note that each of the element information items described above allows attribute
! wildcards for future extensibility. A message processor may safely ignore any
! extension attribute it does not recognize.</p>
<div3 id="compiri">
<head>Comparing IRIs</head>
***************
*** 654,661 ****
ref="RFC3987"/> section 5.3.1, is sufficient to determine equivalence of
these IRIs.</p>
! <p>Comparison of [destination] property values is out of scope, other
! than using simple string comparison to detect whether the value
! is anonymous, that is, where [destination] has the value
! "&nsuri;/role/anonymous".</p>
</div3>
</div2>
--- 654,660 ----
ref="RFC3987"/> section 5.3.1, is sufficient to determine equivalence of
these IRIs.</p>
! <p>Comparison of [destination] property values is out of scope, other than using
! simple string comparison to detect whether the value is anonymous, that is,
! where [destination] has the value "&nsuri;/role/anonymous".</p>
</div3>
</div2>
Received on Friday, 22 April 2005 18:26:53 UTC