pnever      2003/03/14 07:30:59

  Modified:    src/conf/webapp web.xml
  Log:
  Added init-parameters:
  directory-browsing-hide-acl
  directory-browsing-hide-locks
  
  Revision  Changes    Path
  1.23      +18 -0     jakarta-slide/src/conf/webapp/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/conf/webapp/web.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- web.xml   28 Feb 2003 12:49:46 -0000      1.22
  +++ web.xml   14 Mar 2003 15:30:59 -0000      1.23
  @@ -129,6 +129,24 @@
               </description>
           </init-param>
           <init-param>
  +            <param-name>directory-browsing-hide-acl</param-name>
  +            <param-value>true</param-value>
  +            <description>
  +                Use this parameter to hide ACL information in generated HTML index 
pages.
  +                (see parameter "directory-browsing")
  +                The default value is 'true'.
  +            </description>
  +        </init-param>
  +        <init-param>
  +            <param-name>directory-browsing-hide-locks</param-name>
  +            <param-value>true</param-value>
  +            <description>
  +                Use this parameter to hide locking information in generated HTML 
index pages.
  +                (see parameter "directory-browsing")
  +                The default value is 'true'.
  +            </description>
  +        </init-param>
  +        <init-param>
               <param-name>optimizePropfindOutput</param-name>
               <param-value>true</param-value>
               <description>
  
  
  

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

Reply via email to