juergen     2003/04/04 06:41:21

  Modified:    testsuite/testsuite/junit/xmltestcases/I18N/reserved/windows
                        FileNameLessThan.xml
  Log:
  fixed a spelling error (the uri is encoded by the API, not in the test case itself).
  
  Revision  Changes    Path
  1.8       +220 -221  
jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/reserved/windows/FileNameLessThan.xml
  
  Index: FileNameLessThan.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/reserved/windows/FileNameLessThan.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- FileNameLessThan.xml      17 Feb 2003 18:00:03 -0000      1.7
  +++ FileNameLessThan.xml      4 Apr 2003 14:41:20 -0000       1.8
  @@ -1,225 +1,224 @@
   <?xml version="1.0" encoding="utf-8"?>
   <!DOCTYPE test SYSTEM "../../../../Tprocessor.dtd">
   <test>
  -  <specification>
  -    <abstract>Check if able to PUT a file with reserved character in the 
filename</abstract>
  -    <pre-Requisite>A collection has been created and defined in 
tprocessor.cmd.</pre-Requisite>
  -    <description>1) Attempt to put a file with a reserved character in the file 
name. 2) if Put was succesful, attempt to do a GET 3) if Put was succesful, attempt to 
do a HEAD 4) if Put was succesful, attempt to do a MOVE 5) if Put was succesful, 
attempt to do a COPY 6) if Put was succesful, attempt to do a PropFind 7) if Put was 
succesful, attempt to do a PropPatch 8) if Put was succesful, attempt to do a 
Lock/Unlock</description>
  -    <expectedResult>PUT should return a 400 - Bad Request response then all other 
commands should return 404</expectedResult>
  -  </specification>
  -  <step>
  -    <request>
  -      <command varUsage="globalVariableCollection,globalVariableServerName">MKCOL 
/%globalVariableServerName%/%globalVariableCollection%/test HTTP/1.1</command>
  -      <header>Accept-Language: en-us</header>
  -      <header>Translate: f</header>
  -      <header>User-Agent: Microsoft Data Access Internet Publishing Provider 
DAV</header>
  -      <header>Connection: Keep-Alive</header>
  -    </request>
  -    <response>
  -      <command>HTTP/1.0 201 Created</command>
  -      <header>Date: Wed, 21 Feb 2001 12:55:57 GMT+01:00</header>
  -      <header>Content-Language: en</header>
  -      <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; 
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
  -    </response>
  -  </step>
  -  <step>
  -    <request>
  -      <command varUsage="globalVariableCollection,globalVariableServerName">MKCOL 
/%globalVariableServerName%/%globalVariableCollection%/test/Dir HTTP/1.1</command>
  -      <header>Accept-Language: en-us</header>
  -      <header>Translate: f</header>
  -      <header>User-Agent: Microsoft Data Access Internet Publishing Provider 
DAV</header>
  -      <header>Connection: Keep-Alive</header>
  -    </request>
  -    <response>
  -      <command>HTTP/1.0 201 Created</command>
  -      <header>Date: Wed, 21 Feb 2001 12:55:57 GMT+01:00</header>
  -      <header>Content-Language: en</header>
  -      <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; 
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
  -    </response>
  -  </step>
  -  <step>
  -    <request>
  -      <command varUsage="userNumber,globalVariableCollection">PUT 
/taminowebdavserver/%globalVariableCollection%/test/test&lt;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</header>
  -      <header>Connection: Keep-Alive</header>
  -      <body fileReference="../../../contentDirectory/validXML.xm1" />
  -    </request>
  -    <response>
  -      <command>HTTP/1.0 201 Created</command>
  -      <header>Date: Mon, 12 Mar 2001 17:21:35 GMT+01:00</header>
  -      <header>Content-Language: en</header>
  -      <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; 
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
  -    </response>
  -  </step>
  -  <step>
  -    <request>
  -      <command varUsage="globalVariableCollection,globalVariableServerName">GET 
