cvs commit: jakarta-tomcat-4.0 RELEASE-PLAN-4.0.txt

2001-09-17 Thread craigmcc

craigmcc01/09/17 11:00:53

  Modified:.RELEASE-PLAN-4.0.txt
  Log:
  Updated status of remaining items.
  
  Revision  ChangesPath
  1.22  +5 -16 jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt
  
  Index: RELEASE-PLAN-4.0.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- RELEASE-PLAN-4.0.txt  2001/09/16 04:58:27 1.21
  +++ RELEASE-PLAN-4.0.txt  2001/09/17 18:00:53 1.22
  @@ -1,4 +1,4 @@
  -$Id: RELEASE-PLAN-4.0.txt,v 1.21 2001/09/16 04:58:27 craigmcc Exp $
  +$Id: RELEASE-PLAN-4.0.txt,v 1.22 2001/09/17 18:00:53 craigmcc Exp $
   
 Release Plan for Apache Tomcat 4.0
 ==
  @@ -46,10 +46,6 @@
   Bugs That Must Be Addressed Before Final Release:
   
   
  -Connectors  2997Webapp connector should recover when Tomcat is restarted
  -
  -Connectors  3476Cannot use other than default context when using mod_webapp
  -
   Connectors  3509Apache 1.3.20 and mod_webapp and Tomcat 4b7 HANGS
   (likely to be the same issue as 1788)
   
  @@ -68,18 +64,11 @@
   
   Unconfirmed Bugs (Awaiting Reproducible Failure Case):
   -
  -
  -Catalina3511Line too long (awaiting reproducible failure case)
  -
  -Catalina3515Process hanging after stopping Tomcat (awaiting
  -reproducible failure case)
   
  -Catalina3594Have to reload page or page will not be shown
  -(awaiting reproducible failure case, likely user error)
  +Jasper  3529JSPC cannot handle tag libraries (reopened)
  +(under investigation)
   
  -Catalina3612getServletPath() returns wrong value (awaiting reproducible
  -failure case)
  +Jasper  3640Fix for JSPC handling of tag libraries in a JAR
  +(probably related to 3529)
   
  -Jasper  3127jsp:directive.include/ not supported (awaiting
  -reproducible failure case)
   
  
  
  



RE: cvs commit: jakarta-tomcat-4.0 RELEASE-PLAN-4.0.txt

2001-09-13 Thread Morrison, John

 -Original Message-
 From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
 
 On Wed, 12 Sep 2001, jean-frederic clere wrote:
 
  Hi,
 
  How was the issue with sun.tools.javac.Main solved?
 
 
 It is going to be deferred to a future release.  Here's the reasoning:
 
 * The Merlin (i.e. JDK 1.4) folks originally planned to simply
   remove the old compiler entry point.  But they have changed
   plans, and now it is merely deprecated.  The old compiler *will*
   work in the 1.4 final release, so the time pressure is off.
 
 * The new entry point can indeed be programmed to (like Ant does,
   for example), but it has a crippling disadvantage for a servlet
   container - it only writes error messages to System.out, so you
   have to synchronize and do at most one compile at a time.  This
   is not a good thing, and I'd rather see us take some time to
   look at alternative approaches.

Nice of them - esp considering that they added a log capability into the
base distribution...

  Cheers
 
  Jean-frederic
 
 
 Craig

J.


===
Information in this email and any attachments are confidential, and may
not be copied or used by anyone other than the addressee, nor disclosed
to any third party without our permission.  There is no intention to
create any legally binding contract or other commitment through the use
of this email.

Experian Limited (registration number 653331).  
Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF



cvs commit: jakarta-tomcat-4.0 RELEASE-PLAN-4.0.txt

2001-09-13 Thread craigmcc

