Does site copy use PROPFIND

"Mark D Drake" <[email protected]> Wed, 11 Jan 2006 09:08:28 -0800
Newsgroups gmane.comp.web.sitecopy
Message-ID <20060111090828633.00000002620@mdrake-lap>
When Sitecopy uses HTTP will it preserve all DAV properties associated with a resource...
 
Eg if I have a simple text document represented by the following resource
 
<Resource xmlns="http://xmlns.oracle.com/xdb/XDBResource.xsd" Hidden="false" Invalid="false" Container="false" CustomRslv="false" VersionHistory="false" StickyRef="true">
  <CreationDate>2006-01-11T17:01:59.023000</CreationDate>
  <ModificationDate>2006-01-11T17:04:47.646000</ModificationDate>
  <DisplayName>test.txt</DisplayName>
  <Language>en-US</Language>
  <CharacterSet>UTF-8</CharacterSet>
  <ContentType>text/plain</ContentType>
  <RefCount>1</RefCount>
  <ACL>
    <acl description="Public:All privileges to PUBLIC" xmlns="http://xmlns.oracle.com/xdb/acl.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.oracle.com/xdb/acl.xsd                           http://xmlns.oracle.com/xdb/acl.xsd">
      <ace>
        <principal>PUBLIC</principal>
        <grant>true</grant>
        <privilege>
          <all/>
        </privilege>
      </ace>
    </acl>
  </ACL>
  <Owner>SCOTT</Owner>
  <Creator>SCOTT</Creator>
  <LastModifier>SCOTT</LastModifier>
  <SchemaElement>http://xmlns.oracle.com/xdb/XDBSchema.xsd#text</SchemaElement>
  <Contents>
    <text>Mary Had a Little Lamb</text>
  </Contents>
  <Comment xmlns="">This is a Rhyme</Comment>
</Resource>

would sitecopy simply get the filename / location and the content, which in this case is "Mary Had a Little Lamb", or would it use PROPFIND to discover and preserve any or all the other properties associated with this resource..

_______________________________________________
sitecopy maillist  -  [email protected]
http://dav.lyra.org/mailman/listinfo/sitecopy