/%globalVariableServerName%/%globalVariableCollection%/test/test&lt;1.xml 
HTTP/1.1</command>
  -      <header>Accept: */*</header>
  -      <header>Accept-Language: en-us</header>
  -      <header>Accept-Encoding: gzip, deflate</header>
  -      <header>User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 
4.0)</header>
  -      <header>Connection: Keep-Alive</header>
  -      <header>Cookie: PopupFirst=1</header>
  -    </request>
  -    <response>
  -      <command>HTTP/1.0 200 OK</command>
  -      <header>Content-Type: text/xml</header>
  -      <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; 
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
  -      <body varUsage="globalVariableXMLReference" 
fileReference="../../../contentDirectory/%globalVariableXMLReference%validXML.xm1" />
  -    </response>
  -  </step>
  -  <step>
  -    <request>
  -      <command varUsage="globalVariableCollection,globalVariableServerName">HEAD 
/%globalVariableServerName%/%globalVariableCollection%/test/test&lt;1.xml 
HTTP/1.1</command>
  -      <header>User-Agent: Microsoft Data Access Internet Publishing Provider 
DAV</header>
  -      <header>Accept-Language: en-us</header>
  -      <header>Connection: Keep-Alive</header>
  -      <header>Translate: f</header>
  -      <body />
  -    </request>
  -    <response>
  -      <command>HTTP/1.1 200 OK</command>
  -      <header>Last-Modified: 2001-03-22T17:20:13Z</header>
  -      <body />
  -    </response>
  -  </step>
  -  <step>
  -    <request>
  -      <command 
varUsage="globalVariableCollection,globalVariableServerName">PROPFIND 
/%globalVariableServerName%/%globalVariableCollection%/test/test&lt;1.xml 
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</header>
  -      <header>Connection: Keep-Alive</header>
  -      <body><![CDATA[<?xml version="1.0" ?><propfind 
xmlns="DAV:"><prop><displayname/></prop></propfind>]]></body>
  -    </request>
  -    <response>
  -      <command>HTTP/1.0 207 Multi-Status</command>
  -      <header>Servlet-Engine: Tomcat Web Server/3.2.1 (JSP 1.1; Servlet 2.2; Java 
1.3.0_02; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
  -      <body 
varUsage="globalVariableCollection,userNumber,globalVariableServerName"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?> <multistatus xmlns="DAV:" 
xmlns:S="http://jakarta.apache.org/slide/"; > <response> 
<href>/%globalVariableServerName%/%globalVariableCollection%/test/test%3C1.xml</href> 
<propstat> <prop> <displayname>test&#60;1.xml</displayname> </prop> <status>HTTP/1.1 
200 OK</status> </propstat> </response> </multistatus>]]></body>
  -    </response>
  -  </step>
  -  <step>
  -    <request>
  -      <command varUsage="globalVariableCollection,globalVariableServerName">LOCK 
/%globalVariableServerName%/%globalVariableCollection%/test/test%3C1.xml 
HTTP/1.1</command>
  -      <header>Connection: Keep-Alive, TE</header>
  -      <header>TE: trailers, deflate, gzip, compress</header>
  -      <header>User-Agent: UCI DAV Explorer/0.70 RPT-HTTPClient/0.3-2E</header>
  -      <header>Timeout: Second-604800</header>
  -      <header>Accept-Encoding: deflate, gzip, x-gzip, compress, x-compress</header>
  -      <header>Content-type: text/xml</header>
  -      <body><![CDATA[<?xml version="1.0"?><A:lockinfo 
xmlns:A="DAV:"><A:locktype><A:write/></A:locktype><A:lockscope><A:exclusive/></A:lockscope><A:owner><A:href></A:href></A:owner></A:lockinfo>]]></body>
  -    </request>
  -    <response>
  -      <command>HTTP/1.0 200 OK</command>
  -      <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; 
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
  -      <body 
varUsage="globalVariableUserPath,globalVariableServerName,user,host"><![CDATA[<?xml 
version="1.0" encoding="utf-8"?> <d:prop 
xmlns:d="DAV:"><d:lockdiscovery><d:activelock><d:locktype><d:write 
/></d:locktype><d:lockscope><d:exclusive 
/></d:lockscope><d:depth>infinity</d:depth><d:owner><A:href xmlns:A="DAV:" 
/></d:owner><d:timeout>Second-604800</d:timeout><d:locktoken><d:href 
/></d:locktoken><d:principal-URL><d:href>%globalVariableUserPath%</d:href></d:principal-URL></d:activelock></d:lockdiscovery></d:prop>]]></body>
  -    </response>
  -  </step>
  -  <step>
  -    <request>
  -      <command varUsage="globalVariableCollection,globalVariableServerName">UNLOCK 
/%globalVariableServerName%/%globalVariableCollection%/test/test&lt;1.xml 
HTTP/1.1</command>
  -      <header>Connection: Keep-Alive, TE</header>
  -      <header>TE: trailers, deflate, gzip, compress</header>
  -      <header>User-Agent: UCI DAV Explorer/0.70 RPT-HTTPClient/0.3-2E</header>
  -      <header varUsage="automaticVariable1">Lock-Token: 
%automaticVariable1%</header>
  -      <header>Accept-Encoding: deflate, gzip, x-gzip, compress, x-compress</header>
  -    </request>
  -    <response>
  -      <command>HTTP/1.0 204 No Content</command>
  -      <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; 
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
  -    </response>
  -  </step>
  -  <step>
  -    <request>
  -      <command 
varUsage="globalVariableCollection,globalVariableServerName">PROPPATCH 
/%globalVariableServerName%/%globalVariableCollection%/test/test&lt;1.xml 
HTTP/1.1</command>
  -      <header>Content-Type: text/xml</header>
  -      <header>User-Agent: Microsoft Data Access Internet Publishing Provider 
DAV</header>
  -      <header>Accept-Language: en-us</header>
  -      <header>Translate: f</header>
  -      <header>Pragma: no-cache</header>
  -      <header>Connection: close</header>
  -      <body><![CDATA[<?xml version="1.0" encoding="utf-8" ?><D:propertyupdate 
xmlns:D="DAV:" 
xmlns:R="http://www.com/";><D:set><D:prop><D:displayname>test</D:displayname></D:prop></D:set></D:propertyupdate>]]></body>
  -    </request>
  -    <response>
  -      <command>HTTP/1.0 207 Multi-Status</command>
  -      <header>Date: Tue, 13 Feb 2001 12:45:26 GMT+01:00</header>
  -      <header>Content-Language: en</header>
  -      <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; 
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
  -      <body 
varUsage="globalVariableCollection,userNumber,globalVariableServerName"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?><d:multistatus 
xmlns:d="DAV"><d:response><d:href>/%globalVariableServerName%/%globalVariableCollection%/test/test%3C1.xml</d:href><d:propstat><d:prop><displayname/></d:prop><d:status>HTTP/1.1
 200 OK</d:status></d:propstat></d:response></d:multistatus>]]></body>
  -    </response>
  -  </step>
  -  <step>
  -    <request>
  -      <command varUsage="globalVariableCollection,globalVariableServerName">MOVE 
/%globalVariableServerName%/%globalVariableCollection%/test/test&lt;1.xml 
HTTP/1.1</command>
  -      <header>Accept-Language: en-us</header>
  -      <header>Overwrite: T</header>
  -      <header 
varUsage="globalVariableCollection,globalVariableServerName">Destination: 
/%globalVariableServerName%/%globalVariableCollection%/test/Dir/test&lt;1.xml</header>
  -      <header>Translate: f</header>
  -      <header>User-Agent: Microsoft Data Access Internet Publishing Provider 
DAV</header>
  -      <header>Connection: Keep-Alive</header>
  -    </request>
  -    <response>
  -      <command>HTTP/1.0 204 No Content</command>
  -      <header>Date: Mon, 19 Mar 2001 17:24:08 GMT+01:00</header>
  -      <header>Content-Language: en</header>
  -      <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; 
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
  -    </response>
  -  </step>
  -  <step>
  -    <request>
  -      <command varUsage="globalVariableCollection,globalVariableServerName">MOVE 
/%globalVariableServerName%/%globalVariableCollection%/test/Dir/test&lt;1.xml 
HTTP/1.1</command>
  -      <header>Accept-Language: en-us</header>
  -      <header>Overwrite: T</header>
  -      <header 
varUsage="globalVariableCollection,globalVariableServerName">Destination: 
/%globalVariableServerName%/%globalVariableCollection%/test/test&lt;1.xml</header>
  -      <header>Translate: f</header>
  -      <header>User-Agent: Microsoft Data Access Internet Publishing Provider 
DAV</header>
  -      <header>Connection: Keep-Alive</header>
  -    </request>
  -    <response>
  -      <command>HTTP/1.0 204 No Content</command>
  -      <header>Date: Mon, 19 Mar 2001 17:24:08 GMT+01:00</header>
  -      <header>Content-Language: en</header>
  -      <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; 
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
  -    </response>
  -  </step>
  -  <step>
  -    <request>
  -      <command varUsage="globalVariableCollection,globalVariableServerName">COPY 
/%globalVariableServerName%/%globalVariableCollection%/test/test&lt;1.xml 
HTTP/1.1</command>
  -      <header>Accept-Language: en-us</header>
  -      <header 
varUsage="globalVariableCollection,globalVariableServerName">Destination: 
/%globalVariableServerName%/%globalVariableCollection%/test/Dir/test&lt;1.xml</header>
  -      <header>Overwrite: T</header>
  -      <header>Translate: f</header>
  -      <header>User-Agent: Microsoft Data Access Internet Publishing Provider 
DAV</header>
  -      <header>Connection: Keep-Alive</header>
  -    </request>
  -    <response>
  -      <command>HTTP/1.0 204 No Content</command>
  -      <header>Date: Mon, 19 Feb 2001 10:55:53 GMT+01:00</header>
  -      <header>Content-Language: en</header>
  -      <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; 
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
  -    </response>
  -  </step>
  -  <cleanup>
  -    <step>
  -      <request>
  -        <command 
varUsage="globalVariableCollection,globalVariableServerName">DELETE 
/%globalVariableServerName%/%globalVariableCollection%/test 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</header>
  -        <header>Connection: Keep-Alive</header>
  -      </request>
  -      <response>
  -        <command>HTTP/1.0 204 No Content</command>
  -        <header>Date: Wed, 14 Mar 2001 14:47:37 GMT+01:00</header>
  -        <header>Content-Language: en</header>
  -        <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; Servlet 2.2; 
Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems Inc.)</header>
  -      </response>
  -    </step>
  -  </cleanup>
  +     <specification>
  +             <abstract>Check if able to PUT a file with reserved character in the 
filename</abstract>
  +             <pre-Requisite>A collection has been created and defined in 
tprocessor.cmd.</pre-Requisite>
  +             <description>1) Attempt to put a file with a reserved character in the 
file name. 2) if Put was succesful, attempt to do a GET 3) if Put was succesful, 
attempt to do a HEAD 4) if Put was succesful, attempt to do a MOVE 5) if Put was 
succesful, attempt to do a COPY 6) if Put was succesful, attempt to do a PropFind 7) 
if Put was succesful, attempt to do a PropPatch 8) if Put was succesful, attempt to do 
a Lock/Unlock</description>
  +             <expectedResult>PUT should return a 400 - Bad Request response then 
all other commands should return 404</expectedResult>
  +     </specification>
  +     <step>
  +             <request>
  +                     <command 
varUsage="globalVariableCollection,globalVariableServerName">MKCOL 
/%globalVariableServerName%/%globalVariableCollection%/test HTTP/1.1</command>
  +                     <header>Accept-Language: en-us</header>
  +                     <header>Translate: f</header>
  +                     <header>User-Agent: Microsoft Data Access Internet Publishing 
Provider DAV</header>
  +                     <header>Connection: Keep-Alive</header>
  +             </request>
  +             <response>
  +                     <command>HTTP/1.0 201 Created</command>
  +                     <header>Date: Wed, 21 Feb 2001 12:55:57 GMT+01:00</header>
  +                     <header>Content-Language: en</header>
  +                     <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; 
Servlet 2.2; Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems 
Inc.)</header>
  +             </response>
  +     </step>
  +     <step>
  +             <request>
  +                     <command 
varUsage="globalVariableCollection,globalVariableServerName">MKCOL 
/%globalVariableServerName%/%globalVariableCollection%/test/Dir HTTP/1.1</command>
  +                     <header>Accept-Language: en-us</header>
  +                     <header>Translate: f</header>
  +                     <header>User-Agent: Microsoft Data Access Internet Publishing 
Provider DAV</header>
  +                     <header>Connection: Keep-Alive</header>
  +             </request>
  +             <response>
  +                     <command>HTTP/1.0 201 Created</command>
  +                     <header>Date: Wed, 21 Feb 2001 12:55:57 GMT+01:00</header>
  +                     <header>Content-Language: en</header>
  +                     <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; 
Servlet 2.2; Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems 
Inc.)</header>
  +             </response>
  +     </step>
  +     <step>
  +             <request>
  +                     <command varUsage="userNumber,globalVariableCollection">PUT 
/taminowebdavserver/%globalVariableCollection%/test/test&lt;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</header>
  +                     <header>Connection: Keep-Alive</header>
  +                     <body fileReference="../../../contentDirectory/validXML.xm1"/>
  +             </request>
  +             <response>
  +                     <command>HTTP/1.0 201 Created</command>
  +                     <header>Date: Mon, 12 Mar 2001 17:21:35 GMT+01:00</header>
  +                     <header>Content-Language: en</header>
  +                     <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; 
Servlet 2.2; Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems 
Inc.)</header>
  +             </response>
  +     </step>
  +     <step>
  +             <request>
  +                     <command 
varUsage="globalVariableCollection,globalVariableServerName">GET 
/%globalVariableServerName%/%globalVariableCollection%/test/test&lt;1.xml 
HTTP/1.1</command>
  +                     <header>Accept: */*</header>
  +                     <header>Accept-Language: en-us</header>
  +                     <header>Accept-Encoding: gzip, deflate</header>
  +                     <header>User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 