craigmcc01/09/13 09:39:52

  Modified:.RELEASE-PLAN-4.0.txt
  Log:
  Latest status.
  
  Revision  ChangesPath
  1.14  +8 -15 jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt
  
  Index: RELEASE-PLAN-4.0.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- RELEASE-PLAN-4.0.txt  2001/09/12 05:25:58 1.13
  +++ RELEASE-PLAN-4.0.txt  2001/09/13 16:39:52 1.14
  @@ -1,4 +1,4 @@
  -$Id: RELEASE-PLAN-4.0.txt,v 1.13 2001/09/12 05:25:58 craigmcc Exp $
  +$Id: RELEASE-PLAN-4.0.txt,v 1.14 2001/09/13 16:39:52 craigmcc Exp $
   
 Release Plan for Apache Tomcat 4.0
 ==
  @@ -46,8 +46,7 @@
   Bugs That Must Be Addressed Before Final Release:
   
   
  -Catalina3511Line too long (currently WORKSFORME, awaiting reproducible
  -failure case)
  +Catalina3511Line too long (awaiting reproducible failure case)
   
   Catalina3515Process hanging after stopping Tomcat (awaiting
   reproducible failure case)
  @@ -56,8 +55,6 @@
   
   Connectors  3476Cannot use other than default context when using mod_webapp
   
  -Connectors  3481Webapp socket leak when Apache process shuts down
  -
   Connectors  3509Apache 1.3.20 and mod_webapp and Tomcat 4b7 HANGS
   (likely to be the same issue as 1788)
   
  @@ -65,12 +62,13 @@
   
   Connectors  3534File Upload doesn't work with Apache, mod_webapp, Tomcat 4
   
  -Jasper  3079NullPointerException in JakartaCommentGenerator.generateEnd
  +Connectors  3574Basic authentication doesn't work through connector
   
  -Jasper  3127jsp:directive.include/ not supported (currently
  -WORKSFORME, awaiting reproducible failure case)
  +Jasper  3079NullPointerException in JakartaCommentGenerator.generateEnd
  +(awaiting reproducible failure case)
   
  -Jasper  3350Using XML syntax causes content rearrangement
  +Jasper  3127jsp:directive.include/ not supported (awaiting
  +reproducible failure case)
   
   Jasper  3529JSPC can't handle taglibs in RC1 (dup of 3235,
   includes a proposed patch)
  @@ -78,15 +76,10 @@
   
   Nice To Have Fixes Before Final Release:
   ---
  -
  -Catalina3114Spanish translations of LocalString.properties files
  -(Japanese translations have also been provided)
   
  -Catalina3194Javadoc errors during build
  +Connectors  3570Info page reporting wrong server port
   
   Jasper  3055jsp:plugin tag ignores the name attribute
  -
  -Jasper  3195Javadoc errors during build
   
   Servletapi  3196Javadoc errors during build
   
  
  
  



cvs commit: jakarta-tomcat-4.0 RELEASE-PLAN-4.0.txt

2001-09-13 Thread craigmcc

