juergen     2003/08/07 05:56:05

  Modified:    
testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/AccessControlProperties
                        01_PropFind-Principal-collection-set.xml
                        02_PropFind-group-member-set.xml
                        03_PropFind-principal-URL.xml
                        04_PropFind-alternate-URI-set.xml
                        05_PropFind-group-membership.xml
  Log:
  replced /%globalVariableServerName%%globalVariableUsersPath% mit 
%globalVariableRootUserPath% (josef)
  
  Revision  Changes    Path
  1.3       +11 -11    
jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/AccessControlProperties/01_PropFind-Principal-collection-set.xml
  
  Index: 01_PropFind-Principal-collection-set.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/AccessControlProperties/01_PropFind-Principal-collection-set.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 01_PropFind-Principal-collection-set.xml  7 Aug 2003 11:42:26 -0000       1.2
  +++ 01_PropFind-Principal-collection-set.xml  7 Aug 2003 12:56:05 -0000       1.3
  @@ -8,10 +8,10 @@
        </specification>
        <step>
                <request>
  -                     <command 
varUsage="globalVariableGroupsColl,globalVariableUsersPath,globalVariableServerName">PROPFIND
 
/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%0
 HTTP/1.1</command>
  +                     <command 
varUsage="globalVariableGroupsColl,globalVariableServerName">PROPFIND 
%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%0 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,globalVariableServerName,user"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
  +                     <body 
varUsage="globalVariableGroupsColl,globalVariableServerName,user"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?>
      <D:propfind xmlns:D="DAV:">
         <D:prop>
            <D:principal-collection-set/>
  @@ -20,47 +20,47 @@
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi Status</command>
  -                     <body 
varUsage="globalVariableGroupsColl,globalVariableCollection,userNumber,globalVariableUsersPath,globalVariableServerName,user,host"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
  +                     <body 
varUsage="globalVariableGroupsColl,globalVariableCollection,userNumber,globalVariableServerName,user,host"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
                        <D:multistatus xmlns:D="DAV:">
                <D:response xmlns:D="DAV:">     
  -                     
<D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%0</D:href>
     
  +                     
<D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%0</D:href>     
                        <D:propstat>         
                                <D:prop>             
                                <D:principal-collection-set>                 
  -                             
<D:href>/%globalVariableServerName%%globalVariableUsersPath%</D:href>             
  +                             <D:href>%globalVariableRootUserPath%</D:href>          
   
                                </D:principal-collection-set>         
                                </D:prop>         
                                <D:status>HTTP/1.1 200 OK</D:status>     
                        </D:propstat> 
                </D:response>
                <D:response xmlns:D="DAV:">     
  -                     
<D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%0/2%user%</D:href>
     
  +                     
<D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%0/2%user%</D:href>
     
                                <D:propstat>         
                                <D:prop>             
                                <D:principal-collection-set>                 
  -                             
<D:href>/%globalVariableServerName%%globalVariableUsersPath%</D:href>             
  +                             <D:href>%globalVariableRootUserPath%</D:href>          
   
                                </D:principal-collection-set>         
                                </D:prop>         
                                <D:status>HTTP/1.1 200 OK</D:status>     
                        </D:propstat> 
                </D:response>
                <D:response xmlns:D="DAV:">     
  -                     
<D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%0/%user%2</D:href>
     
  +                     
<D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%0/%user%2</D:href>
     
                        <D:propstat>         
                        <D:prop>             
                        <D:principal-collection-set>                 
  -                     
<D:href>/%globalVariableServerName%%globalVariableUsersPath%</D:href>             
  +                     <D:href>%globalVariableRootUserPath%</D:href>             
                        </D:principal-collection-set>         
                        </D:prop>         
                        <D:status>HTTP/1.1 200 OK</D:status>     
                </D:propstat> 
                </D:response>
                <D:response xmlns:D="DAV:">     
  -                     
<D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%0/%user%</D:href>
     
  +                     
<D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%0/%user%</D:href>
     
                        <D:propstat>         
                        <D:prop>             
                        <D:principal-collection-set>                 
  -                     
