juergen     2003/07/04 04:29:34

  Modified:    
testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlProperties
                        PropFind-ACL.xml
                        PropFind-Principal-collection-set.xml
  Log:
  Introduced %globalVariableUsersPath% und splitted %globalVariableRootUserPath%
  to
  /%globalVariableServerName%%globalVariableUsersPath%
  The globalVariableUsersPath can now be controlled by the TProcessor.cmd
  (Josef)
  
  Revision  Changes    Path
  1.7       +2 -2      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlProperties/PropFind-ACL.xml
  
  Index: PropFind-ACL.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlProperties/PropFind-ACL.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- PropFind-ACL.xml  13 Aug 2002 10:32:35 -0000      1.6
  +++ PropFind-ACL.xml  4 Jul 2003 11:29:34 -0000       1.7
  @@ -20,7 +20,7 @@
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi Status</command>
  -                     <body 
varUsage="globalVariableCollection,userNumber,globalVariableRootUserPath,globalVariableServerName,user,host"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
  +                     <body 
varUsage="globalVariableCollection,userNumber,globalVariableUsersPath,globalVariableServerName,user,host"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
   <multistatus xmlns="DAV:">
     <response>
       <href>/%globalVariableServerName%/%globalVariableCollection%</href>
  @@ -29,7 +29,7 @@
           <acl>
             <ace>
               <principal>
  -              <href>%globalVariableRootUserPath%</href>
  +              <href>/%globalVariableServerName%%globalVariableUsersPath%</href>
               </principal>
               <grant>
                 <privilege>
  
  
  
  1.6       +2 -2      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlProperties/PropFind-Principal-collection-set.xml
  
  Index: PropFind-Principal-collection-set.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/functional/AccessControlProperties/PropFind-Principal-collection-set.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- PropFind-Principal-collection-set.xml     13 Aug 2002 10:32:35 -0000      1.5
  +++ PropFind-Principal-collection-set.xml     4 Jul 2003 11:29:34 -0000       1.6
  @@ -20,14 +20,14 @@
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi Status</command>
  -                     <body 
varUsage="globalVariableCollection,userNumber,globalVariableRootUserPath,globalVariableServerName,user,host"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
  +                     <body 
varUsage="globalVariableCollection,userNumber,globalVariableUsersPath,globalVariableServerName,user,host"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
   <D:multistatus xmlns:D="DAV:">
     <D:response>
       <D:href>/%globalVariableServerName%/%globalVariableCollection%</D:href>
       <D:propstat>
         <D:prop>
           <D:principal-collection-set>
  -          <D:href>%globalVariableRootUserPath%</D:href>
  +          <D:href>/%globalVariableServerName%%globalVariableUsersPath%</D:href>
           </D:principal-collection-set>
         </D:prop>
         <D:status>HTTP/1.1 200 OK</D:status>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to