craigmcc01/09/13 22:20:55

  Modified:.RELEASE-PLAN-4.0.txt
  Log:
  Update final Release Plan status for 4.0-rc2.
  
  Revision  ChangesPath
  1.15  +26 -18jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt
  
  Index: RELEASE-PLAN-4.0.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- RELEASE-PLAN-4.0.txt  2001/09/13 16:39:52 1.14
  +++ RELEASE-PLAN-4.0.txt  2001/09/14 05:20:55 1.15
  @@ -1,4 +1,4 @@
  -$Id: RELEASE-PLAN-4.0.txt,v 1.14 2001/09/13 16:39:52 craigmcc Exp $
  +$Id: RELEASE-PLAN-4.0.txt,v 1.15 2001/09/14 05:20:55 craigmcc Exp $
   
 Release Plan for Apache Tomcat 4.0
 ==
  @@ -23,7 +23,7 @@
   
 Sunday, September 9, 2001   Tomcat 4.0 Release Candidate 1
   
  -  Wednesday, September 12, 2001   Tomcat 4.0 Release Candidate 2
  +  Thursday, September 13, 2001Tomcat 4.0 Release Candidate 2
   
 Monday, September 17, 2001  Tomcat 4.0 Final Release
   
  @@ -46,11 +46,6 @@
   Bugs That Must Be Addressed Before Final Release:
   
   
  -Catalina3511Line too long (awaiting reproducible failure case)
  -
  -Catalina3515Process hanging after stopping Tomcat (awaiting
  -reproducible failure case)
  -
   Connectors  2997Webapp connector should recover when Tomcat is restarted
   
   Connectors  3476Cannot use other than default context when using mod_webapp
  @@ -58,22 +53,11 @@
   Connectors  3509Apache 1.3.20 and mod_webapp and Tomcat 4b7 HANGS
   (likely to be the same issue as 1788)
   
  -Connectors  3510With WARP request.getScheme() returns http instead of https
  -
   Connectors  3534File Upload doesn't work with Apache, mod_webapp, Tomcat 4
   
   Connectors  3574Basic authentication doesn't work through connector
   
  -Jasper  3079NullPointerException in JakartaCommentGenerator.generateEnd
  -(awaiting reproducible failure case)
   
  -Jasper  3127jsp:directive.include/ not supported (awaiting
  -reproducible failure case)
  -
  -Jasper  3529JSPC can't handle taglibs in RC1 (dup of 3235,
  -includes a proposed patch)
  -
  -
   Nice To Have Fixes Before Final Release:
   ---
   
  @@ -84,4 +68,28 @@
   Servletapi  3196Javadoc errors during build
   
   Servletapi  3344Typo in javadocs
  +
  +
  +Unconfirmed Bugs (Awaiting Reproducible Failure Case):
  +-
  +
  +Catalina3511Line too long (awaiting reproducible failure case)
  +
  +Catalina3515Process hanging after stopping Tomcat (awaiting
  +reproducible failure case)
  +
  +Catalina3589Cannot process taglib TLD when deployed through
  +EmbeddedManagerMBean
  +
  +Catalina3594Have to reload page or page will not be shown
  +(awaiting reproducible failure case, likely user error)
  +
  +Catalina3597Shutting down takes *ages* (not confirmed against
  +latest Tomcat 4.0 build)
  +
  +Jasper  3079NullPointerException in JakartaCommentGenerator.generateEnd
  +(awaiting reproducible failure case)
  +
  +Jasper  3127jsp:directive.include/ not supported (awaiting
  +reproducible failure case)
   
  
  
  



Re: cvs commit: jakarta-tomcat-4.0 RELEASE-PLAN-4.0.txt

2001-09-12 Thread jean-frederic clere

Hi,

How was the issue with sun.tools.javac.Main solved?

Cheers

Jean-frederic

[EMAIL PROTECTED] wrote:
 
 craigmcc01/09/11 22:25:58
 
   Modified:.RELEASE-PLAN-4.0.txt
   Log:
   Up to the minute status.
 
   Revision  ChangesPath
   1.13  +15 -10jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt
 
   Index: RELEASE-PLAN-4.0.txt
   ===
   RCS file: /home/cvs/jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt,v
   retrieving revision 1.12
   retrieving revision 1.13
   diff -u -r1.12 -r1.13
   --- RELEASE-PLAN-4.0.txt  2001/09/12 00:53:06 1.12
   +++ RELEASE-PLAN-4.0.txt  2001/09/12 05:25:58 1.13
   @@ -1,4 +1,4 @@
   -$Id: RELEASE-PLAN-4.0.txt,v 1.12 2001/09/12 00:53:06 craigmcc Exp $
   +$Id: RELEASE-PLAN-4.0.txt,v 1.13 2001/09/12 05:25:58 craigmcc Exp $
 
  Release Plan for Apache Tomcat 4.0
  ==
   @@ -46,8 +46,12 @@
Bugs That Must Be Addressed Before Final Release:

 
   -Connectors  1788mod_webapp errors on Win2k
   +Catalina3511Line too long (currently WORKSFORME, awaiting reproducible
   +failure case)
 
   +Catalina3515Process hanging after stopping Tomcat (awaiting
   +reproducible failure case)
   +
Connectors  2997Webapp connector should recover when Tomcat is restarted
 
Connectors  3476Cannot use other than default context when using mod_webapp
   @@ -57,31 +61,32 @@
