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/11/28 13:43:27 UTC

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

juergen     2002/11/28 04:43:27

  Modified:    testsuite/testsuite/junit/xmltestcases/ACL/functional/Principle/Read
                        ACLdenyReadACLInheritance2Head4Propfind2Get3Col.xml
  Log:
  fixed response (eckehard)
  
  Revision  Changes    Path
  1.8       +35 -2     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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ACLdenyReadACLInheritance2Head4Propfind2Get3Col.xml	13 Aug 2002 10:32:36 -0000	1.7
  +++ ACLdenyReadACLInheritance2Head4Propfind2Get3Col.xml	28 Nov 2002 12:43:27 -0000	1.8
  @@ -184,7 +184,28 @@
                       </D:propfind>]]></body>
   		</request>
   		<response>
  -			<command>HTTP/1.0 403 Forbidden</command>
  +			<command>HTTP/1.0 207 Multi Status</command>
  +			<body varUsage="globalVariableCollection,userNumber,globalVariableRootUserPath,globalVariableServerName,globalVariableCollection,user,host"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
  +		<multistatus xmlns="DAV:">
  +			  <response>
  +			        <href>/%globalVariableServerName%/%globalVariableCollection%/test1/test2/test3</href>
  +		                <propstat>
  +		                    <prop>
  +                  		        <acl/>
  +              		            </prop>
  +              		            <status>HTTP/1.1 403 Forbidden</status>
  +        		        </propstat>
  +                          </response>
  +                          <response>
  +			        <href>/%globalVariableServerName%/%globalVariableCollection%/test1/test2/test3/test.xml</href>
  +		                <propstat>
  +		                    <prop>
  +                  		        <acl/>
  +              		            </prop>
  +              		            <status>HTTP/1.1 403 Forbidden</status>
  +        		        </propstat>
  +                          </response>
  +		</multistatus>]]></body>
   		</response>
   	</step>
   	<step>
  @@ -249,7 +270,19 @@
                       </D:propfind>]]></body>
   		</request>
   		<response>
  -			<command>HTTP/1.0 403 Forbidden</command>
  +			<command>HTTP/1.0 207 Multi Status</command>
  +			<body varUsage="globalVariableCollection,userNumber,globalVariableRootUserPath,globalVariableServerName,globalVariableCollection,user,host"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
  +		<multistatus xmlns="DAV:">
  +			  <response>
  +			        <href>/%globalVariableServerName%/%globalVariableCollection%/test1/test2/test3/test.xml</href>
  +		                <propstat>
  +		                    <prop>
  +                  		        <acl/>
  +              		            </prop>
  +              		            <status>HTTP/1.1 403 Forbidden</status>
  +        		        </propstat>
  +                          </response>
  +		</multistatus>]]></body>
   		</response>
   	</step>
   	<step>
  
  
  

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