<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?>
<!--<!DOCTYPE rfc SYSTEM "rfc2629.dtd">-->
<?rfc toc="yes"?>
<?rfc symrefs="yes"?>
<?rfc-ext parse-xml-in-artwork="yes" ?>
<!--  <?rfc private="Test"?> -->
<rfc xmlns:x='http://purl.org/net/xml2rfc/ext' xmlns:ed="http://greenbytes.de/2002/rfcedit" ipr="full2026" docName="draft-reschke-webdav-allprop-include-05" ed:entered-by="julian.reschke@greenbytes.de">
  <x:link rel="up" href="http://greenbytes.de/tech/webdav/#draft-reschke-webdav-allprop-include"/>
  <x:link rel="prev" href="http://greenbytes.de/tech/webdav/draft-reschke-allprop-include-04.html"/>
  <x:link rel="next" href="http://greenbytes.de/tech/webdav/draft-reschke-allprop-include-06.html"/>
  <x:link rel="Bookmark" title="IETF WEBDAV Working Group" href="http://ftp.ics.uci.edu/pub/ietf/webdav/"/>
  <x:link rel="Alternate" title="(latest)" href="http://greenbytes.de/tech/webdav/draft-reschke-allprop-include-latest.html"/>
  <x:link rel="Alternate" title="draft 07" href="http://greenbytes.de/tech/webdav/draft-reschke-allprop-include-07.html"/>
  <x:link rel="Alternate" title="draft 06" href="http://greenbytes.de/tech/webdav/draft-reschke-allprop-include-06.html"/>
  <x:link rel="Alternate" title="draft 05" href="http://greenbytes.de/tech/webdav/draft-reschke-allprop-include-05.html"/>
  <x:link rel="Alternate" title="draft 04" href="http://greenbytes.de/tech/webdav/draft-reschke-allprop-include-04.html"/>
  <x:link rel="Alternate" title="draft 03" href="http://greenbytes.de/tech/webdav/draft-reschke-allprop-include-03.html"/>
  <x:link rel="Alternate" title="draft 02" href="http://greenbytes.de/tech/webdav/draft-reschke-allprop-include-02.html"/>
  <x:link rel="Alternate" title="draft 01" href="http://greenbytes.de/tech/webdav/draft-reschke-allprop-include-01.html"/>
  <x:link rel="Alternate" title="draft 00" href="http://greenbytes.de/tech/webdav/draft-reschke-allprop-include-00.html"/>
	<front>
    	<title abbrev="WebDAV PROPFIND/allprop/include">Including additional properties in WebDAV PROPFIND/allprop requests</title>

			<author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor">
				<organization abbrev="greenbytes">greenbytes GmbH</organization>
        <address>
        	<postal>
          	<street>Salzmannstrasse 152</street>
            <city>Muenster</city><region>NW</region><code>48159</code>
           	<country>Germany</country>
         	</postal>
    		  <phone>+49 251 2807760</phone>	
		    	<facsimile>+49 251 2807761</facsimile>	
				  <email>julian.reschke@greenbytes.de</email>	
				  <uri>http://greenbytes.de/tech/webdav/</uri>	
				</address>
			</author>
      
			<author initials="S." surname="Eissing" fullname="Stefan Eissing">
				<organization abbrev="greenbytes">greenbytes GmbH</organization>
        <address>
        	<postal>
          	<street>Salzmannstrasse 152</street>
            <city>Muenster</city><region>NW</region><code>48159</code>
           	<country>Germany</country>
         	</postal>
    		  <phone>+49 251 2807760</phone>	
		    	<facsimile>+49 251 2807761</facsimile>	
				  <email>stefan.eissing@greenbytes.de</email>	
				  <uri>http://greenbytes.de/tech/webdav/</uri>	
				</address>
			</author>

    <date month="December" year="2003"/>
		<workgroup>WEBDAV Working Group</workgroup>
        <abstract><t>
Recent specifications extending the Web Distributed Authoring Protocol (WebDAV)
restrict the set of properties returned automatically upon a PROPFIND/allprop
request. This specification defines a method to add specific properties to
the set of properties returned upon PROPFIND/allprop.
        </t>
		<t>