Connectors  3509Apache 1.3.20 and mod_webapp and Tomcat 4b7 HANGS
(likely to be the same issue as 1788)
 
   -Jasper  3079NullPointerException in JakartaCommentGenerator.generateEnd
   +Connectors  3510With WARP request.getScheme() returns http instead of https
   +
   +Connectors  3534File Upload doesn't work with Apache, mod_webapp, Tomcat 4
 
   -Jasper  3127jsp:directive.include/ not supported
   +Jasper  3079NullPointerException in JakartaCommentGenerator.generateEnd
 
   -Jasper  3235JSPC command line compiler does not support taglibs
   +Jasper  3127jsp:directive.include/ not supported (currently
   +WORKSFORME, awaiting reproducible failure case)
 
Jasper  3350Using XML syntax causes content rearrangement
 
   -Jasper  3398Jasper does not support primitive types for tag variables
   +Jasper  3529JSPC can't handle taglibs in RC1 (dup of 3235,
   +includes a proposed patch)
 
 
Nice To Have Fixes Before Final Release:
---
 
Catalina3114Spanish translations of LocalString.properties files
   +(Japanese translations have also been provided)
 
Catalina3194Javadoc errors during build
 
Jasper  3055jsp:plugin tag ignores the name attribute
 
Jasper  3195Javadoc errors during build
   -
   -Jasper  3340sun.tools.javac.Main has been deprecated in JDK 1.4-beta-2
   -
   -Jasper  3433Bad performance on JspWriterImpl.java
 
Servletapi  3196Javadoc errors during build
 
 
 




Re: cvs commit: jakarta-tomcat-4.0 RELEASE-PLAN-4.0.txt

2001-09-12 Thread Craig R. McClanahan



On Wed, 12 Sep 2001, jean-frederic clere wrote:

 Date: Wed, 12 Sep 2001 14:39:51 +0200
 From: jean-frederic clere [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED], [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: cvs commit: jakarta-tomcat-4.0 RELEASE-PLAN-4.0.txt

 Hi,

 How was the issue with sun.tools.javac.Main solved?


It is going to be deferred to a future release.  Here's the reasoning:

* The Merlin (i.e. JDK 1.4) folks originally planned to simply
  remove the old compiler entry point.  But they have changed
  plans, and now it is merely deprecated.  The old compiler *will*
  work in the 1.4 final release, so the time pressure is off.

* The new entry point can indeed be programmed to (like Ant does,
  for example), but it has a crippling disadvantage for a servlet
  container - it only writes error messages to System.out, so you
  have to synchronize and do at most one compile at a time.  This
  is not a good thing, and I'd rather see us take some time to
  look at alternative approaches.

 Cheers

 Jean-frederic


Craig


 [EMAIL PROTECTED] wrote:
 
  craigmcc01/09/11 22:25:58
 
Modified:.RELEASE-PLAN-4.0.txt
Log:
Up to the minute status.
 
Revision  ChangesPath
1.13  +15 -10jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt
 
Index: RELEASE-PLAN-4.0.txt
===
RCS file: /home/cvs/jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- RELEASE-PLAN-4.0.txt  2001/09/12 00:53:06 1.12
+++ RELEASE-PLAN-4.0.txt  2001/09/12 05:25:58 1.13
@@ -1,4 +1,4 @@
-$Id: RELEASE-PLAN-4.0.txt,v 1.12 2001/09/12 00:53:06 craigmcc Exp $
+$Id: RELEASE-PLAN-4.0.txt,v 1.13 2001/09/12 05:25:58 craigmcc Exp $
 
   Release Plan for Apache Tomcat 4.0
   ==
@@ -46,8 +46,12 @@
 Bugs That Must Be Addressed Before Final Release:
 
 
-Connectors  1788mod_webapp errors on Win2k
+Catalina3511Line too long (currently WORKSFORME, awaiting reproducible
+failure case)
 
+Catalina3515Process hanging after stopping Tomcat (awaiting
+reproducible failure case)
+
 Connectors  2997Webapp connector should recover when Tomcat is restarted
 
 Connectors  3476Cannot use other than default context when using mod_webapp
@@ -57,31 +61,32 @@
 Connectors  3509Apache 1.3.20 and mod_webapp and Tomcat 4b7 HANGS
 (likely to be the same issue as 1788)
 
-Jasper  3079NullPointerException in JakartaCommentGenerator.generateEnd
+Connectors  3510With WARP request.getScheme() returns http instead of https
+
+Connectors  3534File Upload doesn't work with Apache, mod_webapp, Tomcat 4
 
-Jasper  3127jsp:directive.include/ not supported
+Jasper  3079NullPointerException in JakartaCommentGenerator.generateEnd
 
-Jasper  3235JSPC command line compiler does not support taglibs
+Jasper  3127jsp:directive.include/ not supported (currently
+WORKSFORME, awaiting reproducible failure case)
 
 Jasper  3350Using XML syntax causes content rearrangement
 
-Jasper  3398Jasper does not support primitive types for tag variables
+Jasper  3529JSPC can't handle taglibs in RC1 (dup of 3235,
+includes a proposed patch)
 
 
 Nice To Have Fixes Before Final Release:
 ---
 
 Catalina3114Spanish translations of LocalString.properties files
