You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2003/06/22 20:29:06 UTC

cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml developers.xml status.xml

remm        2003/06/22 11:29:06

  Modified:    webapps/docs changelog.xml developers.xml status.xml
  Log:
  - Update changelog for TC 5.0.3 alpha.
  
  Revision  Changes    Path
  1.5       +64 -1     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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- changelog.xml	16 Jun 2003 13:07:15 -0000	1.4
  +++ changelog.xml	22 Jun 2003 18:29:06 -0000	1.5
  @@ -13,12 +13,19 @@
   
   <body>
   
  -<section name="Tomcat 5.0.3-dev">
  +<section name="Tomcat 5.0.3 (remm)">
   
     <subsection name="General">
   
       <changelog>
   
  +      <update>
  +      Upgrade to commons-el 1.0 (remm)
  +      </update>
  +      <update>
  +      Split main Catalina JAR, and move i18n related resource files to separate
  +      JARs (remm)
  +      </update>
         <fix>
         <bug>19808</bug>: Add the sit MIME mapping (funkman)
         </fix>
  @@ -54,6 +61,38 @@
       <changelog>
   
         <fix>
  +      Fix JMX registration order again during context startup: the object name
  +      is constructed before the pipeline initialization, but the JMX 
  +      registration only occurs after the context is started (remm)
  +      </fix>
  +      <fix>
  +      Properly close WARs after expanding them in the deployer (remm)
  +      </fix>
  +      <update>
  +      Fix handling of invalid WARs during auto deploy, which will be logged 
  +      as a simple WARN without a stack trace, and reattempt deployment later
  +      (remm)
  +      </update>
  +      <fix>
  +      Dig as deep as possible to display possible nesting of ServletExceptions
  +      (funkman)
  +      </fix>
  +      <fix>
  +      Fix NPE exception in classloader when an invalid war file is deployed
  +      (jfarcand)
  +      </fix>
  +      <fix>
  +      Container incorrectly processes invalid URL patterns in 
  +      jsp-property-groups (jfarcand)
  +      </fix>
  +      <add>
  +      Add optional XSL processing to the output of the default servlet, as well
  +      the ability to include a readme file, similar to Apache (funkman)
  +      </add>
  +      <scode>
  +      Remove bundled support for Tyrex (remm)
  +      </scode>
  +      <fix>
         Comment out invoker servlet declaration (remm)
         </fix>
         <update>
  @@ -260,6 +299,9 @@
       <changelog>
   
         <fix>
  +      Fix access to the remote address of a request object with JMX (remm)
  +      </fix>
  +      <fix>
         Fix CLIENT-CERT authentication when using PureTLS (billbarker)
         </fix>
         <update>
  @@ -366,6 +408,13 @@
       <changelog>
   
         <fix>
  +      <bug>20894</bug>: body-content value of "JSP" should be error 
  +      if SimpleTag (kinman)
  +      </fix>
  +      <fix>
  +      Swicth back to JSPC forking being false by default (remm)
  +      </fix>
  +      <fix>
         Default Jasper to not using caches for opening JAR files, which prevents
         caching (and subsequent locking on Windows) at the JDK level (remm)
         </fix>
  @@ -431,6 +480,20 @@
   
       <changelog>
   
  +      <update>
  +      Add placeholder code for a complete status display in the Status servlet,
  +      including webapps statistics (remm)
  +      </update>
  +      <fix>
  +      Fix WAR handling when deploying and undeploying webapps using the HTML
  +      manager (remm)
  +      </fix>
  +      <add>
  +      Add documentation on the default servlet (funkman)
  +      </add>
  +      <fix>
  +      Update information of the proxy documentation page (funkman)
  +      </fix>
         <update>
         Update the manager servlet to support versioning with the deploy method,
         in addition to other smaller refactorings (remm)
  
  
  
  1.3       +11 -3     jakarta-tomcat-catalina/webapps/docs/developers.xml
  
  Index: developers.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/developers.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- developers.xml	7 Jun 2003 03:35:38 -0000	1.2
  +++ developers.xml	22 Jun 2003 18:29:06 -0000	1.3
  @@ -17,7 +17,14 @@
   
       <p>
         The list indicates the developers' main areas of interest. Feel free to
  -      add to the list :)
  +      add to the list :) The developers email addresses are 
  +      <code>[login]@apache.org</code>. Please <strong>do not</strong> contact 
  +      developers directly for any support issues (please post to the 
  +      tomcat-users mailing list instead, or one of the other support 
  +      resources; some organizations and individual consultants also offer 
  +      for pay Tomcat support, as listed on the 
  +      <a href="http://jakarta.apache.org/site/vendors.html">vendors page</a>
  +      on the Jakarta website).
       </p>
   
       <ul>
  @@ -32,8 +39,9 @@
         <li>Jean-Frederic Clere (jfclere): Connectors</li>
         <li>Kin-Man Chung (kinman): Jasper</li>
         <li>Mladen Turk (mturk): Connectors</li>
  -      <li>Remy Maucherat (remm): Catalina, Connectors, Release Manager</li>
  -      <li>Tim Funk (funkman): Catalina</li>
  +      <li>Remy Maucherat (remm): Catalina, Connectors, Docs, Release 
  +          Manager</li>
  +      <li>Tim Funk (funkman): Catalina, Docs</li>
         <li>Yoav Shapira (yoavs): Docs, JMX</li>
       </ul>
   
  
  
  
  1.3       +1 -4      jakarta-tomcat-catalina/webapps/docs/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/status.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- status.xml	15 Jun 2003 18:32:10 -0000	1.2
  +++ status.xml	22 Jun 2003 18:29:06 -0000	1.3
  @@ -43,11 +43,8 @@
     <section name="TODO List">
   
       <status>
  -      <item priority="High" owner="remm">
  +      <item priority="High" owner="remm, funkman, yoavs">
           Documentation updates for new user guide book.
  -      </item>
  -      <item priority="Medium" owner="remm">
  -        Split main catalina.jar.
         </item>
         <item priority="Medium" owner="---">
           Tag plugins for JSTL.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org