remm 02/04/23 11:32:11 Modified: . RELEASE-PLAN-4.1.txt Log: - Fix typo. - Add the bug status list, contributed by Craig McClanahan. Thanks Craig ! Revision Changes Path 1.3 +76 -2 jakarta-tomcat-4.0/RELEASE-PLAN-4.1.txt Index: RELEASE-PLAN-4.1.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/RELEASE-PLAN-4.1.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- RELEASE-PLAN-4.1.txt 22 Apr 2002 15:53:25 -0000 1.2 +++ RELEASE-PLAN-4.1.txt 23 Apr 2002 18:32:11 -0000 1.3 @@ -1,4 +1,4 @@ -$Id: RELEASE-PLAN-4.1.txt,v 1.2 2002/04/22 15:53:25 remm Exp $ +$Id: RELEASE-PLAN-4.1.txt,v 1.3 2002/04/23 18:32:11 remm Exp $ Release Plan for Apache Tomcat 4.1 ================================== @@ -49,7 +49,7 @@ Please review the bug reports, and their classification as "must have", "nice to have", or "address later". Lobbying for changes in classification -can take place on the TOMCAT-DEV mailling list. In addition, if you have a +can take place on the TOMCAT-DEV mailing list. In addition, if you have a bug report or enhancement that you wish to have considered prior to final release, please submit a bug report as quickly as possible. @@ -58,11 +58,85 @@ Bugs That Must Be Addressed Before Final Release: ------------------------------------------------ +Catalina +-------- +5166 CATALINA_BASE config issues for RUNNING.txt +5735 HTTP connector running out of processors under heavy load +5829 StandardManager needs to cope with sessions throwing exception in + read/write +5895 Not all sessions receives HttpSessionListener.sessionDestroyed(event) + using FileStore +6662 servlet context fails if webapp name smaller version of another webapp +7575 Throwing UnavailableException in JSP's init disables JSP servlet +7656 Webapplications deployed using PUT don't survive a tomcat restart +8087 HttpSessionAttributeListener.attributeRemoved() not working with + URLRewriting + +Jasper +------ + +4964 popBody() is called before doEndTag() is called in a BodyTag +5199 <jsp:param> in <jsp:include> section not correct +5585 Error page not displayed +5666 Implicit object _value on jsp pages +5793 variable element in tld with TagExtraInfo class +5903 version attribute in <jsp:root> +6196 <jsp:forward> should trigger IllegalStateException when buffer flushed +6907 jsp compiler not synchronized +6908 JavaCompiler interface setOutputDir always called with null parameter +6909 source parameter to compile method called with mangled file path +7007 Invalid names in web.xml generated by JspC for top-level JSP pages +7059 Jasper compiler holds pointers to jars in WEB-INF/lib: cannot delete +7989 <jsp:setProperty> and <jsp:getProperty> ignore information from + <jsp:useBean> Nice To Have Fixes Before Final Release: --------------------------------------- +Catalina +-------- + +4350 SSLAuthenticator did not associate SSO session +5352 JDBCRealm does not work with CLIENT-CERT auth-method +5551 MANAGER: add system information query +5603 ServletContext.getResourcePaths() returns extra slashes +5704 CgiServlet corrupting images? +5758 Server-side includes do not work properly +5762 CGI servlet misses to include port number in HTTP_HOST environment + variable +5764 Key Information Missing--Automatic Application Deployment +5858 Add tomcat dir to java.library.path +5899 HTTP POST parameters ignored in CGIServlet.java +6185 JNDIRealm working with IPlanet 5.1 +6206 Sixteen Lifecycle implementers disagree with Lifecycle API docs +6229 Need way to specify where to write catalina.out +6281 JDBCRealm+Form Login+URL re-writing session=broken +6299 SSI problem with multiple include statements in one file +6431 JNDIRealm.getRoles() should return more than a single role attribute +6797 Class loader fails if it can't read entire tree upto a classfile +6884 Need Better Error Handling in WebappClassLoader.validateJarFile +7043 database user and password for JDBC Based Store +7080 Interbase JDBCRealm - Bug # 5564 - Have a safe fix +7082 Calling an RMI Server from a servlet produces stack trace +7116 JDBC realm doesn't handle NULLpasswords +7139 Typo in manager.xml documentation +7359 Classloader problems with RMI +7360 res-sharing-scope not supported +7402 Localized responseStream.suspended message not found +7445 Can not set verbosity property of the FileLogger via server.xml + configuration file +7984 class org.apache.catalina.logger.FileLogger should be public +8323 No support for running the 64 bit JVM + +Jasper +------ + +6858 Easy & Significant Performance Improvement +7160 Jasper compiles files to same classname +7993 parameters in <jsp:plugin> for jsp Document do not work +8005 Bad Param passing with jsp:include +8290 Problem in the code generated by jasper 2 Unconfirmed Bugs (Awaiting Reproducible Failure Case):
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>