+(Japanese translations have also been provided)
 
 Catalina3194Javadoc errors during build
 
 Jasper  3055jsp:plugin tag ignores the name attribute
 
 Jasper  3195Javadoc errors during build
-
-Jasper  3340sun.tools.javac.Main has been deprecated in JDK 1.4-beta-2
-
-Jasper  3433Bad performance on JspWriterImpl.java
 
 Servletapi  3196Javadoc errors during build
 
 
 
 





cvs commit: jakarta-tomcat-4.0 RELEASE-PLAN-4.0.txt

2001-09-11 Thread craigmcc

craigmcc01/09/11 17:53:06

  Modified:.RELEASE-PLAN-4.0.txt
  Log:
  Latest updates.
  
  Revision  ChangesPath
  1.12  +4 -6  jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt
  
  Index: RELEASE-PLAN-4.0.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- RELEASE-PLAN-4.0.txt  2001/09/10 05:50:28 1.11
  +++ RELEASE-PLAN-4.0.txt  2001/09/12 00:53:06 1.12
  @@ -1,4 +1,4 @@
  -$Id: RELEASE-PLAN-4.0.txt,v 1.11 2001/09/10 05:50:28 craigmcc Exp $
  +$Id: RELEASE-PLAN-4.0.txt,v 1.12 2001/09/12 00:53:06 craigmcc Exp $
   
 Release Plan for Apache Tomcat 4.0
 ==
  @@ -46,11 +46,6 @@
   Bugs That Must Be Addressed Before Final Release:
   
   
  -Catalina3009Manager cannot install web app
  -
  -Catalina3336ArrayIndexOutOfBounds exception when starting and stopping
  -an app several times through Manager
  -
   Connectors  1788mod_webapp errors on Win2k
   
   Connectors  2997Webapp connector should recover when Tomcat is restarted
  @@ -58,6 +53,9 @@
   Connectors  3476Cannot use other than default context when using mod_webapp
   
   Connectors  3481Webapp socket leak when Apache process shuts down
  +
  +Connectors  3509Apache 1.3.20 and mod_webapp and Tomcat 4b7 HANGS
  +(likely to be the same issue as 1788)
   
   Jasper  3079NullPointerException in JakartaCommentGenerator.generateEnd
   
  
  
  



cvs commit: jakarta-tomcat-4.0 RELEASE-PLAN-4.0.txt

2001-09-11 Thread craigmcc

