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/12 12:54:19 UTC

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/Principle/Read ACLdenyReadACLInheritance2Head4Propfind2Get3Col.xml

juergen     2002/08/12 03:54:19

  Modified:    testsuite/testsuite/junit/xmltestcases/ACL/functional/Principle/Read
                        ACLdenyReadACLInheritance2Head4Propfind2Get3Col.xml
  Log:
  fixed added child prop to response (eckehard)
  
  Revision  Changes    Path
  1.6       +23 -1     jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/Principle/Read/ACLdenyReadACLInheritance2Head4Propfind2Get3Col.xml
  
  Index: ACLdenyReadACLInheritance2Head4Propfind2Get3Col.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/Principle/Read/ACLdenyReadACLInheritance2Head4Propfind2Get3Col.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ACLdenyReadACLInheritance2Head4Propfind2Get3Col.xml	9 Aug 2002 12:30:02 -0000	1.5
  +++ ACLdenyReadACLInheritance2Head4Propfind2Get3Col.xml	12 Aug 2002 10:54:19 -0000	1.6
  @@ -144,7 +144,29 @@
   		<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">&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%/test1/test2/test3&lt;/href&gt;&lt;propstat&gt;&lt;prop&gt;&lt;displayname&gt;test3&lt;/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>
  +			<body varUsage="globalVariableCollection,userNumber,globalVariableServerName">
  +			<![CDATA[<?xml version="1.0" encoding="UTF-8"?>
  +                            <D:multistatus xmlns:D="DAV:">
  +                              <D:response>
  +	                         <D:href>/%globalVariableServerName%/%globalVariableCollection%/test1/test2/test3</D:href>
  +                                 <D:propstat>
  +                                      <D:prop>
  +                                           <D:displayname>test3</D:displayname>
  +                                      </D:prop>
  +                                      <D:status>HTTP/1.1 200 OK</D:status>
  +                                  </D:propstat>
  +                              </D:response>
  +                              <D:response>
  +                                 <D:href>/%globalVariableServerName%/%globalVariableCollection%/test1/test2/test3/test.xml</D:href>
  +                                 <D:propstat>
  +                                      <D:prop>
  +                                           <D:displayname>test.xml</D:displayname>
  +                                      </D:prop>
  +                                      <D:status>HTTP/1.1 200 OK</D:status>
  +                                 </D:propstat>
  +                              </D:response>
  +                         </D:multistatus>]]>
  +                      </body>
   		</response>
   	</step>
   	<step>
  
  
  

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