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/07 14:55:54 UTC

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/AccessControlMethods/ACLExamples 01_ACL2DenyAllForGroupGrantRead.xml 02_ACL2DenyAllForGroupGrantWrite.xml

juergen     2003/08/07 05:55:54

  Modified:    testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/AccessControlMethods/ACLExamples
                        01_ACL2DenyAllForGroupGrantRead.xml
                        02_ACL2DenyAllForGroupGrantWrite.xml
  Log:
  replced /%globalVariableServerName%%globalVariableUsersPath% mit %globalVariableRootUserPath% (josef)
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/AccessControlMethods/ACLExamples/01_ACL2DenyAllForGroupGrantRead.xml
  
  Index: 01_ACL2DenyAllForGroupGrantRead.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/AccessControlMethods/ACLExamples/01_ACL2DenyAllForGroupGrantRead.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- 01_ACL2DenyAllForGroupGrantRead.xml	4 Jul 2003 13:27:38 -0000	1.1
  +++ 01_ACL2DenyAllForGroupGrantRead.xml	7 Aug 2003 12:55:54 -0000	1.2
  @@ -35,7 +35,7 @@
         <D:acl xmlns:D="DAV:">
           <D:ace>
               <D:principal>
  -               <D:href>%globalVariableUsersPath%/groups/%group%</D:href>
  +               <D:href>/administration/security/userdb/groups/%group%</D:href>
               </D:principal>
               <D:deny>
                  <D:privilege><D:all /></D:privilege>
  
  
  
  1.2       +2 -2      jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/AccessControlMethods/ACLExamples/02_ACL2DenyAllForGroupGrantWrite.xml
  
  Index: 02_ACL2DenyAllForGroupGrantWrite.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/AccessControlMethods/ACLExamples/02_ACL2DenyAllForGroupGrantWrite.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- 02_ACL2DenyAllForGroupGrantWrite.xml	4 Jul 2003 13:27:38 -0000	1.1
  +++ 02_ACL2DenyAllForGroupGrantWrite.xml	7 Aug 2003 12:55:54 -0000	1.2
  @@ -31,11 +31,11 @@
   			<command varUsage="globalVariableCollection,globalVariableServerName">ACL /%globalVariableServerName%/%globalVariableCollection%/test HTTP/1.1</command>
   			<header>Content-Type: text/xml; charset=utf-8</header>
   			<header>User-Agent: Jakarta HTTP Client/1.0</header>
  -			<body varUsage="globalVariableUsersPath,globalVariableRootUserPath,globalVariableServerName,group,host"><![CDATA[
  +			<body varUsage="globalVariableRootUserPath,globalVariableServerName,group,host"><![CDATA[
         <D:acl xmlns:D="DAV:">
           <D:ace>
               <D:principal>
  -               <D:href>globalVariableUsersPath%/groups/%group%</D:href>
  +               <D:href>/administration/security/userdb/groups/%group%</D:href>
               </D:principal>
               <D:deny>
                  <D:privilege><D:all /></D:privilege>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org