Distribution of this document is unlimited. Please send comments to the 
Distributed Authoring and Versioning (WebDAV) working group at <eref target="mailto:w3c-dist-auth@w3.org">w3c-dist-auth@w3.org</eref>, which may be joined by sending a message with subject 
"subscribe" to <eref target="mailto:w3c-dist-auth-request@w3.org?subject=subscribe">w3c-dist-auth-request@w3.org</eref>.
		</t><t>
Discussions of the WEBDAV working group are archived at URL: 
<eref target="http://lists.w3.org/Archives/Public/w3c-dist-auth/">http://lists.w3.org/Archives/Public/w3c-dist-auth/</eref>.               
       	</t> 
</abstract>
	</front>

	<middle>


<section title="Notational Conventions">
<t>
	The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", 
	"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this 
	document are to be interpreted as described in <xref target="RFC2119"/>.
</t>
</section>

<section title="Introduction">
<t>
	Recent specifications extending the "Web Distributed Authoring Protocol" (WebDAV,
  <xref target="RFC2518"/>) like "Versioning Extensions to WebDAV" <xref target="RFC3253"/>
  and "WebDAV Access Control Protocol" <xref target="ACL"/> restrict the set
  of properties returned automatically upon a PROPFIND/allprop request in
  order to avoid the expensive computation of properties that the client in many
  cases isn't interested in.
