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/06 13:30:44 UTC

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlMethods/ACLExamples ACLGrantWriteACLDenyWriteACL.xml

juergen     2002/11/06 04:30:44

  Modified:    testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlMethods/ACLExamples
                        ACLGrantWriteACLDenyWriteACL.xml
  Log:
  Changed to make changes to semantics (kaz)
  
  Revision  Changes    Path
  1.6       +3 -3      jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlMethods/ACLExamples/ACLGrantWriteACLDenyWriteACL.xml
  
  Index: ACLGrantWriteACLDenyWriteACL.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlMethods/ACLExamples/ACLGrantWriteACLDenyWriteACL.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ACLGrantWriteACLDenyWriteACL.xml	13 Aug 2002 10:32:39 -0000	1.5
  +++ ACLGrantWriteACLDenyWriteACL.xml	6 Nov 2002 12:30:44 -0000	1.6
  @@ -5,10 +5,10 @@
   		<abstract> Test to check ACL command </abstract>
   		<description>
   		1) MKCOL command which creates a child collection (/test)
  -		2) ACL command which grants write-acl access and then denies write-acl access to the user %user% on the collection /test
  +		2) ACL command which grants write-acl access and then denies write-acl access to the user %user% on the collection /test- the top permission wins that is grant
   		3) ACL command carried out
   		</description>
  -		<expectedResult> ACL command which grants read access should return 403 Forbidden  </expectedResult>
  +		<expectedResult> ACL command which grants read access should return OK </expectedResult>
   	</specification>
   	<step>
   		<user varUsage="user">2%user%</user>
  @@ -79,7 +79,7 @@
         </D:acl>]]></body>
   		</request>
   		<response>
  -			<command>HTTP/1.0 403 forbidden</command>
  +			<command>HTTP/1.0 200 OK</command>
   		</response>
   	</step>
   	<cleanup>
  
  
  

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