luehe       2004/05/27 16:29:06

  Modified:    webapps/docs changelog.xml
  Log:
  Added Jasper-related commits for upcoming 5.0.26 release
  
  Revision  Changes    Path
  1.57      +9 -0      jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- changelog.xml     27 May 2004 23:01:02 -0000      1.56
  +++ changelog.xml     27 May 2004 23:29:05 -0000      1.57
  @@ -69,6 +69,15 @@
   
     <subsection name="Jasper">
       <changelog>
  +      <update>
  +        Added support for JSP compilations in a clustered environment: Make sure 
each server always uses the most recent version of a servlet class file, even if it 
was generated by another server instance. (luehe)
  +      </update>
  +      <update>
  +        Include javac errors whose line numbers cannot be mapped to JSP page in 
error message that is returned to client. (luehe)
  +      </update>
  +      <update>
  +        Added setJspFiles() method, to allow comma-separated list of JSPs to be 
specified from ant. (luehe)
  +      </update>
       </changelog>
     </subsection>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to