<D:href>/%globalVariableServerName%%globalVariableUsersPath%</D:href>             
  +                     <D:href>%globalVariableRootUserPath%</D:href>             
                        </D:principal-collection-set>         
                        </D:prop>         
                        <D:status>HTTP/1.1 200 OK</D:status>     
  
  
  
  1.3       +7 -7      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/AccessControlProperties/02_PropFind-group-member-set.xml
  
  Index: 02_PropFind-group-member-set.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/AccessControlProperties/02_PropFind-group-member-set.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 02_PropFind-group-member-set.xml  7 Aug 2003 11:42:26 -0000       1.2
  +++ 02_PropFind-group-member-set.xml  7 Aug 2003 12:56:05 -0000       1.3
  @@ -8,10 +8,10 @@
        </specification>
        <step>
                <request>
  -                     <command 
varUsage="globalVariableGroupsColl,globalVariableUsersPath,globalVariableServerName">PROPFIND
 
/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%0
 HTTP/1.1</command>
  +                     <command 
varUsage="globalVariableGroupsColl,globalVariableServerName">PROPFIND 
%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%0 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,globalVariableServerName,user"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
  +                     <body 
varUsage="globalVariableGroupsColl,globalVariableServerName,user"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?>
      <D:propfind xmlns:D="DAV:">
         <D:prop>
            <D:group-member-set/>
  @@ -20,11 +20,11 @@
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi Status</command>
  -                     <body 
varUsage="globalVariableGroupsColl,globalVariableCollection,userNumber,globalVariableUsersPath,globalVariableServerName,user,host"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
  +                     <body 
varUsage="globalVariableGroupsColl,globalVariableCollection,userNumber,globalVariableServerName,user,host"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
                        <D:multistatus xmlns:D="DAV:">
                        
                        <D:response xmlns:D="DAV:">     
  -                     
<D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%0</D:href>
     
  +                     
<D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%0</D:href>     
                        <D:propstat>         
                        <D:prop>             
                        <D:group-member-set />         
  @@ -33,7 +33,7 @@
                        </D:propstat> 
                        </D:response>
                        <D:response xmlns:D="DAV:">     
  -                     
<D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%0/2%user%</D:href>
     
  +                     
<D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%0/2%user%</D:href>
     
                        <D:propstat>         
                        <D:prop>             
                        <D:group-member-set />         
  @@ -42,7 +42,7 @@
                        </D:propstat> 
                        </D:response>
                        <D:response xmlns:D="DAV:">     
  -                     
<D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%0/%user%2</D:href>
     
  +                     
<D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%0/%user%2</D:href>
     
                        <D:propstat>         
                        <D:prop>             
                        <D:group-member-set />         
  @@ -51,7 +51,7 @@
                        </D:propstat> 
                        </D:response>
                        <D:response xmlns:D="DAV:">     
  -                     
<D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%0/%user%</D:href>
     
  +                     
<D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%0/%user%</D:href>
     
                        <D:propstat>         
                        <D:prop>             
                        <D:group-member-set />         
  
  
  
  1.3       +15 -15    
jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/AccessControlProperties/03_PropFind-principal-URL.xml
  
  Index: 03_PropFind-principal-URL.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/AccessControlProperties/03_PropFind-principal-URL.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 03_PropFind-principal-URL.xml     7 Aug 2003 11:42:26 -0000       1.2
  +++ 03_PropFind-principal-URL.xml     7 Aug 2003 12:56:05 -0000       1.3
  @@ -8,11 +8,11 @@
        </specification>
        <step>
                <request>
  -                     <command 
varUsage="globalVariableGroupsColl,globalVariableUsersPath,globalVariableServerName,user">PROPFIND
 /%globalVariableServerName%%globalVariableUsersPath%/users/%user% HTTP/1.1</command>
  +                     <command 
varUsage="globalVariableGroupsColl,globalVariableServerName,user">PROPFIND 
%globalVariableRootUserPath%/users/%user% HTTP/1.1</command>
                        <header>Content-Type: text/xml; charset=utf-8</header>
                        <header>User-Agent: Jakarta HTTP Client/1.0</header>
                        <header>Depth: 0</header>
  -                     <body 
varUsage="globalVariableGroupsColl,globalVariableUsersPath,globalVariableServerName,user"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
  +                     <body 
varUsage="globalVariableGroupsColl,globalVariableServerName,user"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?>
      <D:propfind xmlns:D="DAV:">
         <D:prop>
            <D:principal-URL/>
  @@ -21,14 +21,14 @@
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi Status</command>
  -                     <body 
varUsage="globalVariableGroupsColl,globalVariableCollection,userNumber,globalVariableUsersPath,globalVariableServerName,user,host"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
  +                     <body 