craigmcc01/09/11 22:25:58

  Modified:.RELEASE-PLAN-4.0.txt
  Log:
  Up to the minute status.
  
  Revision  ChangesPath
  1.13  +15 -10jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt
  
  Index: RELEASE-PLAN-4.0.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- RELEASE-PLAN-4.0.txt  2001/09/12 00:53:06 1.12
  +++ RELEASE-PLAN-4.0.txt  2001/09/12 05:25:58 1.13
  @@ -1,4 +1,4 @@
  -$Id: RELEASE-PLAN-4.0.txt,v 1.12 2001/09/12 00:53:06 craigmcc Exp $
  +$Id: RELEASE-PLAN-4.0.txt,v 1.13 2001/09/12 05:25:58 craigmcc Exp $
   
 Release Plan for Apache Tomcat 4.0
 ==
  @@ -46,8 +46,12 @@
   Bugs That Must Be Addressed Before Final Release:
   
   
  -Connectors  1788mod_webapp errors on Win2k
  +Catalina3511Line too long (currently WORKSFORME, awaiting reproducible
  +failure case)
   
  +Catalina3515Process hanging after stopping Tomcat (awaiting
  +reproducible failure case)
  +
   Connectors  2997Webapp connector should recover when Tomcat is restarted
   
   Connectors  3476Cannot use other than default context when using mod_webapp
  @@ -57,31 +61,32 @@
   Connectors  3509Apache 1.3.20 and mod_webapp and Tomcat 4b7 HANGS
   (likely to be the same issue as 1788)
   
  -Jasper  3079NullPointerException in JakartaCommentGenerator.generateEnd
  +Connectors  3510With WARP request.getScheme() returns http instead of https
  +
  +Connectors  3534File Upload doesn't work with Apache, mod_webapp, Tomcat 4
   
  -Jasper  3127jsp:directive.include/ not supported
  +Jasper  3079NullPointerException in JakartaCommentGenerator.generateEnd
   
  -Jasper  3235JSPC command line compiler does not support taglibs
  +Jasper  3127jsp:directive.include/ not supported (currently
  +WORKSFORME, awaiting reproducible failure case)
   
   Jasper  3350Using XML syntax causes content rearrangement
   
  -Jasper  3398Jasper does not support primitive types for tag variables
  +Jasper  3529JSPC can't handle taglibs in RC1 (dup of 3235,
  +includes a proposed patch)
   
   
   Nice To Have Fixes Before Final Release:
   ---
   
   Catalina3114Spanish translations of LocalString.properties files
  +(Japanese translations have also been provided)
   
   Catalina3194Javadoc errors during build
   
   Jasper  3055jsp:plugin tag ignores the name attribute
   
   Jasper  3195Javadoc errors during build
  -
  -Jasper  3340sun.tools.javac.Main has been deprecated in JDK 1.4-beta-2
  -
  -Jasper  3433Bad performance on JspWriterImpl.java
   
   Servletapi  3196Javadoc errors during build
   
  
  
  



cvs commit: jakarta-tomcat-4.0 RELEASE-PLAN-4.0.txt

2001-09-06 Thread remm

remm01/09/06 21:13:42

  Modified:.RELEASE-PLAN-4.0.txt
  Log:
  - Updated bug status.
  - Reclassified some of the unconfirmed bugs as Catalina bugs
(3009 and 3336).
  
  Revision  ChangesPath
  1.9   +6 -10 jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt
  
  Index: RELEASE-PLAN-4.0.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- RELEASE-PLAN-4.0.txt  2001/09/07 01:01:01 1.8
  +++ RELEASE-PLAN-4.0.txt  2001/09/07 04:13:42 1.9
  @@ -1,4 +1,4 @@
  -$Id: RELEASE-PLAN-4.0.txt,v 1.8 2001/09/07 01:01:01 craigmcc Exp $
  +$Id: RELEASE-PLAN-4.0.txt,v 1.9 2001/09/07 04:13:42 remm Exp $
   
 Release Plan for Apache Tomcat 4.0
 ==
  @@ -50,8 +50,13 @@
   (Not a spec issue, so likely to be downgraded to
   enhancement request)
   
  +Catalina3009Manager cannot install web app
  +
   Catalina3292Class reloading fails (awaiting test case)
   
  +Catalina3336ArrayIndexOutOfBounds exception when starting and stopping
  +an app several times through Manager
  +
   Connectors  1788mod_webapp errors on Win2k
   
   Connectors  2997Webapp connector should recover when Tomcat is restarted
  @@ -72,22 +77,13 @@
   
   Jasper  3398Jasper does not support primitive types for tag variables
   
  -Webapps 3009Manager cannot install web app
  -
  -Webapps 3336ArrayIndexOutOfBounds exception when starting and stopping
  -an app several times through Manager
  -
  -Webapps 3383CompressionFilter problem in Catalina
   
  -
   Nice To Have Fixes Before Final Release:
   ---
   
   Catalina3114Spanish translations of LocalString.properties files
   
   Catalina3194Javadoc errors during build
  -
  -Catalina3434NT/2K Service installation on JDK 1.4 b2 fails 
   
   Jasper  3055jsp:plugin tag ignores the name attribute
   
  
  
  



