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/07 08:50:54 UTC

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlMethods/ACLPrecondition ACE-ConflictGrantReadACLDenyRead.xml

juergen     2002/08/06 23:50:54

  Modified:    testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlMethods/ACLPrecondition
                        ACE-ConflictGrantReadACLDenyRead.xml
  Log:
  definition of ACL is allowed. Forbitten comes up with next read access (eckehard)
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlMethods/ACLPrecondition/ACE-ConflictGrantReadACLDenyRead.xml
  
  Index: ACE-ConflictGrantReadACLDenyRead.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlMethods/ACLPrecondition/ACE-ConflictGrantReadACLDenyRead.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ACE-ConflictGrantReadACLDenyRead.xml	24 Jun 2002 11:22:52 -0000	1.1
  +++ ACE-ConflictGrantReadACLDenyRead.xml	7 Aug 2002 06:50:54 -0000	1.2
  @@ -10,7 +10,7 @@
   		1) ACL command which grants read-acl access and denies read access to the user %user%
   		</description>
   		
  -		<expectedResult> ACL command should return 403 Forbidden   </expectedResult>
  +		<expectedResult> ACL command should return 200 OK   </expectedResult>
   	</specification>
   
   <step>
  @@ -45,7 +45,7 @@
      </body>
     </request>
     <response>
  -   <command>HTTP/1.0 403 Forbidden</command>
  +   <command>HTTP/1.0 200 OK</command>
     </response>
    </step>
    
  
  
  

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