varUsage="globalVariableGroupsColl,globalVariableCollection,userNumber,globalVariableServerName,user,host"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
                        <D:multistatus xmlns:D="DAV:">     
                        <D:response>         
  -                     
<D:href>/%globalVariableServerName%%globalVariableUsersPath%/users/%user%</D:href>     
    
  +                     <D:href>%globalVariableRootUserPath%/users/%user%</D:href>     
    
                        <D:propstat>             
                        <D:prop>                 
                        <D:principal-URL>                     
  -                     
<D:href>/%globalVariableServerName%%globalVariableUsersPath%/users/%user%</D:href>     
            
  +                     <D:href>%globalVariableRootUserPath%/users/%user%</D:href>     
            
                        </D:principal-URL>             
                        </D:prop>             
                        <D:status>HTTP/1.1 200 OK</D:status>         
  @@ -41,11 +41,11 @@
   
        <step>
                <request>
  -                     <command 
varUsage="globalVariableGroupsColl,globalVariableUsersPath,globalVariableServerName,user">PROPFIND
 
/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%0/%user%
 HTTP/1.1</command>
  +                     <command 
varUsage="globalVariableGroupsColl,globalVariableServerName,user">PROPFIND 
%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%0/%user% 
HTTP/1.1</command>
                        <header>Content-Type: text/xml; charset=utf-8</header>
                        <header>User-Agent: Jakarta HTTP Client/1.0</header>
                        <header>Depth: 0</header>
  -                     <body 
varUsage="globalVariableGroupsColl,globalVariableUsersPath,globalVariableServerName,user"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
  +                     <body 
varUsage="globalVariableGroupsColl,globalVariableServerName,user"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?>
      <D:propfind xmlns:D="DAV:">
         <D:prop>
            <D:principal-URL/>
  @@ -54,14 +54,14 @@
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi Status</command>
  -                     <body 
varUsage="globalVariableGroupsColl,globalVariableCollection,userNumber,globalVariableUsersPath,globalVariableServerName,user,host"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
  +                     <body 
varUsage="globalVariableGroupsColl,globalVariableCollection,userNumber,globalVariableServerName,user,host"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
                        <D:multistatus xmlns:D="DAV:">     
                        <D:response>         
  -                     
<D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%0/%user%</D:href>
         
  +                     
<D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%0/%user%</D:href>
         
                        <D:propstat>             
                        <D:prop>                 
                        <D:principal-URL>                     
  -                     
<D:href>/%globalVariableServerName%%globalVariableUsersPath%/users/%user%</D:href>     
            
  +                     <D:href>%globalVariableRootUserPath%/users/%user%</D:href>     
            
                        </D:principal-URL>             
                        </D:prop>             
                        <D:status>HTTP/1.1 200 OK</D:status>         
  @@ -73,11 +73,11 @@
        </step>
        <step>
                <request>
  -                     <command 
varUsage="globalVariableGroupsColl,globalVariableUsersPath,globalVariableServerName">PROPFIND
 
/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%0
 HTTP/1.1</command>
  +                     <command 
varUsage="globalVariableGroupsColl,globalVariableServerName">PROPFIND 
%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%0 HTTP/1.1</command>
                        <header>Content-Type: text/html; charset=utf-8</header>
                        <header>User-Agent: Jakarta HTTP Client/1.0</header>
                        <header>Depth: 0</header>
  -                     <body 
varUsage="globalVariableGroupsColl,globalVariableUsersPath,globalVariableServerName,user"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
  +                     <body 
varUsage="globalVariableGroupsColl,globalVariableServerName,user"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?>
      <D:propfind xmlns:D="DAV:">
         <D:prop>
            <D:principal-URL/>
  @@ -86,14 +86,14 @@
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi Status</command>
  -                     <body 
varUsage="globalVariableGroupsColl,globalVariableCollection,userNumber,globalVariableUsersPath,globalVariableServerName,user,host"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
  +                     <body 
varUsage="globalVariableGroupsColl,globalVariableCollection,userNumber,globalVariableServerName,user,host"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
                        <D:multistatus xmlns:D="DAV:">     
                        <D:response>         
  -                     
<D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%0</D:href>
         
  +                     
<D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%0</D:href>       
  
                        <D:propstat>             
                        <D:prop>                 
                        <D:principal-URL>                     
  -                     
<D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%0</D:href>
                 
  +                     