cvs commit: jakarta-tomcat-4.0 RELEASE-PLAN-4.0.txt

2001-09-04 Thread craigmcc

craigmcc01/09/04 13:04:02

  Added:   .RELEASE-PLAN-4.0.txt
  Log:
  Initial draft of a release plan for Tomcat 4.0 final release.
  
  Revision  ChangesPath
  1.1  jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt
  
  Index: RELEASE-PLAN-4.0.txt
  ===
  $Id: RELEASE-PLAN-4.0.txt,v 1.1 2001/09/04 20:04:02 craigmcc Exp $
  
Release Plan for Apache Tomcat 4.0
==
  
  
  Introduction:
  
  
  This document is a release plan for the *final* release of Apache Tomcat 4.0.
  We've been waiting for the underlying specifications (Servlet 2.3 and JSP 1.2)
  to go final.  As these specifications are now in the Executive Committee voting
  step of the Java Community Process, this time is now at hand.
  
  The goal of the Apache Tomcat 4.0 final release is to provide a stable
  container that supports 100% of the mandatory requirements of the Servlet 2.3
  and JSP 1.2 specifications, as well as many useful additional features.  To
  that end, a series of beta releases have been distributed, and the focus has
  been primarily on specification compliance and other bug fixes, rather than
  adding functionality.
  
  This Release Plan proposes the following schedule:
  
Monday, September 9, 2001  Tomcat 4.0 Release Candidate 1
  
Thursday, September 12, 2001   Tomcat 4.0 Release Candidate 2
  
Monday, September 17, 2001 Tomcat 4.0 Final Release
  
  In order to complete final release, all outstanding Bugzilla bug reports
  against Tomcat 4.0 need to be fixed or deferred for later releases.  This
  Release Plan proposes the following classification of current outstanding
  bug reports in the bug tracking system, sorted by component and their ID
  numbers in our bug tracking system at:
  
http://nagoya.apache.org/bugzilla/
  
  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
  bug report or enhancement that you wish to have considered prior to final
  release, please submit a bug report as quickly as possible.
  
  
  
  Bugs That Must Be Addressed Before Final Release:
  
  
  Catalina2883Error page for 401 error code is not populated
  
  Catalina3093Base64.decode returns extra 0's at end of array
  
  Catalina3232Cookie values are URLDecoded but not URLEncoded
  
  Catalina3292Class reloading fails
  
  Connectors  1788mod_webapp errors on Win2k
  
  Connectors  2334Tomcat 4.0-b5 + Apache 1.3.12?
  
  Connectors  2997Webapp connector should recover when Tomcat is restarted
  
  Connectors  2999Linking trouble: webapp connectors and Apache 1.3 apxs
  
  Connectors  3160mod_webapp performance issues
  
  Jasper  2693Syntax errors in JSP source generate NumberFormatException
  
  Jasper  2917JSP compiled file name is not correct
  
  Jasper  3019Jasper generates bad custom tag variable names
  
  Jasper  3079NullPointerException in JakartaCommentGenerator.generateEnd
  
  Jasper  3127jsp:directive.include/ not supported
  
  Jasper  3174XML view of JSP document is incorrect
  
  Jasper  3235JSPC command line compiler does not support taglibs
  
  Jasper  3350Using XML syntax causes content rearrangement
  
  Jasper  3351JSP documents in XML syntax produce invalid XML
  
  Jasper  3366Character tag attributes
  
  Jasper  3381Tag attributes of type short not working
  
  Jasper  3398Jasper does not support primitive types for tag variables
  
  Webapps 3009Manager cannot install web app
  
  Webapps 3336ArrayIndexOutOfBounds exception when starting and stopping
  an app several times through Manager
  
  Webapps 3383CompressionFilter problem in Catalina
  
  
  Nice To Have Fixes Before Final Release:
  ---
  
  Catalina2949Tomcat 4.0/Solaris follow soft links for public_html
  
  Catalina3114Spanish translations of LocalString.properties files
  
  Catalina3194Javadoc errors during build
  
  Catalina3285Tomcat 4.0-b5 class loader fails on IBM JDK
  
  Catalina3293Allow content lengths  2^31
  
  Jasper  3055jsp:plugin tag ignores the name attribute
  
  Jasper  3195Javadoc errors during build
  
  Jasper  3340sun.tools.javac.Main has been deprecated in JDK 1.4-beta-2
  
  Servletapi  3196Javadoc errors during build
  
  Servletapi  3344Typo in javadocs
  
  
  Enhancement Requests To Be Addressed Later:
  --
  
  Catalina1400SSLServerSocketFactory.java does 