NT 4.0)</header>
  +                     <header>Connection: Keep-Alive</header>
  +                     <header>Cookie: PopupFirst=1</header>
  +             </request>
  +             <response>
  +                     <command>HTTP/1.0 200 OK</command>
  +                     <header>Content-Type: text/xml</header>
  +                     <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; 
Servlet 2.2; Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems 
Inc.)</header>
  +                     <body varUsage="globalVariableXMLReference" 
fileReference="../../../contentDirectory/%globalVariableXMLReference%validXML.xm1"/>
  +             </response>
  +     </step>
  +     <step>
  +             <request>
  +                     <command 
varUsage="globalVariableCollection,globalVariableServerName">HEAD 
/%globalVariableServerName%/%globalVariableCollection%/test/test&lt;1.xml 
HTTP/1.1</command>
  +                     <header>User-Agent: Microsoft Data Access Internet Publishing 
Provider DAV</header>
  +                     <header>Accept-Language: en-us</header>
  +                     <header>Connection: Keep-Alive</header>
  +                     <header>Translate: f</header>
  +                     <body/>
  +             </request>
  +             <response>
  +                     <command>HTTP/1.1 200 OK</command>
  +                     <header>Last-Modified: 2001-03-22T17:20:13Z</header>
  +                     <body/>
  +             </response>
  +     </step>
  +     <step>
  +             <request>
  +                     <command 
