bip         01/10/22 14:28:55

  Modified:    catalina/src/conf Tag: tomcat_40_branch web.xml
  Log:
  SSI Additions
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.22.2.6  +9 -1      jakarta-tomcat-4.0/catalina/src/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v
  retrieving revision 1.22.2.5
  retrieving revision 1.22.2.6
  diff -u -r1.22.2.5 -r1.22.2.6
  --- web.xml   2001/10/12 19:55:26     1.22.2.5
  +++ web.xml   2001/10/22 21:28:54     1.22.2.6
  @@ -157,7 +157,11 @@
     <!--                       Should "virtual" paths be interpreted as       -->
     <!--                       relative to the context root, instead of       -->
     <!--                       the server root?  (0=false, 1=true) [0]        -->
  -
  +  <!--                                                                      -->
  +  <!--   ignoreUnsupportedDirective                                         -->
  +  <!--                       Should unknown or misspelled Ssi directives    -->
  +  <!--                       be ignored and no errors shown?                -->
  +  <!--                       (0=false, 1=true) [1]                          -->
     <!-- IMPORTANT: To use the CGI servlet, you also need to rename the       -->
     <!--            $CATALINA_HOME/server/lib/servlets-ssi.renametojar file   -->
     <!--            to $CATALINA_HOME/server/lib/servlets-ssi.jar             -->
  @@ -181,6 +185,10 @@
       <init-param>
         <param-name>isVirtualWebappRelative</param-name>
         <param-value>0</param-value>
  +    </init-param>
  +    <init-param>
  +      <param-name>ignoreUnsupportedDirective</param-name>
  +      <param-value>1</param-value>
       </init-param>
       <load-on-startup>4</load-on-startup>
     </servlet>
  
  
  


Reply via email to