cvs commit: jakarta-tomcat-4.0 RELEASE-PLAN-4.0.txt

2001-09-04 Thread craigmcc

craigmcc01/09/04 15:59:28

  Modified:.RELEASE-PLAN-4.0.txt
  Log:
  Update to remove a couple of bugs that have already been fixed.
  
  Revision  ChangesPath
  1.2   +1 -5  jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt
  
  Index: RELEASE-PLAN-4.0.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RELEASE-PLAN-4.0.txt  2001/09/04 20:04:02 1.1
  +++ RELEASE-PLAN-4.0.txt  2001/09/04 22:59:28 1.2
  @@ -1,4 +1,4 @@
  -$Id: RELEASE-PLAN-4.0.txt,v 1.1 2001/09/04 20:04:02 craigmcc Exp $
  +$Id: RELEASE-PLAN-4.0.txt,v 1.2 2001/09/04 22:59:28 craigmcc Exp $
   
 Release Plan for Apache Tomcat 4.0
 ==
  @@ -47,10 +47,6 @@
   
   
   Catalina2883Error page for 401 error code is not populated
  -
  -Catalina3093Base64.decode returns extra 0's at end of array
  -
  -Catalina3232Cookie values are URLDecoded but not URLEncoded
   
   Catalina3292Class reloading fails
   
  
  
  



cvs commit: jakarta-tomcat-4.0 RELEASE-PLAN-4.0.txt

2001-09-04 Thread craigmcc

craigmcc01/09/04 19:27:23

  Modified:.RELEASE-PLAN-4.0.txt
  Log:
  More bugs that have been dealt with (and a couple of status updates).
  
  Revision  ChangesPath
  1.3   +4 -10 jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt
  
  Index: RELEASE-PLAN-4.0.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RELEASE-PLAN-4.0.txt  2001/09/04 22:59:28 1.2
  +++ RELEASE-PLAN-4.0.txt  2001/09/05 02:27:23 1.3
  @@ -1,4 +1,4 @@
  -$Id: RELEASE-PLAN-4.0.txt,v 1.2 2001/09/04 22:59:28 craigmcc Exp $
  +$Id: RELEASE-PLAN-4.0.txt,v 1.3 2001/09/05 02:27:23 craigmcc Exp $
   
 Release Plan for Apache Tomcat 4.0
 ==
  @@ -47,19 +47,15 @@
   
   
   Catalina2883Error page for 401 error code is not populated
  +(Not a spec issue, so likely to be downgraded to
  +enhancement request)
   
  -Catalina3292Class reloading fails
  +Catalina3292Class reloading fails (awaiting test case)
   
   Connectors  1788mod_webapp errors on Win2k
   
  -Connectors  2334Tomcat 4.0-b5 + Apache 1.3.12?
  -
   Connectors  2997Webapp connector should recover when Tomcat is restarted
   
  -Connectors  2999Linking trouble: webapp connectors and Apache 1.3 apxs
  -
  -Connectors  3160mod_webapp performance issues
  -
   Jasper  2693Syntax errors in JSP source generate NumberFormatException
   
   Jasper  2917JSP compiled file name is not correct
  @@ -94,8 +90,6 @@
   
   Nice To Have Fixes Before Final Release:
   ---
  -
  -Catalina2949Tomcat 4.0/Solaris follow soft links for public_html
   
   Catalina3114Spanish translations of LocalString.properties files