varUsage="globalVariableCollection,globalVariableServerName">PROPFIND 
/%globalVariableServerName%/%globalVariableCollection%/test/test&lt;1.xml 
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</header>
  +                     <header>Connection: Keep-Alive</header>
  +                     <body><![CDATA[<?xml version="1.0" ?><propfind 
xmlns="DAV:"><prop><displayname/></prop></propfind>]]></body>
  +             </request>
  +             <response>
  +                     <command>HTTP/1.0 207 Multi-Status</command>
  +                     <header>Servlet-Engine: Tomcat Web Server/3.2.1 (JSP 1.1; 
Servlet 2.2; Java 1.3.0_02; Windows NT 4.0 x86; java.vendor=Sun Microsystems 
Inc.)</header>
  +                     <body 
varUsage="globalVariableCollection,userNumber,globalVariableServerName"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?> <multistatus xmlns="DAV:" 
xmlns:S="http://jakarta.apache.org/slide/"; > <response> 
<href>/%globalVariableServerName%/%globalVariableCollection%/test/test%3C1.xml</href> 
<propstat> <prop> <displayname>test&#60;1.xml</displayname> </prop> <status>HTTP/1.1 
200 OK</status> </propstat> </response> </multistatus>]]></body>
  +             </response>
  +     </step>
  +     <step>
  +             <request>
  +                     <command 