<D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%0</D:href>       
          
                        </D:principal-URL>             
                        </D:prop>             
                        <D:status>HTTP/1.1 200 OK</D:status>         
  
  
  
  1.3       +15 -15    
jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/AccessControlProperties/04_PropFind-alternate-URI-set.xml
  
  Index: 04_PropFind-alternate-URI-set.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/AccessControlProperties/04_PropFind-alternate-URI-set.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 04_PropFind-alternate-URI-set.xml 7 Aug 2003 11:42:26 -0000       1.2
  +++ 04_PropFind-alternate-URI-set.xml 7 Aug 2003 12:56:05 -0000       1.3
  @@ -8,11 +8,11 @@
        </specification>
        <step>
                <request>
  -                     <command 
varUsage="globalVariableGroupsColl,globalVariableUsersPath,globalVariableServerName,user">PROPFIND
 /%globalVariableServerName%%globalVariableUsersPath%/users/%user% HTTP/1.1</command>
  +                     <command 
varUsage="globalVariableGroupsColl,globalVariableServerName,user">PROPFIND 
%globalVariableRootUserPath%/users/%user% HTTP/1.1</command>
                        <header>Content-Type: text/xml; charset=utf-8</header>
                        <header>User-Agent: Jakarta HTTP Client/1.0</header>
                        <header>Depth: 0</header>
  -                     <body 
varUsage="globalVariableGroupsColl,globalVariableUsersPath,globalVariableServerName,user"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
  +                     <body 
varUsage="globalVariableGroupsColl,globalVariableServerName,user"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?>
      <D:propfind xmlns:D="DAV:">
         <D:prop>
            <D:alternate-URI-set/>
  @@ -21,14 +21,14 @@
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi Status</command>
  -                     <body 
varUsage="globalVariableGroupsColl,globalVariableCollection,userNumber,globalVariableUsersPath,globalVariableServerName,user,host"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
  +                     <body 
varUsage="globalVariableGroupsColl,globalVariableCollection,userNumber,globalVariableServerName,user,host"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
                        <D:multistatus xmlns:D="DAV:">     
                        <D:response>         
  -                     
<D:href>/%globalVariableServerName%%globalVariableUsersPath%/users/%user%</D:href>     
    
  +                     <D:href>%globalVariableRootUserPath%/users/%user%</D:href>     
    
                        <D:propstat>             
                        <D:prop>                 
                        <D:alternate-URI-set>                     
  -                     
<D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%0/%user%</D:href>
                 
  +                     
<D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%0/%user%</D:href>
                 
                        </D:alternate-URI-set>             
                        </D:prop>             
                        <D:status>HTTP/1.1 200 OK</D:status>         
  @@ -40,11 +40,11 @@
        </step>
        <step>
                <request>
  -                     <command 
varUsage="globalVariableGroupsColl,globalVariableUsersPath,globalVariableServerName,user">PROPFIND
 
/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%0/%user%
 HTTP/1.1</command>
  +                     <command 
varUsage="globalVariableGroupsColl,globalVariableServerName,user">PROPFIND 
%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%0/%user% 
HTTP/1.1</command>
                        <header>Content-Type: text/xml; charset=utf-8</header>
                        <header>User-Agent: Jakarta HTTP Client/1.0</header>
                        <header>Depth: 0</header>
  -                     <body 
varUsage="globalVariableGroupsColl,globalVariableUsersPath,globalVariableServerName,user"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
  +                     <body 
varUsage="globalVariableGroupsColl,globalVariableServerName,user"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?>
      <D:propfind xmlns:D="DAV:">
         <D:prop>
            <D:principal-URL/>
  @@ -53,14 +53,14 @@
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi Status</command>
  -                     <body 
varUsage="globalVariableGroupsColl,globalVariableCollection,userNumber,globalVariableUsersPath,globalVariableServerName,user,host"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
  +                     <body 
varUsage="globalVariableGroupsColl,globalVariableCollection,userNumber,globalVariableServerName,user,host"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
                        <D:multistatus xmlns:D="DAV:">     
                        <D:response>         
  -                     
<D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%0/%user%</D:href>
         
  +                     
<D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%0/%user%</D:href>
         
                        <D:propstat>             
                        <D:prop>                 
                        <D:principal-URL>                     
  -                     
