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 cm...@apache.org on 2002/03/06 15:35:59 UTC

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

cmlenz      02/03/06 06:35:59

  Modified:    src/conf/webapp web.xml
  Log:
  - Added description for the extended semantics of the 'directory-browsing'
    init-parameter
  
  Revision  Changes    Path
  1.15      +6 -1      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.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- web.xml	28 Aug 2001 02:04:15 -0000	1.14
  +++ web.xml	6 Mar 2002 14:35:59 -0000	1.15
  @@ -79,7 +79,12 @@
         <param-value>true</param-value>
         <description>
            Use the 'directory-browsing' init-parameter to turn off generation of
  -         HTML index pages that enable browsing of collections.
  +         HTML index pages that enable browsing of collections (by setting this 
  +         parameter to 'false'), or to specify a web-app relative path to a 
  +         template resource (a JSP page, for example) which should handle 
  +         generation of the HTML index page. In the latter case, you can use a 
  +         JSP page at WEB-INF/index.jsp by specifying '/WEB-INF/index.jsp' as 
  +         value of this parameter.
            The default value is 'true'.
         </description>
       </init-param>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>