varUsage="globalVariableCollection,globalVariableServerName">LOCK 
/%globalVariableServerName%/%globalVariableCollection%/test/test&lt;1.xml 
HTTP/1.1</command>
  +                     <header>Connection: Keep-Alive, TE</header>
  +                     <header>TE: trailers, deflate, gzip, compress</header>
  +                     <header>User-Agent: UCI DAV Explorer/0.70 
RPT-HTTPClient/0.3-2E</header>
  +                     <header>Timeout: Second-604800</header>
  +                     <header>Accept-Encoding: deflate, gzip, x-gzip, compress, 
x-compress</header>
  +                     <header>Content-type: text/xml</header>
  +                     <body><![CDATA[<?xml version="1.0"?><A:lockinfo 
xmlns:A="DAV:"><A:locktype><A:write/></A:locktype><A:lockscope><A:exclusive/></A:lockscope><A:owner><A:href></A:href></A:owner></A:lockinfo>]]></body>
  +             </request>
  +             <response>
  +                     <command>HTTP/1.0 200 OK</command>
  +                     <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; 
Servlet 2.2; Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems 
Inc.)</header>
  +                     <body 
varUsage="globalVariableUserPath,globalVariableServerName,user,host"><![CDATA[<?xml 
version="1.0" encoding="utf-8"?> <d:prop 
xmlns:d="DAV:"><d:lockdiscovery><d:activelock><d:locktype><d:write 
/></d:locktype><d:lockscope><d:exclusive 
/></d:lockscope><d:depth>infinity</d:depth><d:owner><A:href xmlns:A="DAV:" 
/></d:owner><d:timeout>Second-604800</d:timeout><d:locktoken><d:href 
/></d:locktoken><d:principal-URL><d:href>%globalVariableUserPath%</d:href></d:principal-URL></d:activelock></d:lockdiscovery></d:prop>]]></body>
  +             </response>
  +     </step>
  +     <step>
  +             <request>
  +                     <command 
