larryi      01/09/08 13:08:31

  Modified:    src/etc  server.xml
  Log:
  Remove JspInterceptor "sendErrToClient" option.  I couldn't find where
  Jasper does anything with this option at this point.  I plan on leaving it
  out of the documentation.
  
  Revision  Changes    Path
  1.90      +0 -1      jakarta-tomcat/src/etc/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/etc/server.xml,v
  retrieving revision 1.89
  retrieving revision 1.90
  diff -u -r1.89 -r1.90
  --- server.xml        2001/09/03 02:18:03     1.89
  +++ server.xml        2001/09/08 20:08:31     1.90
  @@ -75,7 +75,6 @@
           <!-- you can add javaCompiler="jikes" -->
           <JspInterceptor keepGenerated="true"
                        largeFile="false"
  -                     sendErrToClient="true"
                        useJspServlet="false"
                        />
           
  
  
  

Reply via email to