unico       2004/06/17 03:26:41

  Modified:    src/webapp/WEB-INF web.xml
  Log:
  clarify allow-reload parameter behavior
  
  Revision  Changes    Path
  1.18      +3 -1      cocoon-2.1/src/webapp/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/WEB-INF/web.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- web.xml   16 Jun 2004 20:00:07 -0000      1.17
  +++ web.xml   17 Jun 2004 10:26:40 -0000      1.18
  @@ -152,10 +152,12 @@
           <param-value>/WEB-INF/log4j.xconf</param-value>
         </init-param>
       -->
  +    
       <!--
         Allow reinstantiating (reloading) of the cocoon instance. If this is
         set to "yes" or "true", a new cocoon instance can be created using
  -      the request parameter "cocoon-reload". Default is no for security 
reasons.
  +      the request parameter "cocoon-reload". It also enables that Cocoon is 
  +      reloaded when cocoon.xconf changes. Default is no for security reasons.
       -->
       <init-param>
         <param-name>allow-reload</param-name>
  
  
  

Reply via email to