varUsage="globalVariableCollection,globalVariableServerName">UNLOCK 
/%globalVariableServerName%/%globalVariableCollection%/test/test&lt;1.xml 
HTTP/1.1</command>
  +                     <header>Connection: Keep-Alive, TE</header>
  +                     <header>TE: trailers, deflate, gzip, compress</header>
  +                     <header>User-Agent: UCI DAV Explorer/0.70 
RPT-HTTPClient/0.3-2E</header>
  +                     <header varUsage="automaticVariable1">Lock-Token: 
%automaticVariable1%</header>
  +                     <header>Accept-Encoding: deflate, gzip, x-gzip, compress, 
x-compress</header>
  +             </request>
  +             <response>
  +                     <command>HTTP/1.0 204 No Content</command>
  +                     <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; 
Servlet 2.2; Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems 
Inc.)</header>
  +             </response>
  +     </step>
  +     <step>
  +             <request>
  +                     <command 
varUsage="globalVariableCollection,globalVariableServerName">PROPPATCH 
/%globalVariableServerName%/%globalVariableCollection%/test/test&lt;1.xml 
HTTP/1.1</command>
  +                     <header>Content-Type: text/xml</header>
  +                     <header>User-Agent: Microsoft Data Access Internet Publishing 
Provider DAV</header>
  +                     <header>Accept-Language: en-us</header>
  +                     <header>Translate: f</header>
  +                     <header>Pragma: no-cache</header>
  +                     <header>Connection: close</header>
  +                     <body><![CDATA[<?xml version="1.0" encoding="utf-8" 
?><D:propertyupdate xmlns:D="DAV:" 
xmlns:R="http://www.com/";><D:set><D:prop><D:displayname>test</D:displayname></D:prop></D:set></D:propertyupdate>]]></body>
  +             </request>
  +             <response>
  +                     <command>HTTP/1.0 207 Multi-Status</command>
  +                     <header>Date: Tue, 13 Feb 2001 12:45:26 GMT+01:00</header>
  +                     <header>Content-Language: en</header>
  +                     <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; 
Servlet 2.2; Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems 
Inc.)</header>
  +                     <body 
varUsage="globalVariableCollection,userNumber,globalVariableServerName"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?><d:multistatus 
xmlns:d="DAV"><d:response><d:href>/%globalVariableServerName%/%globalVariableCollection%/test/test%3C1.xml</d:href><d:propstat><d:prop><displayname/></d:prop><d:status>HTTP/1.1
 200 OK</d:status></d:propstat></d:response></d:multistatus>]]></body>
  +             </response>
  +     </step>
  +     <step>
  +             <request>
  +                     <command 
