You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by ju...@apache.org on 2002/08/07 09:58:19 UTC

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/propfind/code propfind207.xml

juergen     2002/08/07 00:58:19

  Modified:    testsuite/testsuite/junit/xmltestcases/functional/propfind/code
                        propfind207.xml
  Log:
  adopted expected propFind response
  
  Revision  Changes    Path
  1.5       +309 -375  jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/propfind/code/propfind207.xml
  
  Index: propfind207.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/functional/propfind/code/propfind207.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- propfind207.xml	31 Jul 2002 12:53:32 -0000	1.4
  +++ propfind207.xml	7 Aug 2002 07:58:19 -0000	1.5
  @@ -10,35 +10,31 @@
   <step executeIn="Thread-5">
     <request>
       <command varUsage="globalVariableCollection,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection% HTTP/1.1</command>
  -    <header>Accept-Language: en-us</header>
       <header>Content-Type: text/xml</header>
  -    <header>Translate: f</header>
       <header>Depth: 1</header>
  -    <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV 1.1</header>
  -    <header>Connection: Keep-Alive</header>
       <body>&lt;?xml version="1.0" ?&gt;
  -&lt;propfind xmlns="DAV:"&gt;
  -&lt;prop&gt;
  -&lt;name/&gt;
  -&lt;parentname/&gt;
  -&lt;href/&gt;
  -&lt;ishidden/&gt;
  -&lt;iscollection/&gt;
  -&lt;isreadonly/&gt;
  -&lt;getcontenttype/&gt;
  -&lt;contentclass/&gt;
  -&lt;getcontentlanguage/&gt;
  -&lt;creationdate/&gt;
  -&lt;lastaccessed/&gt;
  -&lt;getlastmodified/&gt;
  -&lt;getcontentlength/&gt;
  -&lt;resourcetype/&gt;
  -&lt;isstructureddocument/&gt;
  -&lt;defaultdocument/&gt;
  -&lt;displayname/&gt;
  -&lt;isroot/&gt;
  -&lt;/prop&gt;
  -&lt;/propfind&gt;
  +            &lt;propfind xmlns="DAV:"&gt;
  +            &lt;prop&gt;
  +            &lt;name/&gt;
  +            &lt;parentname/&gt;
  +            &lt;href/&gt;
  +            &lt;ishidden/&gt;
  +            &lt;iscollection/&gt;
  +            &lt;isreadonly/&gt;
  +            &lt;getcontenttype/&gt;
  +            &lt;contentclass/&gt;
  +            &lt;getcontentlanguage/&gt;
  +            &lt;creationdate/&gt;
  +            &lt;lastaccessed/&gt;
  +            &lt;getlastmodified/&gt;
  +            &lt;getcontentlength/&gt;
  +            &lt;resourcetype/&gt;
  +            &lt;isstructureddocument/&gt;
  +            &lt;defaultdocument/&gt;
  +            &lt;displayname/&gt;
  +            &lt;isroot/&gt;
  +            &lt;/prop&gt;
  +            &lt;/propfind&gt;
   </body>
     </request>
     <response>
  @@ -50,10 +46,6 @@
   <step executeIn="Thread-4">
     <request>
       <command varUsage="globalVariableCollection,globalVariableServerName">HEAD /%globalVariableServerName%/%globalVariableCollection%/patient_1.xml HTTP/1.1</command>
  -    <header>Accept-Language: en-us</header>
  -    <header>Translate: f</header>
  -    <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV 1.1</header>
  -    <header>Connection: Keep-Alive</header>
       <body />
     </request>
     <response>
  @@ -65,16 +57,12 @@
   <step executeIn="Thread-5">
     <request>
       <command varUsage="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/patient_1.xml HTTP/1.1</command>
  -    <header>Accept-Language: en-us</header>
  -    <header>Translate: f</header>
  -    <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV 1.1</header>
  -    <header>Connection: Keep-Alive</header>
       <body>&lt;patient&gt;
  - &lt;name&gt;
  -  &lt;surname&gt;pat rec 1&lt;/surname&gt;
  -  &lt;firstname&gt;1&lt;/firstname&gt;
  -  &lt;/name&gt;
  -&lt;/patient&gt;
  +             &lt;name&gt;
  +              &lt;surname&gt;pat rec 1&lt;/surname&gt;
  +              &lt;firstname&gt;1&lt;/firstname&gt;
  +              &lt;/name&gt;
  +            &lt;/patient&gt;
   </body>
     </request>
     <response>
  @@ -86,15 +74,10 @@
   <step executeIn="Thread-4">
     <request>
       <command varUsage="globalVariableCollection,globalVariableServerName">HEAD /%globalVariableServerName%/%globalVariableCollection%/patient_1.xml HTTP/1.1</command>
  -    <header>Accept-Language: en-us</header>
  -    <header>Translate: f</header>
  -    <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV 1.1</header>
  -    <header>Connection: Keep-Alive</header>
       <body />
     </request>
     <response>
       <command>HTTP/1.1 200 OK</command>
  -    <header>Last-Modified: 2001-07-19T09:12:57Z</header>
       <body />
     </response>
   </step>
  @@ -102,36 +85,32 @@
   <step executeIn="Thread-3">
     <request>
       <command varUsage="globalVariableCollection,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection% HTTP/1.1</command>
  -    <header>Accept-Language: en-us</header>
       <header>Content-Type: text/xml</header>
  -    <header>Translate: f</header>
       <header>Depth: 1</header>
  -    <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV 1.1</header>
  -    <header>Connection: Keep-Alive</header>
       <body>&lt;?xml version="1.0" ?&gt;
  -&lt;propfind xmlns="DAV:"&gt;
  -&lt;prop&gt;
  -&lt;name/&gt;
  -&lt;parentname/&gt;
  -&lt;href/&gt;
  -&lt;ishidden/&gt;
  -&lt;iscollection/&gt;
  -&lt;isreadonly/&gt;
  -&lt;getcontenttype/&gt;
  -&lt;contentclass/&gt;
  -&lt;getcontentlanguage/&gt;
  -&lt;creationdate/&gt;
  -&lt;lastaccessed/&gt;
  -&lt;getlastmodified/&gt;
  -&lt;getcontentlength/&gt;
  -&lt;resourcetype/&gt;
  -&lt;isstructureddocument/&gt;
  -&lt;defaultdocument/&gt;
  -&lt;displayname/&gt;
  -&lt;isroot/&gt;
  -&lt;/prop&gt;
  -&lt;/propfind&gt;
  -</body>
  +                &lt;propfind xmlns="DAV:"&gt;
  +                &lt;prop&gt;
  +                &lt;name/&gt;
  +                &lt;parentname/&gt;
  +                &lt;href/&gt;
  +                &lt;ishidden/&gt;
  +                &lt;iscollection/&gt;
  +                &lt;isreadonly/&gt;
  +                &lt;getcontenttype/&gt;
  +                &lt;contentclass/&gt;
  +                &lt;getcontentlanguage/&gt;
  +                &lt;creationdate/&gt;
  +                &lt;lastaccessed/&gt;
  +                &lt;getlastmodified/&gt;
  +                &lt;getcontentlength/&gt;
  +                &lt;resourcetype/&gt;
  +                &lt;isstructureddocument/&gt;
  +                &lt;defaultdocument/&gt;
  +                &lt;displayname/&gt;
  +                &lt;isroot/&gt;
  +                &lt;/prop&gt;
  +                &lt;/propfind&gt;
  +    </body>
     </request>
     <response>
       <command>HTTP/1.1 207 Multi-Status</command>
  @@ -142,36 +121,32 @@
   <step executeIn="Thread-4">
     <request>
       <command varUsage="globalVariableCollection,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection% HTTP/1.1</command>
  -    <header>Accept-Language: en-us</header>
       <header>Content-Type: text/xml</header>
  -    <header>Translate: f</header>
       <header>Depth: 1</header>
  -    <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV 1.1</header>
  -    <header>Connection: Keep-Alive</header>
       <body>&lt;?xml version="1.0" ?&gt;
  -&lt;propfind xmlns="DAV:"&gt;
  -&lt;prop&gt;
  -&lt;name/&gt;
  -&lt;parentname/&gt;
  -&lt;href/&gt;
  -&lt;ishidden/&gt;
  -&lt;iscollection/&gt;
  -&lt;isreadonly/&gt;
  -&lt;getcontenttype/&gt;
  -&lt;contentclass/&gt;
  -&lt;getcontentlanguage/&gt;
  -&lt;creationdate/&gt;
  -&lt;lastaccessed/&gt;
  -&lt;getlastmodified/&gt;
  -&lt;getcontentlength/&gt;
  -&lt;resourcetype/&gt;
  -&lt;isstructureddocument/&gt;
  -&lt;defaultdocument/&gt;
  -&lt;displayname/&gt;
  -&lt;isroot/&gt;
  -&lt;/prop&gt;
  -&lt;/propfind&gt;
  -</body>
  +                &lt;propfind xmlns="DAV:"&gt;
  +                &lt;prop&gt;
  +                &lt;name/&gt;
  +                &lt;parentname/&gt;
  +                &lt;href/&gt;
  +                &lt;ishidden/&gt;
  +                &lt;iscollection/&gt;
  +                &lt;isreadonly/&gt;
  +                &lt;getcontenttype/&gt;
  +                &lt;contentclass/&gt;
  +                &lt;getcontentlanguage/&gt;
  +                &lt;creationdate/&gt;
  +                &lt;lastaccessed/&gt;
  +                &lt;getlastmodified/&gt;
  +                &lt;getcontentlength/&gt;
  +                &lt;resourcetype/&gt;
  +                &lt;isstructureddocument/&gt;
  +                &lt;defaultdocument/&gt;
  +                &lt;displayname/&gt;
  +                &lt;isroot/&gt;
  +                &lt;/prop&gt;
  +                &lt;/propfind&gt;
  +    </body>
     </request>
     <response>
       <command>HTTP/1.1 207 Multi-Status</command>
  @@ -182,10 +157,6 @@
   <step executeIn="Thread-3">
     <request>
       <command varUsage="globalVariableCollection,globalVariableServerName">HEAD /%globalVariableServerName%/%globalVariableCollection%/patient1_1.xml HTTP/1.1</command>
  -    <header>Accept-Language: en-us</header>
  -    <header>Translate: f</header>
  -    <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV 1.1</header>
  -    <header>Connection: Keep-Alive</header>
       <body />
     </request>
     <response>
  @@ -197,17 +168,13 @@
   <step executeIn="Thread-4">
     <request>
       <command varUsage="globalVariableCollection,globalVariableServerName">PUT /%globalVariableServerName%/%globalVariableCollection%/patient1_1.xml HTTP/1.1</command>
  -    <header>Accept-Language: en-us</header>
  -    <header>Translate: f</header>
  -    <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV 1.1</header>
  -    <header>Connection: Keep-Alive</header>
       <body>&lt;patient1&gt;
  - &lt;name&gt;
  -  &lt;surname&gt;pat rec 1&lt;/surname&gt;
  -  &lt;firstname&gt;1&lt;/firstname&gt;
  -  &lt;/name&gt;
  -&lt;/patient1&gt;
  -</body>
  +             &lt;name&gt;
  +              &lt;surname&gt;pat rec 1&lt;/surname&gt;
  +              &lt;firstname&gt;1&lt;/firstname&gt;
  +              &lt;/name&gt;
  +            &lt;/patient1&gt;
  +    </body>
     </request>
     <response>
       <command>HTTP/1.0 201 Created</command>
  @@ -218,15 +185,10 @@
   <step executeIn="Thread-3">
     <request>
       <command varUsage="globalVariableCollection,globalVariableServerName">HEAD /%globalVariableServerName%/%globalVariableCollection%/patient1_1.xml HTTP/1.1</command>
  -    <header>Accept-Language: en-us</header>
  -    <header>Translate: f</header>
  -    <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV 1.1</header>
  -    <header>Connection: Keep-Alive</header>
       <body />
     </request>
     <response>
       <command>HTTP/1.1 200 OK</command>
  -    <header>Last-Modified: 2001-07-19T09:13:15Z</header>
       <body />
     </response>
   </step>
  @@ -234,36 +196,32 @@
   <step executeIn="Thread-5">
     <request>
       <command varUsage="globalVariableCollection,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection% HTTP/1.1</command>
  -    <header>Accept-Language: en-us</header>
       <header>Content-Type: text/xml</header>
  -    <header>Translate: f</header>
       <header>Depth: 1</header>
  -    <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV 1.1</header>
  -    <header>Connection: Keep-Alive</header>
       <body>&lt;?xml version="1.0" ?&gt;
  -&lt;propfind xmlns="DAV:"&gt;
  -&lt;prop&gt;
  -&lt;name/&gt;
  -&lt;parentname/&gt;
  -&lt;href/&gt;
  -&lt;ishidden/&gt;
  -&lt;iscollection/&gt;
  -&lt;isreadonly/&gt;
  -&lt;getcontenttype/&gt;
  -&lt;contentclass/&gt;
  -&lt;getcontentlanguage/&gt;
  -&lt;creationdate/&gt;
  -&lt;lastaccessed/&gt;
  -&lt;getlastmodified/&gt;
  -&lt;getcontentlength/&gt;
  -&lt;resourcetype/&gt;
  -&lt;isstructureddocument/&gt;
  -&lt;defaultdocument/&gt;
  -&lt;displayname/&gt;
  -&lt;isroot/&gt;
  -&lt;/prop&gt;
  -&lt;/propfind&gt;
  -</body>
  +            &lt;propfind xmlns="DAV:"&gt;
  +            &lt;prop&gt;
  +            &lt;name/&gt;
  +            &lt;parentname/&gt;
  +            &lt;href/&gt;
  +            &lt;ishidden/&gt;
  +            &lt;iscollection/&gt;
  +            &lt;isreadonly/&gt;
  +            &lt;getcontenttype/&gt;
  +            &lt;contentclass/&gt;
  +            &lt;getcontentlanguage/&gt;
  +            &lt;creationdate/&gt;
  +            &lt;lastaccessed/&gt;
  +            &lt;getlastmodified/&gt;
  +            &lt;getcontentlength/&gt;
  +            &lt;resourcetype/&gt;
  +            &lt;isstructureddocument/&gt;
  +            &lt;defaultdocument/&gt;
  +            &lt;displayname/&gt;
  +            &lt;isroot/&gt;
  +            &lt;/prop&gt;
  +            &lt;/propfind&gt;
  +    </body>
     </request>
     <response>
       <command>HTTP/1.1 207 Multi-Status</command>
  @@ -274,37 +232,32 @@
   <step executeIn="Thread-3">
     <request>
       <command varUsage="globalVariableCollection,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection% HTTP/1.1</command>
  -    <header>Accept-Language: en-us</header>
       <header>Content-Type: text/xml</header>
  -    <header>Translate: f</header>
       <header>Depth: 1</header>
  -    <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV 1.1</header>
  -
  -    <header>Connection: Keep-Alive</header>
       <body>&lt;?xml version="1.0" ?&gt;
  -&lt;propfind xmlns="DAV:"&gt;
  -&lt;prop&gt;
  -&lt;name/&gt;
  -&lt;parentname/&gt;
  -&lt;href/&gt;
  -&lt;ishidden/&gt;
  -&lt;iscollection/&gt;
  -&lt;isreadonly/&gt;
  -&lt;getcontenttype/&gt;
  -&lt;contentclass/&gt;
  -&lt;getcontentlanguage/&gt;
  -&lt;creationdate/&gt;
  -&lt;lastaccessed/&gt;
  -&lt;getlastmodified/&gt;
  -&lt;getcontentlength/&gt;
  -&lt;resourcetype/&gt;
  -&lt;isstructureddocument/&gt;
  -&lt;defaultdocument/&gt;
  -&lt;displayname/&gt;
  -&lt;isroot/&gt;
  -&lt;/prop&gt;
  -&lt;/propfind&gt;
  -</body>
  +            &lt;propfind xmlns="DAV:"&gt;
  +            &lt;prop&gt;
  +            &lt;name/&gt;
  +            &lt;parentname/&gt;
  +            &lt;href/&gt;
  +            &lt;ishidden/&gt;
  +            &lt;iscollection/&gt;
  +            &lt;isreadonly/&gt;
  +            &lt;getcontenttype/&gt;
  +            &lt;contentclass/&gt;
  +            &lt;getcontentlanguage/&gt;
  +            &lt;creationdate/&gt;
  +            &lt;lastaccessed/&gt;
  +            &lt;getlastmodified/&gt;
  +            &lt;getcontentlength/&gt;
  +            &lt;resourcetype/&gt;
  +            &lt;isstructureddocument/&gt;
  +            &lt;defaultdocument/&gt;
  +            &lt;displayname/&gt;
  +            &lt;isroot/&gt;
  +            &lt;/prop&gt;
  +            &lt;/propfind&gt;
  +    </body>
     </request>
     <response>
       <command>HTTP/1.1 207 Multi-Status</command>
  @@ -315,120 +268,127 @@
   <step executeIn="Thread-5">
     <request>
       <command varUsage="globalVariableCollection,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection% HTTP/1.1</command>
  -    <header>Accept-Language: en-us</header>
       <header>Content-Type: text/xml</header>
  -    <header>Translate: f</header>
       <header>Depth: 0</header>
  -    <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV 1.1</header>
  -    <header>Connection: Keep-Alive</header>
       <body />
     </request>
     <response>
       <command>HTTP/1.1 207 Multi-Status</command>
  -    <body varUsage="globalVariableCollection,globalVariableUserPath,globalVariableServerName,user,host">&lt;?xml version="1.0" encoding="utf-8" ?&gt;&lt;multistatus xmlns="DAV:" xmlns:S="http://jakarta.apache.org/slide/" &gt;
  -       &lt;response&gt;
  -          &lt;href&gt;/%globalVariableServerName%/%globalVariableCollection%&lt;/href&gt;
  -          &lt;propstat&gt;
  -             &lt;prop&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;supported-privilege-set&gt;
  -                   &lt;supported-privilege&gt;
  -                      &lt;privilege&gt;&lt;all/&gt;&lt;/privilege&gt;
  -                      &lt;abstract/&gt;
  -                      &lt;description&gt;Any operation&lt;/description&gt;
  -                      
  -                      &lt;supported-privilege&gt;
  -                         &lt;privilege&gt;&lt;read/&gt;&lt;/privilege&gt;
  -                         &lt;description&gt;Read any object&lt;/description&gt;
  -                      &lt;/supported-privilege&gt;
  -                      
  -                      &lt;supported-privilege&gt;
  -                         &lt;privilege&gt;&lt;write/&gt;&lt;/privilege&gt;
  -                         &lt;description&gt;Write any object&lt;/description&gt;
  -                      &lt;/supported-privilege&gt;
  -                      
  -                      &lt;supported-privilege&gt;
  -                         &lt;privilege&gt;&lt;read-acl/&gt;&lt;/privilege&gt;
  -                         &lt;description&gt;Read the ACL&lt;/description&gt;
  -                      &lt;/supported-privilege&gt;
  -                      
  -                      &lt;supported-privilege&gt;
  -                         &lt;privilege&gt;&lt;write-acl/&gt;&lt;/privilege&gt;
  -                         &lt;description&gt;Write the ACL&lt;/description&gt;
  -                      &lt;/supported-privilege&gt;
  -                   
  -                   &lt;/supported-privilege&gt;
  -                &lt;/supported-privilege-set&gt;
  -                
  -                &lt;current-user-privilege-set&gt;
  -                   &lt;privilege&gt;&lt;read/&gt;&lt;/privilege&gt;
  -                   &lt;privilege&gt;&lt;write/&gt;&lt;/privilege&gt;
  -                   &lt;privilege&gt;&lt;read-acl/&gt;&lt;/privilege&gt;
  -                   &lt;privilege&gt;&lt;write-acl/&gt;&lt;/privilege&gt;
  -                   &lt;privilege&gt;&lt;all/&gt;&lt;/privilege&gt;
  -                &lt;/current-user-privilege-set&gt;
  -                
  -                &lt;acl&gt;
  -                   &lt;ace&gt;
  -                      &lt;principal&gt;&lt;href&gt;%globalVariableUserPath%&lt;/href&gt;&lt;/principal&gt;
  -                      &lt;grant&gt;
  -                         &lt;privilege&gt;&lt;all/&gt;&lt;/privilege&gt;
  -                      &lt;/grant&gt;
  -                      &lt;protected/&gt;
  -                      &lt;inherited&gt;&lt;href&gt;/%globalVariableServerName%/&lt;/href&gt;&lt;/inherited&gt;
  -                   &lt;/ace&gt;
  -                &lt;/acl&gt;
  -                
  -                &lt;acl-semantics&gt;
  -                   &lt;acl-sem&gt;
  -                      &lt;ace-combination&gt;
  -                         &lt;no-deny/&gt;
  -                      &lt;/ace-combination&gt;
  -                   &lt;/acl-sem&gt;
  -                   
  -                   &lt;acl-sem&gt;
  -                      &lt;required-principal&gt;&lt;href/&gt;&lt;/required-principal&gt;
  -                   &lt;/acl-sem&gt;
  -                   
  -                   &lt;acl-sem&gt;
  -                      &lt;required-principal&gt;&lt;self/&gt;&lt;/required-principal&gt;
  -                   &lt;/acl-sem&gt;
  -                   
  -                   &lt;acl-sem&gt;
  -                      &lt;required-principal&gt;&lt;all/&gt;&lt;/required-principal&gt;
  -                   &lt;/acl-sem&gt;
  -                &lt;/acl-semantics&gt;
  -                
  -                &lt;principal-collection-set&gt;
  -                   &lt;href&gt;%globalVariableUserPath%&lt;/href&gt;
  -                &lt;/principal-collection-set&gt;
  -                
  -                
  -                &lt;ns0:getcontentlength xmlns:ns0="DAV:"&gt;0&lt;/ns0:getcontentlength&gt;
  -                
  -                &lt;ns0:creationdate xmlns:ns0="DAV:"&gt;2001-07-19T09:12:17Z&lt;/ns0:creationdate&gt;
  -                &lt;ns0:source xmlns:ns0="DAV:"/&gt;
  -                &lt;ns0:resourcetype xmlns:ns0="DAV:"&gt;&lt;collection/&gt;&lt;/ns0:resourcetype&gt;
  -                &lt;ns0:getlastmodified xmlns:ns0="DAV:"&gt;Thu, 19 Jul 2001 09:12:17 GMT&lt;/ns0:getlastmodified&gt;
  -                &lt;ns0:displayname xmlns:ns0="DAV:"&gt;&lt;![CDATA[%globalVariableCollection%]]&gt;&lt;/ns0:displayname&gt;
  -
  -                
  -             &lt;/prop&gt;
  -             &lt;status&gt;HTTP/1.1 200 OK&lt;/status&gt;
  -          &lt;/propstat&gt;
  -       &lt;/response&gt;
  -    &lt;/multistatus&gt;
  +    <body varUsage="globalVariableCollection,globalVariableRootUserPath,globalVariableUserPath,globalVariableServerName,user,host"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
  +            <D:multistatus xmlns:D="DAV:">
  +              <D:response>
  +                <D:href>/%globalVariableServerName%/%globalVariableCollection%</D:href>
  +                <D:propstat>
  +                  <D:prop>
  +                    <D:current-user-privilege-set>
  +                      <D:privilege>
  +                        <D:read />
  +                      </D:privilege>
  +                      <D:privilege>
  +                        <D:write />
  +                      </D:privilege>
  +                      <D:privilege>
  +                        <D:read-acl />
  +                      </D:privilege>
  +                      <D:privilege>
  +                        <D:write-acl />
  +                      </D:privilege>
  +                      <D:privilege>
  +                        <D:all />
  +                      </D:privilege>
  +                    </D:current-user-privilege-set>
  +                    <D:supportedlock>
  +                      <D:lockentry>
  +                        <D:lockscope>
  +                          <D:exclusive />
  +                        </D:lockscope>
  +                        <D:locktype>
  +                          <D:write />
  +                        </D:locktype>
  +                      </D:lockentry>
  +                      <D:lockentry>
  +                        <D:lockscope>
  +                          <D:shared />
  +                        </D:lockscope>
  +                        <D:locktype>
  +                          <D:write />
  +                        </D:locktype>
  +                      </D:lockentry>
  +                    </D:supportedlock>
  +                    <D:modCount>*</D:modCount>
  +                    <D:source />
  +                    <D:creationdate>*</D:creationdate>
  +                    <D:lockdiscovery />
  +                    <D:acl-semantics>
  +                      <D:ace-combination>
  +                        <D:all-grant-before-any-deny />
  +                      </D:ace-combination>
  +                      <D:required-principal>
  +                        <D:all />
  +                      </D:required-principal>
  +                    </D:acl-semantics>
  +                    <D:getcontentlength>0</D:getcontentlength>
  +                    <D:displayname>%globalVariableCollection%</D:displayname>
  +                    <D:owner>
  +                      <D:href>%globalVariableRootUserPath%</D:href>
  +                    </D:owner>
  +                    <D:acl>
  +                      <D:ace>
  +                        <D:principal>
  +                          <D:href>%globalVariableRootUserPath%</D:href>
  +                        </D:principal>
  +                        <D:grant>
  +                          <D:privilege>
  +                            <D:all />
  +                          </D:privilege>
  +                        </D:grant>
  +                        <D:protected />
  +                        <D:inherited>
  +                          <D:href>%globalVariableServerName%</D:href>
  +                        </D:inherited>
  +                      </D:ace>
  +                    </D:acl>
  +                    <D:resourcetype>
  +                      <D:collection />
  +                    </D:resourcetype>
  +                    <D:getlastmodified>*</D:getlastmodified>
  +                    <D:principal-collection-set>
  +                      <D:href>%globalVariableRootUserPath%</D:href>
  +                    </D:principal-collection-set>
  +                    <D:supported-privilege-set>
  +                      <D:supported-privilege>
  +                        <D:privilege>
  +                          <D:all />
  +                        </D:privilege>
  +                        <D:description>Any operation</D:description>
  +                        <D:privilege>
  +                          <D:read />
  +                        </D:privilege>
  +                        <D:description>Read any object</D:description>
  +                      </D:supported-privilege>
  +                      <D:supported-privilege>
  +                        <D:privilege>
  +                          <D:write />
  +                        </D:privilege>
  +                        <D:description>Write any object</D:description>
  +                        <D:privilege>
  +                          <D:read-acl />
  +                        </D:privilege>
  +                        <D:description>Read the ACL</D:description>
  +                      </D:supported-privilege>
  +                      <D:supported-privilege>
  +                        <D:privilege>
  +                          <D:write-acl />
  +                        </D:privilege>
  +                        <D:description>Write the ACL</D:description>
  +                      </D:supported-privilege>
  +                    </D:supported-privilege-set>
  +                  </D:prop>
  +                  <D:status>HTTP/1.1 200 OK</D:status>
  +                </D:propstat>
  +              </D:response>
  +            </D:multistatus>  
  +         ]]>  
       </body>
     
     </response>
  @@ -437,11 +397,6 @@
   <step executeIn="Thread-3">
     <request>
       <command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/patient1_1.xml HTTP/1.1</command>
  -    <header>Accept-Language: en-us</header>
  -    <header>Destroy: NoUndelete</header>
  -    <header>Translate: f</header>
  -    <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV 1.1</header>
  -    <header>Connection: Keep-Alive</header>
       <body />
     </request>
     <response>
  @@ -453,11 +408,6 @@
   <step executeIn="Thread-5">
     <request>
       <command varUsage="globalVariableCollection,globalVariableServerName">DELETE /%globalVariableServerName%/%globalVariableCollection%/patient_1.xml HTTP/1.1</command>
  -    <header>Accept-Language: en-us</header>
  -    <header>Destroy: NoUndelete</header>
  -    <header>Translate: f</header>
  -    <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV 1.1</header>
  -    <header>Connection: Keep-Alive</header>
       <body />
     </request>
     <response>
  @@ -469,36 +419,32 @@
   <step executeIn="Thread-3">
     <request>
       <command varUsage="globalVariableCollection,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection% HTTP/1.1</command>
  -    <header>Accept-Language: en-us</header>
       <header>Content-Type: text/xml</header>
  -    <header>Translate: f</header>
       <header>Depth: 1</header>
  -    <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV 1.1</header>
  -    <header>Connection: Keep-Alive</header>
       <body>&lt;?xml version="1.0" ?&gt;
  -&lt;propfind xmlns="DAV:"&gt;
  -&lt;prop&gt;
  -&lt;name/&gt;
  -&lt;parentname/&gt;
  -&lt;href/&gt;
  -&lt;ishidden/&gt;
  -&lt;iscollection/&gt;
  -&lt;isreadonly/&gt;
  -&lt;getcontenttype/&gt;
  -&lt;contentclass/&gt;
  -&lt;getcontentlanguage/&gt;
  -&lt;creationdate/&gt;
  -&lt;lastaccessed/&gt;
  -&lt;getlastmodified/&gt;
  -&lt;getcontentlength/&gt;
  -&lt;resourcetype/&gt;
  -&lt;isstructureddocument/&gt;
  -&lt;defaultdocument/&gt;
  -&lt;displayname/&gt;
  -&lt;isroot/&gt;
  -&lt;/prop&gt;
  -&lt;/propfind&gt;
  -</body>
  +            &lt;propfind xmlns="DAV:"&gt;
  +            &lt;prop&gt;
  +            &lt;name/&gt;
  +            &lt;parentname/&gt;
  +            &lt;href/&gt;
  +            &lt;ishidden/&gt;
  +            &lt;iscollection/&gt;
  +            &lt;isreadonly/&gt;
  +            &lt;getcontenttype/&gt;
  +            &lt;contentclass/&gt;
  +            &lt;getcontentlanguage/&gt;
  +            &lt;creationdate/&gt;
  +            &lt;lastaccessed/&gt;
  +            &lt;getlastmodified/&gt;
  +            &lt;getcontentlength/&gt;
  +            &lt;resourcetype/&gt;
  +            &lt;isstructureddocument/&gt;
  +            &lt;defaultdocument/&gt;
  +            &lt;displayname/&gt;
  +            &lt;isroot/&gt;
  +            &lt;/prop&gt;
  +            &lt;/propfind&gt;
  +    </body>
     </request>
     <response>
       <command>HTTP/1.1 207 Multi-Status</command>
  @@ -509,36 +455,32 @@
   <step executeIn="Thread-5">
     <request>
       <command varUsage="globalVariableCollection,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection% HTTP/1.1</command>
  -    <header>Accept-Language: en-us</header>
       <header>Content-Type: text/xml</header>
  -    <header>Translate: f</header>
       <header>Depth: 1</header>
  -    <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV 1.1</header>
  -    <header>Connection: Keep-Alive</header>
       <body>&lt;?xml version="1.0" ?&gt;
  -&lt;propfind xmlns="DAV:"&gt;
  -&lt;prop&gt;
  -&lt;name/&gt;
  -&lt;parentname/&gt;
  -&lt;href/&gt;
  -&lt;ishidden/&gt;
  -&lt;iscollection/&gt;
  -&lt;isreadonly/&gt;
  -&lt;getcontenttype/&gt;
  -&lt;contentclass/&gt;
  -&lt;getcontentlanguage/&gt;
  -&lt;creationdate/&gt;
  -&lt;lastaccessed/&gt;
  -&lt;getlastmodified/&gt;
  -&lt;getcontentlength/&gt;
  -&lt;resourcetype/&gt;
  -&lt;isstructureddocument/&gt;
  -&lt;defaultdocument/&gt;
  -&lt;displayname/&gt;
  -&lt;isroot/&gt;
  -&lt;/prop&gt;
  -&lt;/propfind&gt;
  -</body>
  +        &lt;propfind xmlns="DAV:"&gt;
  +        &lt;prop&gt;
  +        &lt;name/&gt;
  +        &lt;parentname/&gt;
  +        &lt;href/&gt;
  +        &lt;ishidden/&gt;
  +        &lt;iscollection/&gt;
  +        &lt;isreadonly/&gt;
  +        &lt;getcontenttype/&gt;
  +        &lt;contentclass/&gt;
  +        &lt;getcontentlanguage/&gt;
  +        &lt;creationdate/&gt;
  +        &lt;lastaccessed/&gt;
  +        &lt;getlastmodified/&gt;
  +        &lt;getcontentlength/&gt;
  +        &lt;resourcetype/&gt;
  +        &lt;isstructureddocument/&gt;
  +        &lt;defaultdocument/&gt;
  +        &lt;displayname/&gt;
  +        &lt;isroot/&gt;
  +        &lt;/prop&gt;
  +        &lt;/propfind&gt;
  +    </body>
     </request>
     <response>
       <command>HTTP/1.1 207 Multi-Status</command>
  @@ -549,36 +491,32 @@
   <step executeIn="Thread-3">
     <request>
       <command varUsage="globalVariableCollection,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection% HTTP/1.1</command>
  -    <header>Accept-Language: en-us</header>
       <header>Content-Type: text/xml</header>
  -    <header>Translate: f</header>
       <header>Depth: 1</header>
  -    <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV 1.1</header>
  -    <header>Connection: Keep-Alive</header>
       <body>&lt;?xml version="1.0" ?&gt;
  -&lt;propfind xmlns="DAV:"&gt;
  -&lt;prop&gt;
  -&lt;name/&gt;
  -&lt;parentname/&gt;
  -&lt;href/&gt;
  -&lt;ishidden/&gt;
  -&lt;iscollection/&gt;
  -&lt;isreadonly/&gt;
  -&lt;getcontenttype/&gt;
  -&lt;contentclass/&gt;
  -&lt;getcontentlanguage/&gt;
  -&lt;creationdate/&gt;
  -&lt;lastaccessed/&gt;
  -&lt;getlastmodified/&gt;
  -&lt;getcontentlength/&gt;
  -&lt;resourcetype/&gt;
  -&lt;isstructureddocument/&gt;
  -&lt;defaultdocument/&gt;
  -&lt;displayname/&gt;
  -&lt;isroot/&gt;
  -&lt;/prop&gt;
  -&lt;/propfind&gt;
  -</body>
  +            &lt;propfind xmlns="DAV:"&gt;
  +            &lt;prop&gt;
  +            &lt;name/&gt;
  +            &lt;parentname/&gt;
  +            &lt;href/&gt;
  +            &lt;ishidden/&gt;
  +            &lt;iscollection/&gt;
  +            &lt;isreadonly/&gt;
  +            &lt;getcontenttype/&gt;
  +            &lt;contentclass/&gt;
  +            &lt;getcontentlanguage/&gt;
  +            &lt;creationdate/&gt;
  +            &lt;lastaccessed/&gt;
  +            &lt;getlastmodified/&gt;
  +            &lt;getcontentlength/&gt;
  +            &lt;resourcetype/&gt;
  +            &lt;isstructureddocument/&gt;
  +            &lt;defaultdocument/&gt;
  +            &lt;displayname/&gt;
  +            &lt;isroot/&gt;
  +            &lt;/prop&gt;
  +            &lt;/propfind&gt;
  +    </body>
     </request>
     <response>
       <command>HTTP/1.1 207 Multi-Status</command>
  @@ -589,12 +527,8 @@
   <step executeIn="Thread-5">
     <request>
       <command varUsage="globalVariableCollection,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection% HTTP/1.1</command>
  -    <header>Accept-Language: en-us</header>
       <header>Content-Type: text/xml</header>
  -    <header>Translate: f</header>
       <header>Depth: 1</header>
  -    <header>User-Agent: Microsoft Data Access Internet Publishing Provider DAV 1.1</header>
  -    <header>Connection: Keep-Alive</header>
       <body>&lt;?xml version="1.0" ?&gt;
          &lt;propfind xmlns="DAV:"&gt;
             &lt;prop&gt;
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>