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 2003/08/08 15:02:58 UTC

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

juergen     2003/08/08 06:02:58

  Modified:    testsuite/testsuite/junit/xmltestcases/ACL/functional/Principle/Read
                        ACLdenyReadInheritanceHead2PropfindGetFile.xml
  Log:
  changed displayname to owner
  
  Revision  Changes    Path
  1.9       +4 -2      jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/Principle/Read/ACLdenyReadInheritanceHead2PropfindGetFile.xml
  
  Index: ACLdenyReadInheritanceHead2PropfindGetFile.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/Principle/Read/ACLdenyReadInheritanceHead2PropfindGetFile.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ACLdenyReadInheritanceHead2PropfindGetFile.xml	16 Dec 2002 11:57:03 -0000	1.8
  +++ ACLdenyReadInheritanceHead2PropfindGetFile.xml	8 Aug 2003 13:02:58 -0000	1.9
  @@ -7,7 +7,7 @@
   		1) ACL command which denys read access to the user %user% on a file
   		2) PUT command creates a child file to the collection
   		3) Head command attempted on child
  -		4) PropFind on Displayname attempted on child
  +		4) PropFind on owner attempted on child
   		5) PropFind DAV:acl attempted on child
   		6) Get command attempted on child
   		</description>
  @@ -61,7 +61,9 @@
   			<command varUsage="globalVariableCollection,userNumber,globalVariableServerName">PROPFIND /%globalVariableServerName%/%globalVariableCollection%/test.xml HTTP/1.1</command>
   			<header>Content-Type: text/xml</header>
   			<header>Depth: 1</header>
  -			<body><![CDATA[<?xml version="1.0" ?><propfind xmlns="DAV:"><prop><displayname/></prop></propfind>]]></body>
  +			<body><![CDATA[<?xml version="1.0" ?><propfind xmlns="DAV:">
  +			<prop><owner/>
  +			</prop></propfind>]]></body>
   		</request>
   		<response>
   			<command>HTTP/1.0 403 Forbidden</command>