varUsage="globalVariableCollection,globalVariableServerName">MOVE 
/%globalVariableServerName%/%globalVariableCollection%/test/test&lt;1.xml 
HTTP/1.1</command>
  +                     <header>Accept-Language: en-us</header>
  +                     <header>Overwrite: T</header>
  +                     <header 
varUsage="globalVariableCollection,globalVariableServerName">Destination: 
/%globalVariableServerName%/%globalVariableCollection%/test/Dir/test&lt;1.xml</header>
  +                     <header>Translate: f</header>
  +                     <header>User-Agent: Microsoft Data Access Internet Publishing 
Provider DAV</header>
  +                     <header>Connection: Keep-Alive</header>
  +             </request>
  +             <response>
  +                     <command>HTTP/1.0 204 No Content</command>
  +                     <header>Date: Mon, 19 Mar 2001 17:24:08 GMT+01:00</header>
  +                     <header>Content-Language: en</header>
  +                     <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; 
Servlet 2.2; Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems 
Inc.)</header>
  +             </response>
  +     </step>
  +     <step>
  +             <request>
  +                     <command 
varUsage="globalVariableCollection,globalVariableServerName">MOVE 
/%globalVariableServerName%/%globalVariableCollection%/test/Dir/test&lt;1.xml 
HTTP/1.1</command>
  +                     <header>Accept-Language: en-us</header>
  +                     <header>Overwrite: T</header>
  +                     <header 
varUsage="globalVariableCollection,globalVariableServerName">Destination: 
/%globalVariableServerName%/%globalVariableCollection%/test/test&lt;1.xml</header>
  +                     <header>Translate: f</header>
  +                     <header>User-Agent: Microsoft Data Access Internet Publishing 
Provider DAV</header>
  +                     <header>Connection: Keep-Alive</header>
  +             </request>
  +             <response>
  +                     <command>HTTP/1.0 204 No Content</command>
  +                     <header>Date: Mon, 19 Mar 2001 17:24:08 GMT+01:00</header>
  +                     <header>Content-Language: en</header>
  +                     <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; 
Servlet 2.2; Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems 
Inc.)</header>
  +             </response>
  +     </step>
  +     <step>
  +             <request>
  +                     <command 
varUsage="globalVariableCollection,globalVariableServerName">COPY 
/%globalVariableServerName%/%globalVariableCollection%/test/test&lt;1.xml 
HTTP/1.1</command>
  +                     <header>Accept-Language: en-us</header>
  +                     <header 
varUsage="globalVariableCollection,globalVariableServerName">Destination: 
/%globalVariableServerName%/%globalVariableCollection%/test/Dir/test&lt;1.xml</header>
  +                     <header>Overwrite: T</header>
  +                     <header>Translate: f</header>
  +                     <header>User-Agent: Microsoft Data Access Internet Publishing 
Provider DAV</header>
  +                     <header>Connection: Keep-Alive</header>
  +             </request>
  +             <response>
  +                     <command>HTTP/1.0 204 No Content</command>
  +                     <header>Date: Mon, 19 Feb 2001 10:55:53 GMT+01:00</header>
  +                     <header>Content-Language: en</header>
  +                     <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 (JSP 1.1; 
Servlet 2.2; Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems 
Inc.)</header>
  +             </response>
  +     </step>
  +     <cleanup>
  +             <step>
  +                     <request>
  +                             <command 
varUsage="globalVariableCollection,globalVariableServerName">DELETE 
/%globalVariableServerName%/%globalVariableCollection%/test 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</header>
  +                             <header>Connection: Keep-Alive</header>
  +                     </request>
  +                     <response>
  +                             <command>HTTP/1.0 204 No Content</command>
  +                             <header>Date: Wed, 14 Mar 2001 14:47:37 
GMT+01:00</header>
  +                             <header>Content-Language: en</header>
  +                             <header>Servlet-Engine: Tomcat Web Server/3.2 beta 4 
(JSP 1.1; Servlet 2.2; Java 1.3.0; Windows NT 4.0 x86; java.vendor=Sun Microsystems 
Inc.)</header>
  +                     </response>
  +             </step>
  +     </cleanup>
   </test>
  -
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to