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/09 12:55:45 UTC

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

juergen     2002/08/09 03:55:45

  Modified:    testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlMethods/ACLExamples
                        ACL2UserDenyWriteACLGrantWrite.xml
  Log:
  cleaned cleanup (eckehard)
  
  Revision  Changes    Path
  1.3       +8 -8      jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlMethods/ACLExamples/ACL2UserDenyWriteACLGrantWrite.xml
  
  Index: ACL2UserDenyWriteACLGrantWrite.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlMethods/ACLExamples/ACL2UserDenyWriteACLGrantWrite.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ACL2UserDenyWriteACLGrantWrite.xml	9 Aug 2002 08:51:38 -0000	1.2
  +++ ACL2UserDenyWriteACLGrantWrite.xml	9 Aug 2002 10:55:45 -0000	1.3
  @@ -44,6 +44,14 @@
      <header>User-Agent: Jakarta HTTP Client/1.0</header>
      <body varUsage="host,user"><![CDATA[
         <D:acl xmlns:D="DAV:">
  +        <D:ace>
  +            <D:principal>
  +               <D:href>/administration/security/users/%host%/%user%</D:href>
  +            </D:principal>
  +            <D:deny>
  +               <D:privilege><D:write-acl /></D:privilege>
  +            </D:deny>         
  +         </D:ace>
         </D:acl>]]>
      </body>
     </request>
  @@ -103,14 +111,6 @@
      <header>User-Agent: Jakarta HTTP Client/1.0</header>
      <body varUsage="globalVariableCollection,globalVariableServerName"><![CDATA[
         <D:acl xmlns:D="DAV:">
  -         <D:ace>
  -            <D:principal>
  -               <D:all></D:all>
  -            </D:principal>
  -            <D:grant>
  -               <D:privilege><D:all /></D:privilege>
  -            </D:grant>
  -         </D:ace>
         </D:acl>]]>
      </body>
     </request>
  
  
  

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