<D:href>/%globalVariableServerName%%globalVariableUsersPath%/users/%user%</D:href>     
            
  +                     <D:href>%globalVariableRootUserPath%/users/%user%</D:href>     
            
                        </D:principal-URL>             
                        </D:prop>             
                        <D:status>HTTP/1.1 200 OK</D:status>         
  @@ -72,11 +72,11 @@
        </step>
        <step>
                <request>
  -                     <command 
varUsage="globalVariableGroupsColl,globalVariableUsersPath,globalVariableServerName">PROPFIND
 
/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%0
 HTTP/1.1</command>
  +                     <command 
varUsage="globalVariableGroupsColl,globalVariableServerName">PROPFIND 
%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%0 HTTP/1.1</command>
                        <header>Content-Type: text/html; charset=utf-8</header>
                        <header>User-Agent: Jakarta HTTP Client/1.0</header>
                        <header>Depth: 0</header>
  -                     <body 
varUsage="globalVariableGroupsColl,globalVariableUsersPath,globalVariableServerName,user"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
  +                     <body 
varUsage="globalVariableGroupsColl,globalVariableServerName,user"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?>
      <D:propfind xmlns:D="DAV:">
         <D:prop>
            <D:principal-URL/>
  @@ -85,14 +85,14 @@
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi Status</command>
  -                     <body 
varUsage="globalVariableGroupsColl,globalVariableCollection,userNumber,globalVariableUsersPath,globalVariableServerName,user,host"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
  +                     <body 
varUsage="globalVariableGroupsColl,globalVariableCollection,userNumber,globalVariableServerName,user,host"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
                        <D:multistatus xmlns:D="DAV:">     
                        <D:response>         
  -                     
<D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%0</D:href>
         
  +                     
<D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%0</D:href>       
  
                        <D:propstat>             
                        <D:prop>                 
                        <D:principal-URL>                     
  -                     
<D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%0</D:href>
                 
  +                     
<D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%0</D:href>       
          
                        </D:principal-URL>             
                        </D:prop>             
                        <D:status>HTTP/1.1 200 OK</D:status>         
  
  
  
  1.3       +6 -6      
jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/AccessControlProperties/05_PropFind-group-membership.xml
  
  Index: 05_PropFind-group-membership.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/testsuite/testsuite/junit/xmltestcases/ACL/groupFunctional/AccessControlProperties/05_PropFind-group-membership.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 05_PropFind-group-membership.xml  7 Aug 2003 11:42:26 -0000       1.2
  +++ 05_PropFind-group-membership.xml  7 Aug 2003 12:56:05 -0000       1.3
  @@ -8,10 +8,10 @@
        </specification>
        <step>
                <request>
  -                     <command 
varUsage="globalVariableGroupsColl,globalVariableUsersPath,globalVariableServerName,user">PROPFIND
 
/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%0/%user%
 HTTP/1.1</command>
  +                     <command 
varUsage="globalVariableGroupsColl,globalVariableServerName,user">PROPFIND 
%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%0/%user% 
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,globalVariableServerName,user"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
  +                     <body 
varUsage="globalVariableGroupsColl,globalVariableServerName,user"><![CDATA[<?xml 
version="1.0" encoding="utf-8" ?>
      <D:propfind xmlns:D="DAV:">
         <D:prop>
            <D:group-membership/>
  @@ -20,15 +20,15 @@
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi Status</command>
  -                     <body 
varUsage="globalVariableGroupsColl,globalVariableCollection,userNumber,globalVariableUsersPath,globalVariableServerName,user,host"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
  +                     <body 
varUsage="globalVariableGroupsColl,globalVariableCollection,userNumber,globalVariableServerName,user,host"><![CDATA[<?xml
 version="1.0" encoding="utf-8" ?>
                        <D:multistatus xmlns:D="DAV:">
                        <D:response xmlns:D="DAV:">     
  -                     
<D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%0/%user%</D:href>
     
  +                     
<D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%0/%user%</D:href>
     
                        <D:propstat>         
                        <D:prop>             
                        <D:group-membership>                 
  -                     
<D:href>/%globalVariableServerName%%globalVariableUsersPath%/users</D:href>            
     
  -                     
<D:href>/%globalVariableServerName%%globalVariableUsersPath%/groups/%globalVariableGroupsColl%0</D:href>
             
  +                     <D:href>%globalVariableRootUserPath%/users</D:href>            
     
  +                     
<D:href>%globalVariableRootUserPath%/groups/%globalVariableGroupsColl%0</D:href>       
      
                        </D:group-membership>         
                        </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