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 re...@apache.org on 2001/05/14 08:55:04 UTC

cvs commit: jakarta-slide/src/conf/webapp web.xml

remm        01/05/13 23:55:04

  Modified:    src/conf/webapp web.xml
  Log:
  - Add an example of the use of the depth-limit parameter of the WebDAV servlet.
  
  Revision  Changes    Path
  1.5       +4 -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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- web.xml	2000/12/06 00:26:39	1.4
  +++ web.xml	2001/05/14 06:55:02	1.5
  @@ -13,6 +13,10 @@
         <param-name>debug</param-name>
         <param-value>0</param-value>
       </init-param>
  +    <init-param>
  +      <param-name>depth-limit</param-name>
  +      <param-value>3</param-value>
  +    </init-param>
       <load-on-startup>1</load-on-startup>
     </servlet>