remm 01/10/04 12:51:23
Modified: . Tag: tomcat_40_branch RELEASE-PLAN-4.0.1.txt
Log:
- More status updates.
- List the bugs fixed.
Revision Changes Path
No revision
No revision
1.1.2.4 +43 -9 jakarta-tomcat-4.0/Attic/RELEASE-PLAN-4.0.1.txt
Index: RELEASE-PLAN-4.0.1.txt
===================================================================
RCS file: /home/cvs/jakarta-tomcat-4.0/Attic/RELEASE-PLAN-4.0.1.txt,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -r1.1.2.3 -r1.1.2.4
--- RELEASE-PLAN-4.0.1.txt 2001/10/04 19:29:30 1.1.2.3
+++ RELEASE-PLAN-4.0.1.txt 2001/10/04 19:51:23 1.1.2.4
@@ -1,4 +1,4 @@
-$Id: RELEASE-PLAN-4.0.1.txt,v 1.1.2.3 2001/10/04 19:29:30 remm Exp $
+$Id: RELEASE-PLAN-4.0.1.txt,v 1.1.2.4 2001/10/04 19:51:23 remm Exp $
Release Plan for Apache Tomcat 4.0.1
====================================
@@ -42,7 +42,13 @@
- Support for AJP 1.3.
- Static resource content caching.
+
+
+Enhacements
+-----------
+
- Enhanced error reporting mechanism.
+- Enhance implementation of the filesystem access.
Important Bug Fixes
@@ -57,12 +63,42 @@
- Fix consistency problems in the static resource cache.
+Bugzilla Bugs Resolved
+----------------------
+
+2693 Syntax errors in JSP source generate NumberFormatException.
+3669 Improve Jasper error reporting (stack traces).
+3695 Do not add ldap.jar to class path on JDK 1.3 or later.
+3699 A recursive function call in org.apache.naming.NamingContext.
+3707 Custom action attribute of type Object does not accept literal string
+ value.
+3708 Ldap.jar has a questionable license.
+3709 Tyrex license is not being followed.
+3718 NEW_SPECS.txt file in src directory could confuse the inexperienced.
+3724 WebApps do not autodeploy if appBase changed under Windows.
+3733 Session serialization problem.
+3736 Incorrect PathInfo on first invocation of servlet chain.
+3739 Custom tag support error.
+3759 Conversion from String to Object doesn't work.
+3780 Documentation notes.
+3796 XML Classloader problem has crept back in.
+3809 Jar files in the wrong directories.
+3817 Classpath loading priority doesn't match docs.
+3822 Drive letter causes a NumberFormatException when JSP compile.
+3841 Incorrect state reported by EmbeddedManager.java:start().
+3845 Body content is supposed to be empty.
+3885 Server.xml ResourceParam does not match envCtx.lookup.
+3889 Documentation for "Remote Address Filter" and "Remote Host Filter"
+ incorrect.
+3892 Can't compile 2092.jsp.
+3910 Web.xml mime type incorrect for jnlp.
+3936 GetResources does not work.
+3949 Document with content-length of 0 results in resend headers.
+
+
Bugs That Must Be Addressed Before Final Release:
------------------------------------------------
-Jasper 2693 Syntax errors in JSP source generate NumberFormatException
- (likely related to 3822).
-
Connectors 3509 Apache 1.3.20 and mod_webapp and Tomcat 4b7 HANGS
(likely to be the same issue as 1788)
@@ -74,8 +110,8 @@
Jasper 3779 The value of <jsp:param> should be URL encoded.
-Jasper 3822 Drive letter causes a NumberFormatException when JSP
- compiler parses errors.
+Catalina 3888 WebappClassLoader: Lifecycle error : CL stopped (bug
+ confirmed, but conditions to reproduce it still unclear).
Catalina 3973 Session.getAttribute() locks-up in
HttpSessionListener.sessionDestroyed().
@@ -95,9 +131,7 @@
Unconfirmed Bugs (Awaiting Reproducible Failure Case):
-----------------------------------------------------
-Catalina 3888 WebappClassLoader: Lifecycle error : CL stopped.
-
Catalina 3953 If context is listed in server.xml then webapp servlets
- are loaded twice....
+ are loaded twice.
Catalina 3970 Cannot send more that 1 MB using multipart/form-data.