</t>
<t>
	However, this change from the behaviour defined in WebDAV can lead to
  situations where clients need to perform two requests to retrieve all properties
  they are interested in (one using PROPFIND/allprop, then PROPFIND/prop
  enumerating the new properties that weren't reported upon the first request).
  This specification defines a backward-compatible extension to add specific
  properties to the set of properties returned upon PROPFIND/allprop, thus
  saving at least one PROPFIND request.
</t>
<t>
  This document defines an extension element that could ultimately become 
  part of the core WebDAV protocol. Being just an individual
  submission, it currently defines it in the proprietary namespace
</t>
<figure><artwork>
  http://sapportals.com/xmlns/cm/webdav
</artwork></figure>
<t>
  instead of the "DAV:" namespace. It uses a prefix of "in:"
  for referring to elements in this namespace. However, WebDAV server and clients
  are free to use any prefix, provided that there is a namespace declaration that
  binds the prefix to the URI of the same namespace.
</t>
</section>

<section title="Extensions to PROPFIND/allprop">
<t>
	The "allprop" version of PROPFIND is extended to take an optional in:include
  element.
  When present, it contains a set of property names that shall be reported
  in addition to those properties that the server usually would return upon
  PROPFIND/allprop.
</t>
<section title="Example for PROPFIND/allprop/include with extended server" anchor="example">
<figure><preamble>
   &gt;&gt;Request</preamble>
<artwork>
PROPFIND  /container/front.html HTTP/1.1
Host: www.example.org
Depth: 1
Content-Type: text/xml; charset="utf-8"
Content-Length: xxxx

&lt;?xml version="1.0" encoding="utf-8" ?&gt;
&lt;propfind xmlns="DAV:"
  xmlns:in="http://sapportals.com/xmlns/cm/webdav"&gt;
  &lt;allprop/&gt;
  &lt;in:include&gt;
    &lt;checked-in/&gt;
    &lt;checked-out/&gt;
  &lt;/in:include&gt;
&lt;/propfind&gt;
</artwork></figure>
<figure><preamble>
   &gt;&gt;Response</preamble>
<artwork>
HTTP/1.1 207 Multi-Status
Content-Type: text/xml; charset="utf-8"
Content-Length: xxxx

&lt;?xml version="1.0" encoding="utf-8" ?&gt;
&lt;multistatus xmlns="DAV:"&gt;
  &lt;response&gt;
    &lt;href&gt;http://www.example.org/container/front.html&lt;/href&gt;
    &lt;propstat&gt;
      &lt;prop&gt;
        &lt;R:bigbox xmlns:R="http://www.example.org/boxschema/"&gt;
          &lt;R:BoxType&gt;Box type B&lt;/R:BoxType&gt;
        &lt;/R:bigbox&gt;
        &lt;creationdate&gt;1997-12-01T18:27:21-08:00&lt;/creationdate&gt;
        &lt;displayname&gt;Example HTML resource&lt;/displayname&gt;
        &lt;getcontentlength&gt;4525&lt;/getcontentlength&gt;
        &lt;getcontenttype&gt;text/html&lt;/getcontenttype&gt;
        &lt;getetag&gt;zzyzx&lt;/getetag&gt;
        &lt;getlastmodified
        &gt;Monday, 12-Jan-98 09:25:56 GMT&lt;/getlastmodified&gt;
        &lt;resourcetype/&gt;
        &lt;supportedlock&gt;
          &lt;lockentry&gt;
            &lt;lockscope&gt;&lt;exclusive/&gt;&lt;/lockscope&gt;
            &lt;locktype&gt;&lt;write/&gt;&lt;/locktype&gt;
          &lt;/lockentry&gt;
          &lt;lockentry&gt;
            &lt;lockscope&gt;&lt;shared/&gt;&lt;/lockscope&gt;
            &lt;locktype&gt;&lt;write/&gt;&lt;/locktype&gt;
          &lt;/lockentry&gt;
        &lt;/supportedlock&gt;
        &lt;checked-in&gt;
          &lt;href
          &gt;http://www.example.org/vsn/container/front.html-1&lt;/href&gt;
        &lt;/checked-in&gt;
      &lt;/prop&gt;
      &lt;status&gt;HTTP/1.1 200 OK&lt;/status&gt;
    &lt;/propstat&gt;
    &lt;propstat&gt;
      &lt;prop&gt;
        &lt;checked-out/&gt;
      &lt;/prop&gt;
      &lt;status&gt;HTTP/1.1 404 NOT FOUND&lt;/status&gt;
    &lt;/propstat&gt;
  &lt;/response&gt;
&lt;/multistatus&gt;
</artwork></figure>
<t>
	In this example, the server has recognized the extension element
  in:include and included the properties DAV:checked-in
  and DAV:checked-out (as defined in <xref target="RFC3253"/>).
</t>
</section>

<section title="Example for PROPFIND/allprop/include with non-extended server" anchor="example-old">
<figure><preamble>
   &gt;&gt;Request</preamble>
<artwork>
PROPFIND  /container/front.html HTTP/1.1
Host: www.example.org
Depth: 1
Content-Type: text/xml; charset="utf-8"
Content-Length: xxxx

&lt;?xml version="1.0" encoding="utf-8" ?&gt;
&lt;propfind xmlns="DAV:"
  xmlns:in="http://sapportals.com/xmlns/cm/webdav"&gt;
  &lt;allprop/&gt;
  &lt;in:include&gt;
    &lt;checked-in/&gt;
    &lt;checked-out/&gt;
  &lt;/in:include&gt;
&lt;/propfind&gt;
</artwork></figure>
<figure><preamble>
   &gt;&gt;Response</preamble>
<artwork>
HTTP/1.1 207 Multi-Status
Content-Type: text/xml; charset="utf-8"
Content-Length: xxxx

&lt;?xml version="1.0" encoding="utf-8" ?&gt;
&lt;multistatus xmlns="DAV:"&gt;
  &lt;response&gt;
    &lt;href&gt;http://www.example.org/container/front.html&lt;/href&gt;
    &lt;propstat&gt;
      &lt;prop&gt;
        &lt;R:bigbox xmlns:R="http://www.example.org/boxschema/"&gt;
          &lt;R:BoxType&gt;Box type B&lt;/R:BoxType&gt;
        &lt;/R:bigbox&gt;
        &lt;creationdate&gt;1997-12-01T18:27:21-08:00&lt;/creationdate&gt;
        &lt;displayname&gt;Example HTML resource&lt;/displayname&gt;
        &lt;getcontentlength&gt;4525&lt;/getcontentlength&gt;
        &lt;getcontenttype&gt;text/html&lt;/getcontenttype&gt;
        &lt;getetag&gt;zzyzx&lt;/getetag&gt;
        &lt;getlastmodified
        &gt;Monday, 12-Jan-98 09:25:56 GMT&lt;/getlastmodified&gt;
        &lt;resourcetype/&gt;
        &lt;supportedlock&gt;
          &lt;lockentry&gt;
            &lt;lockscope&gt;&lt;exclusive/&gt;&lt;/lockscope&gt;
            &lt;locktype&gt;&lt;write/&gt;&lt;/locktype&gt;
          &lt;/lockentry&gt;
          &lt;lockentry&gt;
            &lt;lockscope&gt;&lt;shared/&gt;&lt;/lockscope&gt;
            &lt;locktype&gt;&lt;write/&gt;&lt;/locktype&gt;
           &lt;/lockentry&gt;
         &lt;/supportedlock&gt;
      &lt;/prop&gt;
      &lt;status&gt;HTTP/1.1 200 OK&lt;/status&gt;
    &lt;/propstat&gt;
  &lt;/response&gt;
&lt;/multistatus&gt;
</artwork></figure>
<t>
	In this case the in:include element was simply ignored. The client
  can detect this situation by checking for the presence of the requested
  properties and will have to issue an additional PROPFIND/prop request
  (to retrieve the missing properties). 
</t>
</section>

</section>

<section title="Changes to WebDAV DTD" anchor="dtd">
<figure><artwork>
&lt;!ELEMENT propfind ((allprop, in:include+) | propname | prop) &gt;
&lt;!ELEMENT in:include ANY &gt;
</artwork></figure>
<t>
Note that the WebDAV DTD is informal only and cannot be used to validate
request or response bodies (due to the inability to properly work with
XML namespaces).
</t>
</section>

<section title="Compatibility Considerations">
<t>
	This specification introduces a new child element for the DAV:propfind
  element, defined in <xref target="dtd"/>. Old servers will ignore this
  element (see <xref target="RFC2518"/>, chapter 14). Clients can detect
  this situation as outlined in <xref target="example-old"/>.
</t>
<t>
	Clients not aware of this specification will not be affected at all,
  because they will never use the new in:include element in PROPFIND
  requests.  
</t>
</section>

<section title="Internationalization Considerations">
<t>
   This proposal builds on <xref target="RFC2518"/>, and inherits its 
   internationalizability.
</t>
</section>

<section title="IANA Considerations">
<t>
   This proposal does not introduce any new IANA considerations, since 
   it does not specify any new namespaces (in the general sense), but 
   merely uses existing ones.
</t>
</section>

<ed:replace datetime="2003-08-11"><ed:del>
<section title="Copyright">
<t>
To be supplied by the RFC Editor.
</t>
</section>
</ed:del></ed:replace>

<ed:replace datetime="2003-08-11"><ed:del>
<section title="Intellectual Property">
<t>
To be supplied by the RFC Editor.
</t>
</section>
</ed:del></ed:replace>

    </middle>

	<back>


  

<references title="Normative References">
	

<reference anchor="RFC2119">

<front>
<title abbrev="RFC Key Words">Key words for use in RFCs to Indicate Requirement Levels</title>
<author initials="S." surname="Bradner" fullname="Scott Bradner">
<organization>Harvard University</organization>
<address>
<postal>
<street>1350 Mass. Ave.</street>
<street>Cambridge</street>
<street>MA 02138</street></postal>
<phone>- +1 617 495 3864</phone>
<email>-</email></address></author>
<date month="March" year="1997"/>
<area>General</area>
<keyword>keyword</keyword>
<abstract>
<t>
   In many standards track documents several words are used to signify
   the requirements in the specification.  These words are often
   capitalized.  This document defines these words as they should be
   interpreted in IETF documents.  Authors who follow these guidelines
   should incorporate this phrase near the beginning of their document:

<list>
<t>
      The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
      NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED",  "MAY", and
      "OPTIONAL" in this document are to be interpreted as described in
      RFC 2119.
</t></list></t>
<t>
   Note that the force of these words is modified by the requirement
   level of the document in which they are used.
</t></abstract></front>

<seriesInfo name="BCP" value="14"/>
<seriesInfo name="RFC" value="2119"/>
</reference>



<reference anchor="RFC2518">
<front>
<title>HTTP Extensions for Distributed Authoring -- WEBDAV</title>
<author initials="Y." surname="Goland" fullname="Y. Goland">
  <organization>Microsoft Corporation</organization>
  <address><email>yarong@microsoft.com</email></address>
</author>
<author initials="E." surname="Whitehead" fullname="E. J. Whitehead, Jr.">
  <organization abbrev="UC Irvine">Dept. Of Information and Computer Science, University of California, Irvine</organization>
	<address><email>ejw@ics.uci.edu</email></address>
</author>
<author initials="A." surname="Faizi" fullname="A. Faizi">
  <organization abbrev="Netscape">Netscape</organization>
  <address><email>asad@netscape.com</email></address>
</author>
<author initials="S.R." surname="Carter" fullname="S. R. Carter">
  <organization abbrev="Novell">Novell</organization>
  <address><email>srcarter@novell.com</email></address>
</author>
<author initials="D." surname="Jensen" fullname="D. Jensen">
  <organization abbrev="Novell">Novell</organization>
  <address><email>dcjensen@novell.com</email></address>
</author>
<date month="February" year="1999"/></front>

<seriesInfo name="RFC" value="2518"/>
</reference>

<reference anchor="RFC3253">
<front>
<title>Versioning Extensions to WebDAV</title>
<author initials="G." surname="Clemm" fullname="G. Clemm">
  <organization>Rational Software</organization>
  <address><email>geoffrey.clemm@rational.com</email></address>
</author>
<author initials="J." surname="Amsden" fullname="J. Amsden">
  <organization>IBM</organization>
  <address><email>jamsden@us.ibm.com</email></address>
</author>
<author initials="T." surname="Ellison" fullname="T. Ellison">
  <organization>IBM</organization>
  <address><email>tim_ellison@uk.ibm.com</email></address>
</author>
<author initials="C." surname="Kaler" fullname="C. Kaler">
  <organization>Microsoft</organization>
  <address><email>ckaler@microsoft.com</email></address>
</author>
<author initials="J." surname="Whitehead" fullname="J. Whitehead">
  <organization>UC Santa Cruz, Dept. of Computer Science</organization>
  <address><email>ejw@cse.ucsc.edu</email></address>
</author>
<date month="March" year="2002"/></front>
<seriesInfo name="RFC" value="3253"/>
</reference>
</references>

<references title="Informative References">
<reference anchor="ACL" target="http://www.webdav.org/acl/protocol/draft-ietf-webdav-acl-12.htm">
<front>
<title>WebDAV Access Control Protocol</title>
<author initials="G." surname="Clemm" fullname="G. Clemm">
  <organization>IBM</organization>
  <address><email>geoffrey.clemm@us.ibm.com</email></address>
</author>
<author initials="A." surname="Hopkins" fullname="A. Hopkins">
  <organization>Microsoft Corporation</organization>
  <address><email>annehop@microsoft.com</email></address>
</author>
<author initials="E." surname="Sedlar" fullname="E. Sedlar">
  <organization>Oracle Corporation</organization>
  <address><email>esedlar@us.oracle.com</email></address>
</author>
<author initials="J." surname="Whitehead" fullname="J. Whitehead">
  <organization>UC Santa Cruz, Dept. of Computer Science</organization>
  <address><email>ejw@cse.ucsc.edu</email></address>
</author>
<date month="October" year="2003"/></front>
<seriesInfo name="ID" value="draft-ietf-webdav-acl-12"/>
</reference>

<reference anchor="ID-RFC2518bis" target="http://greenbytes.de/tech/webdav/draft-ietf-webdav-rfc2518bis-05.txt">
<front>
<title>HTTP Extensions for Distributed Authoring - WebDAV RFC2518 bis</title>
<author initials="L." surname="Dusseault" fullname="Lisa Dusseault">
  <organization>Xythos Software, Inc. </organization>
  <address><email>lisa@xythos.com </email></address>
</author>
<author initials="J. L." surname="Crawford" fullname="Jason L. Crawford">
  <organization>IBM</organization>
  <address><email>nnjason8451@smallcue.com</email></address>
</author>
<date month="October" year="2003"/></front>
<seriesInfo name="ID" value="draft-ietf-webdav-rfc2518bis-05"/>
</reference>

</references>

<section title="Alternate syntax proposal from interim WebDAV working group meeting">
<t>
  This section briefly describes an alternate approach to the problem covered
  by this draft. It was discussed during the interim WebDAV working group
  meeting in January 2003 and was supported by all meeting attendees. <ed:ins datetime="2003-10-31">
  It was also added to the latest draft for the revision of <xref target="RFC2518"/>,
  <xref target="ID-RFC2518bis"/>.
  </ed:ins>
</t>

<section title="PROPFIND/prop extension to include dead properties">
<t>
  Additional PROPFIND marshalling:
  <list>
<t><figure>
<ed:replace datetime="2003-06-23">
<ed:del>
<artwork>
&lt;!ELEMENT propfind (allprop | propname | (prop, dead-props+)) &gt;
&lt;!ELEMENT dead-props EMPTY &gt;
</artwork>
</ed:del>
<ed:ins>
<artwork>
&lt;!ELEMENT propfind (allprop | propname | (prop, dead-props?)) &gt;
&lt;!ELEMENT dead-props EMPTY &gt;
</artwork>
</ed:ins>
</ed:replace>
</figure></t>
  </list>
</t>
<t>  
  The DAV:dead-props element can be added to PROPFIND requests that retrieve
  named properties using DAV:prop. When present, the server MUST include
  all dead properties defined on the resource.
</t>
</section>
<section title="Example">
<t>
  This example shows the alternate syntax applied to the example from <xref target="example"/>.
</t>
<figure><preamble>
   &gt;&gt;Request</preamble>
<artwork>
PROPFIND  /container/front.html HTTP/1.1
Host: www.example.org
Depth: 1
Content-Type: text/xml; charset="utf-8"
Content-Length: xxxx

&lt;?xml version="1.0" encoding="utf-8" ?&gt;
&lt;propfind xmlns="DAV:"&gt;
  &lt;prop&gt;
    &lt;checked-in /&gt;
    &lt;checked-out /&gt;  
  &lt;/prop&gt;
  &lt;dead-props /&gt;
&lt;/propfind&gt;
</artwork></figure>
<figure><preamble>
   &gt;&gt;Response</preamble>
<artwork>
HTTP/1.1 207 Multi-Status
Content-Type: text/xml; charset="utf-8"
Content-Length: xxxx

&lt;?xml version="1.0" encoding="utf-8" ?&gt;
&lt;multistatus xmlns="DAV:"&gt;
  &lt;response&gt;
    &lt;href&gt;http://www.example.org/container/front.html&lt;/href&gt;
    &lt;propstat&gt;
      &lt;prop&gt;
        &lt;R:bigbox xmlns:R="http://www.example.org/boxschema/"&gt;
          &lt;R:BoxType&gt;Box type B&lt;/R:BoxType&gt;
        &lt;/R:bigbox&gt;
        &lt;checked-in&gt;
          &lt;href
          &gt;http://www.example.org/vsn/container/front.html-1&lt;/href&gt;
        &lt;/checked-in&gt;
      &lt;/prop&gt;
      &lt;status&gt;HTTP/1.1 200 OK&lt;/status&gt;
    &lt;/propstat&gt;
    &lt;propstat&gt;
      &lt;prop&gt;
        &lt;checked-out/&gt;
      &lt;/prop&gt;
      &lt;status&gt;HTTP/1.1 404 NOT FOUND&lt;/status&gt;
    &lt;/propstat&gt;
  &lt;/response&gt;
&lt;/multistatus&gt;
</artwork></figure>
</section>
</section>
  

<section title="Change Log (to be removed by RFC Editor before publication)">

<section title="Since 'draft-reschke-webdav-allprop-include-00'">
<t>
  Moved &lt;include&gt; element out of "DAV:" namespace.<vspace/>
  Updated reference to deltaV (now RFC3253).<vspace/>
  Changed examples to explicitly use utf-8 encoding for HTTP content type and
  XML encoding.<vspace/>
  Updated WebDAV ACL reference to draft 07.<vspace/>
  Made sure figures fit in 72 columns.<vspace/>
  Split references into "Normative" and "Informative".
</t>
</section>

<section title="Since 'draft-reschke-webdav-allprop-include-01'">
<t>
  Updated WebDAV ACL reference to draft 09.<vspace/>
</t>
</section>

<section title="Since 'draft-reschke-webdav-allprop-include-02'">
<t>
  Fixed XML errors in examples (wrong closing href tags).<vspace/>
  Replaced domain names in examples according to RFC2606: "www.foo.bar" by
  "www.example.org".<vspace/>
  Shortened checked-in URI to fit into 72 characters in example.
</t>
</section>

<section title="Since 'draft-reschke-webdav-allprop-include-03'">
<t>
  Added short description of alternate syntax discussed during interim
  WebDAV WG meeting (January 2003).
</t>
</section>

<ed:ins datetime="2003-10-31">
<section title="Since 'draft-reschke-webdav-allprop-include-04'">
<t>
  DTD fix for dead-props variant.
  Remove superfluous IP and copyright sections.
  Added reference to RFC2518bis. Updated reference to ACL draft.
</t>
</section>
</ed:ins>

</section>

    </back>
</rfc>