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:56:28 UTC

cvs commit: jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/Principle/EitherReadorWrite 01_ACLdenyReadForGroup_GetColFile.xml 02_ACLgrantReadForGroup_GetColFile.xml 03_ACLdenyReadForOneUserOfGroup_GetColFile.xml 04_ACLgrantReadForOneUserOfGroup_GetColFile.xml 05_ACLdenyWriteForGroup_PutColFile.xml 06_ACLgrantWriteForGroup_PutColFile.xml 07_ACLdenyWriteForOneUserOfGroup_PutColFile.xml 08_ACLgrantWriteForOneUserOfGroup_PutColFile.xml 09_ACLdenyWriteForGroup_DeleteColFile.xml 10_ACLgrantWriteForGroup_DeleteColFile.xml 11_ACLdenyWriteForOneUserOfGroup_DeleteColFile.xml 12_ACLgrantWriteForOneUserOfGroup_DeleteColFile.xml

juergen     2003/08/07 05:56:28

  Modified:    testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/Principle/EitherReadorWrite
                        01_ACLdenyReadForGroup_GetColFile.xml
                        02_ACLgrantReadForGroup_GetColFile.xml
                        03_ACLdenyReadForOneUserOfGroup_GetColFile.xml
                        04_ACLgrantReadForOneUserOfGroup_GetColFile.xml
                        05_ACLdenyWriteForGroup_PutColFile.xml
                        06_ACLgrantWriteForGroup_PutColFile.xml
                        07_ACLdenyWriteForOneUserOfGroup_PutColFile.xml
                        08_ACLgrantWriteForOneUserOfGroup_PutColFile.xml
                        09_ACLdenyWriteForGroup_DeleteColFile.xml
                        10_ACLgrantWriteForGroup_DeleteColFile.xml
                        11_ACLdenyWriteForOneUserOfGroup_DeleteColFile.xml
                        12_ACLgrantWriteForOneUserOfGroup_DeleteColFile.xml
  Log:
  replced /%globalVariableServerName%%globalVariableUsersPath% mit %globalVariableRootUserPath% (josef)
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/Principle/EitherReadorWrite/01_ACLdenyReadForGroup_GetColFile.xml
  
  Index: 01_ACLdenyReadForGroup_GetColFile.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/Principle/EitherReadorWrite/01_ACLdenyReadForGroup_GetColFile.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 01_ACLdenyReadForGroup_GetColFile.xml	7 Aug 2003 11:42:26 -0000	1.2
  +++ 01_ACLdenyReadForGroup_GetColFile.xml	7 Aug 2003 12:56:28 -0000	1.3
  @@ -46,11 +46,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="globalVariableGroupsColl,globalVariableUsersPath,globalVariableUserPath,globalVariableRootUserPath,globalVariableServerName,user,host"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
  +			<body varUsage="globalVariableGroupsColl,globalVariableUserPath,globalVariableRootUserPath,globalVariableServerName,user,host"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
         <D:acl xmlns:D="DAV:">
            <D:ace>
               <D:principal>
  -               <D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%1</D:href>
  +               <D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%1</D:href>
               </D:principal>
               <D:deny>
                  <D:privilege><D:read /></D:privilege>
  
  
  
  1.3       +2 -2      jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/Principle/EitherReadorWrite/02_ACLgrantReadForGroup_GetColFile.xml
  
  Index: 02_ACLgrantReadForGroup_GetColFile.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/Principle/EitherReadorWrite/02_ACLgrantReadForGroup_GetColFile.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 02_ACLgrantReadForGroup_GetColFile.xml	7 Aug 2003 11:42:26 -0000	1.2
  +++ 02_ACLgrantReadForGroup_GetColFile.xml	7 Aug 2003 12:56:28 -0000	1.3
  @@ -44,11 +44,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="globalVariableGroupsColl,globalVariableUsersPath,globalVariableUserPath,globalVariableRootUserPath,globalVariableServerName,user,host"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
  +			<body varUsage="globalVariableGroupsColl,globalVariableUserPath,globalVariableRootUserPath,globalVariableServerName,user,host"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
         <D:acl xmlns:D="DAV:">
            <D:ace>
               <D:principal>
  -               <D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%1</D:href>
  +               <D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%1</D:href>
               </D:principal>
               <D:grant>
                  <D:privilege><D:read /></D:privilege>
  
  
  
  1.3       +3 -3      jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/Principle/EitherReadorWrite/03_ACLdenyReadForOneUserOfGroup_GetColFile.xml
  
  Index: 03_ACLdenyReadForOneUserOfGroup_GetColFile.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/Principle/EitherReadorWrite/03_ACLdenyReadForOneUserOfGroup_GetColFile.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 03_ACLdenyReadForOneUserOfGroup_GetColFile.xml	7 Aug 2003 11:42:26 -0000	1.2
  +++ 03_ACLdenyReadForOneUserOfGroup_GetColFile.xml	7 Aug 2003 12:56:28 -0000	1.3
  @@ -44,12 +44,12 @@
   			<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="globalVariableGroupsColl,globalVariableUsersPath,globalVariableUserPath,globalVariableRootUserPath,globalVariableServerName,user,host"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
  +			<body varUsage="globalVariableGroupsColl,globalVariableUserPath,globalVariableRootUserPath,globalVariableServerName,user,host"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
         <D:acl xmlns:D="DAV:">
         
            <D:ace>
               <D:principal>
  -               <D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%1/%globalVariableGroupsColl%1%user%</D:href>
  +               <D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%1/%globalVariableGroupsColl%1%user%</D:href>
               </D:principal>
               <D:deny>
                  <D:privilege><D:read /></D:privilege>
  @@ -58,7 +58,7 @@
            
            <D:ace>
               <D:principal>
  -               <D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%1</D:href>
  +               <D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%1</D:href>
               </D:principal>
               <D:grant>
                  <D:privilege><D:read /></D:privilege>
  
  
  
  1.3       +3 -3      jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/Principle/EitherReadorWrite/04_ACLgrantReadForOneUserOfGroup_GetColFile.xml
  
  Index: 04_ACLgrantReadForOneUserOfGroup_GetColFile.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/Principle/EitherReadorWrite/04_ACLgrantReadForOneUserOfGroup_GetColFile.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 04_ACLgrantReadForOneUserOfGroup_GetColFile.xml	7 Aug 2003 11:42:26 -0000	1.2
  +++ 04_ACLgrantReadForOneUserOfGroup_GetColFile.xml	7 Aug 2003 12:56:28 -0000	1.3
  @@ -44,11 +44,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="globalVariableGroupsColl,globalVariableUsersPath,globalVariableUserPath,globalVariableRootUserPath,globalVariableServerName,user,host"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
  +			<body varUsage="globalVariableGroupsColl,globalVariableUserPath,globalVariableRootUserPath,globalVariableServerName,user,host"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
         <D:acl xmlns:D="DAV:">
          	<D:ace>
               <D:principal>
  -               <D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%1/%globalVariableGroupsColl%1%user%</D:href>
  +               <D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%1/%globalVariableGroupsColl%1%user%</D:href>
               </D:principal>
               <D:grant>
                  <D:privilege><D:read /></D:privilege>
  @@ -57,7 +57,7 @@
            
            <D:ace>
               <D:principal>
  -               <D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%1</D:href>
  +               <D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%1</D:href>
               </D:principal>
               <D:deny>
                  <D:privilege><D:read /></D:privilege>
  
  
  
  1.3       +2 -2      jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/Principle/EitherReadorWrite/05_ACLdenyWriteForGroup_PutColFile.xml
  
  Index: 05_ACLdenyWriteForGroup_PutColFile.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/Principle/EitherReadorWrite/05_ACLdenyWriteForGroup_PutColFile.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 05_ACLdenyWriteForGroup_PutColFile.xml	7 Aug 2003 11:42:26 -0000	1.2
  +++ 05_ACLdenyWriteForGroup_PutColFile.xml	7 Aug 2003 12:56:28 -0000	1.3
  @@ -32,11 +32,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="globalVariableGroupsColl,globalVariableUsersPath,globalVariableUserPath,globalVariableRootUserPath,globalVariableServerName,user,host"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
  +			<body varUsage="globalVariableGroupsColl,globalVariableUserPath,globalVariableRootUserPath,globalVariableServerName,user,host"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
         <D:acl xmlns:D="DAV:">
            <D:ace>
               <D:principal>
  -               <D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%1</D:href>
  +               <D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%1</D:href>
               </D:principal>
               <D:deny>
                  <D:privilege><D:write /></D:privilege>
  
  
  
  1.3       +2 -2      jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/Principle/EitherReadorWrite/06_ACLgrantWriteForGroup_PutColFile.xml
  
  Index: 06_ACLgrantWriteForGroup_PutColFile.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/Principle/EitherReadorWrite/06_ACLgrantWriteForGroup_PutColFile.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 06_ACLgrantWriteForGroup_PutColFile.xml	7 Aug 2003 11:42:26 -0000	1.2
  +++ 06_ACLgrantWriteForGroup_PutColFile.xml	7 Aug 2003 12:56:28 -0000	1.3
  @@ -32,11 +32,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="globalVariableGroupsColl,globalVariableUsersPath,globalVariableUserPath,globalVariableRootUserPath,globalVariableServerName,user,host"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
  +			<body varUsage="globalVariableGroupsColl,globalVariableUserPath,globalVariableRootUserPath,globalVariableServerName,user,host"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
         <D:acl xmlns:D="DAV:">
            <D:ace>
               <D:principal>
  -               <D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%1</D:href>
  +               <D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%1</D:href>
               </D:principal>
               <D:grant>
                  <D:privilege><D:write /></D:privilege>
  
  
  
  1.3       +3 -3      jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/Principle/EitherReadorWrite/07_ACLdenyWriteForOneUserOfGroup_PutColFile.xml
  
  Index: 07_ACLdenyWriteForOneUserOfGroup_PutColFile.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/Principle/EitherReadorWrite/07_ACLdenyWriteForOneUserOfGroup_PutColFile.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 07_ACLdenyWriteForOneUserOfGroup_PutColFile.xml	7 Aug 2003 11:42:26 -0000	1.2
  +++ 07_ACLdenyWriteForOneUserOfGroup_PutColFile.xml	7 Aug 2003 12:56:28 -0000	1.3
  @@ -32,12 +32,12 @@
   			<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="globalVariableGroupsColl,globalVariableUsersPath,globalVariableUserPath,globalVariableRootUserPath,globalVariableServerName,user,host"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
  +			<body varUsage="globalVariableGroupsColl,globalVariableUserPath,globalVariableRootUserPath,globalVariableServerName,user,host"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
         <D:acl xmlns:D="DAV:">
         
            <D:ace>
               <D:principal>
  -               <D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%1/%globalVariableGroupsColl%1%user%</D:href>
  +               <D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%1/%globalVariableGroupsColl%1%user%</D:href>
               </D:principal>
               <D:deny>
                  <D:privilege><D:write /></D:privilege>
  @@ -46,7 +46,7 @@
            
            <D:ace>
               <D:principal>
  -               <D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%1</D:href>
  +               <D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%1</D:href>
               </D:principal>
               <D:grant>
                  <D:privilege><D:write /></D:privilege>
  
  
  
  1.3       +3 -3      jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/Principle/EitherReadorWrite/08_ACLgrantWriteForOneUserOfGroup_PutColFile.xml
  
  Index: 08_ACLgrantWriteForOneUserOfGroup_PutColFile.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/Principle/EitherReadorWrite/08_ACLgrantWriteForOneUserOfGroup_PutColFile.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 08_ACLgrantWriteForOneUserOfGroup_PutColFile.xml	7 Aug 2003 11:42:26 -0000	1.2
  +++ 08_ACLgrantWriteForOneUserOfGroup_PutColFile.xml	7 Aug 2003 12:56:28 -0000	1.3
  @@ -32,12 +32,12 @@
   			<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="globalVariableGroupsColl,globalVariableUsersPath,globalVariableUserPath,globalVariableRootUserPath,globalVariableServerName,user,host"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
  +			<body varUsage="globalVariableGroupsColl,globalVariableUserPath,globalVariableRootUserPath,globalVariableServerName,user,host"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
         <D:acl xmlns:D="DAV:">
                  
            <D:ace>
               <D:principal>
  -               <D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%1/%globalVariableGroupsColl%1%user%</D:href>
  +               <D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%1/%globalVariableGroupsColl%1%user%</D:href>
               </D:principal>
               <D:grant>
                  <D:privilege><D:write /></D:privilege>
  @@ -46,7 +46,7 @@
   
            <D:ace>
               <D:principal>
  -               <D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%1</D:href>
  +               <D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%1</D:href>
               </D:principal>
               <D:deny>
                  <D:privilege><D:write /></D:privilege>
  
  
  
  1.3       +2 -2      jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/Principle/EitherReadorWrite/09_ACLdenyWriteForGroup_DeleteColFile.xml
  
  Index: 09_ACLdenyWriteForGroup_DeleteColFile.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/Principle/EitherReadorWrite/09_ACLdenyWriteForGroup_DeleteColFile.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 09_ACLdenyWriteForGroup_DeleteColFile.xml	7 Aug 2003 11:42:26 -0000	1.2
  +++ 09_ACLdenyWriteForGroup_DeleteColFile.xml	7 Aug 2003 12:56:28 -0000	1.3
  @@ -45,11 +45,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="globalVariableGroupsColl,globalVariableUsersPath,globalVariableUserPath,globalVariableRootUserPath,globalVariableServerName,user,host"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
  +			<body varUsage="globalVariableGroupsColl,globalVariableUserPath,globalVariableRootUserPath,globalVariableServerName,user,host"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
         <D:acl xmlns:D="DAV:">
            <D:ace>
               <D:principal>
  -               <D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%1</D:href>
  +               <D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%1</D:href>
               </D:principal>
               <D:deny>
                  <D:privilege><D:write /></D:privilege>
  
  
  
  1.3       +2 -2      jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/Principle/EitherReadorWrite/10_ACLgrantWriteForGroup_DeleteColFile.xml
  
  Index: 10_ACLgrantWriteForGroup_DeleteColFile.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/Principle/EitherReadorWrite/10_ACLgrantWriteForGroup_DeleteColFile.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 10_ACLgrantWriteForGroup_DeleteColFile.xml	7 Aug 2003 11:42:27 -0000	1.2
  +++ 10_ACLgrantWriteForGroup_DeleteColFile.xml	7 Aug 2003 12:56:28 -0000	1.3
  @@ -45,11 +45,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="globalVariableGroupsColl,globalVariableUsersPath,globalVariableUserPath,globalVariableRootUserPath,globalVariableServerName,user,host"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
  +			<body varUsage="globalVariableGroupsColl,globalVariableUserPath,globalVariableRootUserPath,globalVariableServerName,user,host"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
         <D:acl xmlns:D="DAV:">
            <D:ace>
               <D:principal>
  -               <D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%1</D:href>
  +               <D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%1</D:href>
               </D:principal>
               <D:grant>
                  <D:privilege><D:write /></D:privilege>
  
  
  
  1.3       +3 -3      jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/Principle/EitherReadorWrite/11_ACLdenyWriteForOneUserOfGroup_DeleteColFile.xml
  
  Index: 11_ACLdenyWriteForOneUserOfGroup_DeleteColFile.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/Principle/EitherReadorWrite/11_ACLdenyWriteForOneUserOfGroup_DeleteColFile.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 11_ACLdenyWriteForOneUserOfGroup_DeleteColFile.xml	7 Aug 2003 11:42:27 -0000	1.2
  +++ 11_ACLdenyWriteForOneUserOfGroup_DeleteColFile.xml	7 Aug 2003 12:56:28 -0000	1.3
  @@ -45,12 +45,12 @@
   			<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="globalVariableGroupsColl,globalVariableUsersPath,globalVariableUserPath,globalVariableRootUserPath,globalVariableServerName,user,host"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
  +			<body varUsage="globalVariableGroupsColl,globalVariableUserPath,globalVariableRootUserPath,globalVariableServerName,user,host"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
         <D:acl xmlns:D="DAV:">
   
            <D:ace>
               <D:principal>
  -               <D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%1/%globalVariableGroupsColl%1%user%</D:href>
  +               <D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%1/%globalVariableGroupsColl%1%user%</D:href>
               </D:principal>
               <D:deny>
                  <D:privilege><D:write /></D:privilege>
  @@ -59,7 +59,7 @@
            
            <D:ace>
             <D:principal>
  -               <D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%1</D:href>
  +               <D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%1</D:href>
               </D:principal>
               <D:grant>
                  <D:privilege><D:write /></D:privilege>
  
  
  
  1.3       +3 -3      jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/Principle/EitherReadorWrite/12_ACLgrantWriteForOneUserOfGroup_DeleteColFile.xml
  
  Index: 12_ACLgrantWriteForOneUserOfGroup_DeleteColFile.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/Principle/EitherReadorWrite/12_ACLgrantWriteForOneUserOfGroup_DeleteColFile.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 12_ACLgrantWriteForOneUserOfGroup_DeleteColFile.xml	7 Aug 2003 11:42:27 -0000	1.2
  +++ 12_ACLgrantWriteForOneUserOfGroup_DeleteColFile.xml	7 Aug 2003 12:56:28 -0000	1.3
  @@ -46,12 +46,12 @@
   			<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="globalVariableGroupsColl,globalVariableUsersPath,globalVariableUserPath,globalVariableRootUserPath,globalVariableServerName,user,host"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
  +			<body varUsage="globalVariableGroupsColl,globalVariableUserPath,globalVariableRootUserPath,globalVariableServerName,user,host"><![CDATA[<?xml version="1.0" encoding="utf-8" ?>
         <D:acl xmlns:D="DAV:">
                      
            <D:ace>
               <D:principal>
  -               <D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%1/%globalVariableGroupsColl%1%user%</D:href>
  +               <D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%1/%globalVariableGroupsColl%1%user%</D:href>
               </D:principal>
               <D:grant>
                  <D:privilege><D:write /></D:privilege>
  @@ -60,7 +60,7 @@
            
            <D:ace>
               <D:principal>
  -               <D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%1</D:href>
  +               <D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%1</D:href>
               </D:principal>
               <D:deny>
                  <D:privilege><D:write /></D:privilege>
  
  
  

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