cvs commit: jakarta-tomcat-4.0 OUTSTANDING-BUGS-4.0.3.txt RELEASE-NOTES-4.0.3-B1.txt

2002-02-28 Thread remm

remm02/02/28 16:36:05

  Modified:.Tag: tomcat_40_branch OUTSTANDING-BUGS-4.0.3.txt
RELEASE-NOTES-4.0.3-B1.txt
  Log:
  - Update bug status.
  - Remove a few obsolete release notes.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.9   +6 -2  jakarta-tomcat-4.0/Attic/OUTSTANDING-BUGS-4.0.3.txt
  
  Index: OUTSTANDING-BUGS-4.0.3.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/Attic/OUTSTANDING-BUGS-4.0.3.txt,v
  retrieving revision 1.1.2.8
  retrieving revision 1.1.2.9
  diff -u -r1.1.2.8 -r1.1.2.9
  --- OUTSTANDING-BUGS-4.0.3.txt28 Feb 2002 01:04:51 -  1.1.2.8
  +++ OUTSTANDING-BUGS-4.0.3.txt1 Mar 2002 00:36:05 -   1.1.2.9
  @@ -7,15 +7,19 @@
   acceptable to delay their resolution.
   
   
  +4964jasper popBody() is called before doEndTag() is called in a BodyTag
   5507catalina   Swapping sessions causes exceptions and it doesn't work 
  with FileStore
  +5741jasper Jspc -webapp option is broken due to namespace collisions
   5827catalina   DataInputStream.readInt returns wrong values
  -5976catalina   Tomcat 4.0.2B2 + Security Manager + JSSE don't work together
  +5853catalina   Unable to get request parameters in the Error page 
  +   for form based login
  +5998jasper Exception hiding when a JspExceptioin is thrown by a tag
   6068jk AJP13 bad read, IOException
  +6281catalina   JDBCRealm+Form Login+URL re-writing session=broken
   6331jk Cannot add more than one cookie
   6420jk Loadbalancer mod_jk from 4.02 not working with TC 3.3
   6457jk mod_jk causes segmentation fault with JkLogLevel != debug
  -6464jasper Jspc generates bad package names on Windows NT
   6617catalina   Iterating over session attribute name enumeration fails
   
   
  
  
  
  1.1.2.14  +4 -37 jakarta-tomcat-4.0/Attic/RELEASE-NOTES-4.0.3-B1.txt
  
  Index: RELEASE-NOTES-4.0.3-B1.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/Attic/RELEASE-NOTES-4.0.3-B1.txt,v
  retrieving revision 1.1.2.13
  retrieving revision 1.1.2.14
  diff -u -r1.1.2.13 -r1.1.2.14
  --- RELEASE-NOTES-4.0.3-B1.txt28 Feb 2002 00:35:04 -  1.1.2.13
  +++ RELEASE-NOTES-4.0.3-B1.txt1 Mar 2002 00:36:05 -   1.1.2.14
  @@ -3,7 +3,7 @@
   Release Notes
   =
   
  -$Id: RELEASE-NOTES-4.0.3-B1.txt,v 1.1.2.13 2002/02/28 00:35:04 remm Exp $
  +$Id: RELEASE-NOTES-4.0.3-B1.txt,v 1.1.2.14 2002/03/01 00:36:05 remm Exp $
   
   
   
  @@ -144,13 +144,15 @@
 correctly
   6641  Download of MS Office docs from protected areas fail with IE
   6644  Whitespace after Content-type header value leads to POST method failure
  +6668  HttpProcessor takes incorrect defaults for proxy port according 
  +  to HTTP/1.1 Spec
  +6772  [Security] RequestDipatcher allows to bypass security manager sandboxing
   
   
   
   KNOWN ISSUES IN THIS RELEASE:
   
   
  -* Tomcat 4.0 and Apache
   * Tomcat 4.0 and JNI Based Applications
   * Tomcat 4.0 Standard APIs Available
   * Tomcat 4.0 and XML Parsers
  @@ -161,41 +163,6 @@
   * Tomcat 4.0 and Apache Cocoon 2.0
   * Enabling SSI and CGI Support
   * Tomcat 4.0 and Sun JDK 1.4 beta 3
  -
  -
  --
  -Tomcat 4.0 and Apache:
  --
  -
  -The binary distribution for Tomcat 4.0 includes the most recent stable version
  -of the WARP connector, which is the Tomcat component that talks to mod_webapp
  -inside Apache 1.3.  The current state of this support is summarized as follows:
  -
  -* The mod_webapp connector is configured based on the contents of the
  -  web.xml file for your web application.  The only required per-webapp
  -  configuration information in your Apache 1.3 httpd.conf file is
  -  something like this:
  -
  -WebAppDeploy examples   warpConnection   /examples/
  -
  -  which causes mod_webapp to automatically recognize all of your servlet
  -  mappings, security constraints, and other configuration elements.
  -
  -* Currently, mod_webapp forwards *all* requests under the specified
  -  context path to Tomcat for processing.  In a futher release,
  -  it will automatically configure itself to serve static resources
  -  from Apache *unless* the resource is subject to filtering, or subject
  -  to a security constraint, as defined in web.xml.  No extra configuration
  -  in httpd.conf will be required.
  -
  -* With this release, FORM-based authentication will work correctly, but
  -  there is a bug that prevents BASIC authentication from operating.  This
  -  will be addressed before final release.
 

cvs commit: jakarta-tomcat-4.0 OUTSTANDING-BUGS-4.0.3.txt

2002-02-27 Thread remm

remm02/02/27 17:04:51

  Modified:.Tag: tomcat_40_branch OUTSTANDING-BUGS-4.0.3.txt
  Log:
  - Update must-fix bug list.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.8   +1 -23 jakarta-tomcat-4.0/Attic/OUTSTANDING-BUGS-4.0.3.txt
  
  Index: OUTSTANDING-BUGS-4.0.3.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/Attic/OUTSTANDING-BUGS-4.0.3.txt,v
  retrieving revision 1.1.2.7
  retrieving revision 1.1.2.8
  diff -u -r1.1.2.7 -r1.1.2.8
  --- OUTSTANDING-BUGS-4.0.3.txt20 Feb 2002 07:10:56 -  1.1.2.7
  +++ OUTSTANDING-BUGS-4.0.3.txt28 Feb 2002 01:04:51 -  1.1.2.8
  @@ -7,37 +7,15 @@
   acceptable to delay their resolution.
   
   
  -3509webapp Apache 1.3.20  mod_webapp  Tomcat 4b7 HANGS under Win
  -4793webapp mod_webapp connector doesn´t work
  -4930webapp java.io.StreamCorruptedException: Type code out of range, 
  -   is 0 with Apache WebApp module
  -5040webaap EOFException when talking from applet to servlet 
  -   via mod_webapp
  -5229catalina   Session cannot unbind if using DistributedManager
  -5402webapp WarpConnection raise IOException in a Clustered 
  -   Solaris environment
   5507catalina   Swapping sessions causes exceptions and it doesn't work 
  with FileStore
  -5704servlets   CgiServlet corrupting images?
  -5735catalina   HTTP connector running out of processors under heavy load
  -5759servlets   CGI servlet mapping by extension *.cgi does not work
  -5795catalina   Catalina Shutdown relies on localhost causing problems 
   5827catalina   DataInputStream.readInt returns wrong values
  -5899servlets   HTTP POST parameters ignored in CGIServlet.java
   5976catalina   Tomcat 4.0.2B2 + Security Manager + JSSE don't work together
  -6036webapp Problems with URI mapping
   6068jk AJP13 bad read, IOException
   6331jk Cannot add more than one cookie
  -6376jasper Improper import statement is generated when JSP page 
  -   extends a custom class without package prefix
   6420jk Loadbalancer mod_jk from 4.02 not working with TC 3.3
  -6432jasper Jasper should validate that an XML-view of a JSP page 
  -   conforms as much as possible based on the DTD supplied 
  -   in JSP.B of the JSP 1.2 specification
  -6443jasper Jasper doesn't follow the spec in regards to the xml-view 
  -   of a JSP page and whitespace handling semantics
   6457jk mod_jk causes segmentation fault with JkLogLevel != debug
   6464jasper Jspc generates bad package names on Windows NT
  -
  +6617catalina   Iterating over session attribute name enumeration fails
   
   
  
  
  

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




cvs commit: jakarta-tomcat-4.0 OUTSTANDING-BUGS-4.0.3.txt RELEASE-NOTES-4.0.3-B1.txt

2002-02-19 Thread remm

remm02/02/19 23:10:56

  Modified:.Tag: tomcat_40_branch OUTSTANDING-BUGS-4.0.3.txt
RELEASE-NOTES-4.0.3-B1.txt
  Log:
  - Bug status update.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.7   +0 -1  jakarta-tomcat-4.0/Attic/OUTSTANDING-BUGS-4.0.3.txt
  
  Index: OUTSTANDING-BUGS-4.0.3.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/Attic/OUTSTANDING-BUGS-4.0.3.txt,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -r1.1.2.6 -r1.1.2.7
  --- OUTSTANDING-BUGS-4.0.3.txt15 Feb 2002 23:21:07 -  1.1.2.6
  +++ OUTSTANDING-BUGS-4.0.3.txt20 Feb 2002 07:10:56 -  1.1.2.7
  @@ -8,7 +8,6 @@
   
   
   3509webapp Apache 1.3.20  mod_webapp  Tomcat 4b7 HANGS under Win
  -4518jasper load-on-startup is not working with jsp page
   4793webapp mod_webapp connector doesn´t work
   4930webapp java.io.StreamCorruptedException: Type code out of range, 
  is 0 with Apache WebApp module
  
  
  
  1.1.2.8   +5 -1  jakarta-tomcat-4.0/Attic/RELEASE-NOTES-4.0.3-B1.txt
  
  Index: RELEASE-NOTES-4.0.3-B1.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/Attic/RELEASE-NOTES-4.0.3-B1.txt,v
  retrieving revision 1.1.2.7
  retrieving revision 1.1.2.8
  diff -u -r1.1.2.7 -r1.1.2.8
  --- RELEASE-NOTES-4.0.3-B1.txt19 Feb 2002 17:47:05 -  1.1.2.7
  +++ RELEASE-NOTES-4.0.3-B1.txt20 Feb 2002 07:10:56 -  1.1.2.8
  @@ -3,7 +3,7 @@
   Release Notes
   =
   
  -$Id: RELEASE-NOTES-4.0.3-B1.txt,v 1.1.2.7 2002/02/19 17:47:05 remm Exp $
  +$Id: RELEASE-NOTES-4.0.3-B1.txt,v 1.1.2.8 2002/02/20 07:10:56 remm Exp $
   
   
   
  @@ -97,8 +97,10 @@
   --
   
   3770  HttpSessionListener.sessionCreated() called twice for each session
  +4518  Jsp-file and load-on-startup and init-param does not work
   5422  HTTP Headers not being cleared after form authentication
   5647  AJP13 connector will not pass authentication requests
  +6090  Listener not instantiated in tld file
   6374  Class not found for: org/w3c/dom/range/Range
   6396  LoggerBase class is package not public
   6406  All classes in $CATALINA_HOME/classes become invisible 
  @@ -108,6 +110,8 @@
   6468  Content-type not set for errors
   6480  HttpServletRequest.getPathTranslated() returns different results 
 on repeated actions
  +6550  Old WebappClassLoaders can't be GC'd
  +6558  NPE in RequestDumperValve.toString if debug in catalina/XmlMapper
   
   
   
  
  
  

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




cvs commit: jakarta-tomcat-4.0 OUTSTANDING-BUGS-4.0.3.txt RELEASE-NOTES-4.0.3-B1.txt

2002-02-15 Thread remm

remm02/02/15 11:16:19

  Modified:.Tag: tomcat_40_branch OUTSTANDING-BUGS-4.0.3.txt
RELEASE-NOTES-4.0.3-B1.txt
  Log:
  - Update bug status.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.5   +5 -2  jakarta-tomcat-4.0/Attic/OUTSTANDING-BUGS-4.0.3.txt
  
  Index: OUTSTANDING-BUGS-4.0.3.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/Attic/OUTSTANDING-BUGS-4.0.3.txt,v
  retrieving revision 1.1.2.4
  retrieving revision 1.1.2.5
  diff -u -r1.1.2.4 -r1.1.2.5
  --- OUTSTANDING-BUGS-4.0.3.txt14 Feb 2002 17:32:25 -  1.1.2.4
  +++ OUTSTANDING-BUGS-4.0.3.txt15 Feb 2002 19:16:19 -  1.1.2.5
  @@ -14,18 +14,20 @@
  is 0 with Apache WebApp module
   5040webaap EOFException when talking from applet to servlet 
  via mod_webapp
  +5229catalina   Session cannot unbind if using DistributedManager
   5402webapp WarpConnection raise IOException in a Clustered 
  Solaris environment
  +5507catalina   Swapping sessions causes exceptions and it doesn't work 
  +   with FileStore
   5704servlets   CgiServlet corrupting images?
   5735catalina   HTTP connector running out of processors under heavy load
   5759servlets   CGI servlet mapping by extension *.cgi does not work
   5795catalina   Catalina Shutdown relies on localhost causing problems 
   5827catalina   DataInputStream.readInt returns wrong values
   5899servlets   HTTP POST parameters ignored in CGIServlet.java
  -5976catalina   Spaces should be allowed in Servlet Context paths
  +5976catalina   Tomcat 4.0.2B2 + Security Manager + JSSE don't work together
   6036webapp Problems with URI mapping
   6068jk AJP13 bad read, IOException
  -6219jk FORM authentication does not work when using AJP connector
   6331catalina   Cannot add more than one cookie
   6376jasper Improper import statement is generated when JSP page 
  extends a custom class without package prefix
  @@ -36,6 +38,7 @@
  in JSP.B of the JSP 1.2 specification
   6443jasper Jasper doesn't follow the spec in regards to the xml-view 
  of a JSP page and whitespace handling semantics
  +6457jk mod_jk causes segmentation fault with JkLogLevel != debug
   6464jasper Jspc generates bad package names on Windows NT
   
   
  
  
  
  1.1.2.4   +3 -1  jakarta-tomcat-4.0/Attic/RELEASE-NOTES-4.0.3-B1.txt
  
  Index: RELEASE-NOTES-4.0.3-B1.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/Attic/RELEASE-NOTES-4.0.3-B1.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-NOTES-4.0.3-B1.txt14 Feb 2002 17:32:25 -  1.1.2.3
  +++ RELEASE-NOTES-4.0.3-B1.txt15 Feb 2002 19:16:19 -  1.1.2.4
  @@ -3,7 +3,7 @@
   Release Notes
   =
   
  -$Id: RELEASE-NOTES-4.0.3-B1.txt,v 1.1.2.3 2002/02/14 17:32:25 remm Exp $
  +$Id: RELEASE-NOTES-4.0.3-B1.txt,v 1.1.2.4 2002/02/15 19:16:19 remm Exp $
   
   
   
  @@ -92,6 +92,8 @@
   Bugzilla Bugs Resolved:
   --
   
  +3770  HttpSessionListener.sessionCreated() called twice for each session
  +5647  AJP13 connector will not pass authentication requests
   6374  Class not found for: org/w3c/dom/range/Range
   6396  LoggerBase class is package not public
   6406  All classes in $CATALINA_HOME/classes become invisible 
  
  
  

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




cvs commit: jakarta-tomcat-4.0 OUTSTANDING-BUGS-4.0.3.txt RELEASE-NOTES-4.0.3-B1.txt

2002-02-15 Thread remm

remm02/02/15 15:21:07

  Modified:.Tag: tomcat_40_branch OUTSTANDING-BUGS-4.0.3.txt
RELEASE-NOTES-4.0.3-B1.txt
  Log:
  - Update bug status.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.6   +1 -2  jakarta-tomcat-4.0/Attic/OUTSTANDING-BUGS-4.0.3.txt
  
  Index: OUTSTANDING-BUGS-4.0.3.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/Attic/OUTSTANDING-BUGS-4.0.3.txt,v
  retrieving revision 1.1.2.5
  retrieving revision 1.1.2.6
  diff -u -r1.1.2.5 -r1.1.2.6
  --- OUTSTANDING-BUGS-4.0.3.txt15 Feb 2002 19:16:19 -  1.1.2.5
  +++ OUTSTANDING-BUGS-4.0.3.txt15 Feb 2002 23:21:07 -  1.1.2.6
  @@ -28,10 +28,9 @@
   5976catalina   Tomcat 4.0.2B2 + Security Manager + JSSE don't work together
   6036webapp Problems with URI mapping
   6068jk AJP13 bad read, IOException
  -6331catalina   Cannot add more than one cookie
  +6331jk Cannot add more than one cookie
   6376jasper Improper import statement is generated when JSP page 
  extends a custom class without package prefix
  -6411catalina   HttpSession.isNew() always returns false
   6420jk Loadbalancer mod_jk from 4.02 not working with TC 3.3
   6432jasper Jasper should validate that an XML-view of a JSP page 
  conforms as much as possible based on the DTD supplied 
  
  
  
  1.1.2.5   +2 -1  jakarta-tomcat-4.0/Attic/RELEASE-NOTES-4.0.3-B1.txt
  
  Index: RELEASE-NOTES-4.0.3-B1.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/Attic/RELEASE-NOTES-4.0.3-B1.txt,v
  retrieving revision 1.1.2.4
  retrieving revision 1.1.2.5
  diff -u -r1.1.2.4 -r1.1.2.5
  --- RELEASE-NOTES-4.0.3-B1.txt15 Feb 2002 19:16:19 -  1.1.2.4
  +++ RELEASE-NOTES-4.0.3-B1.txt15 Feb 2002 23:21:07 -  1.1.2.5
  @@ -3,7 +3,7 @@
   Release Notes
   =
   
  -$Id: RELEASE-NOTES-4.0.3-B1.txt,v 1.1.2.4 2002/02/15 19:16:19 remm Exp $
  +$Id: RELEASE-NOTES-4.0.3-B1.txt,v 1.1.2.5 2002/02/15 23:21:07 remm Exp $
   
   
   
  @@ -93,6 +93,7 @@
   --
   
   3770  HttpSessionListener.sessionCreated() called twice for each session
  +5422  HTTP Headers not being cleared after form authentication
   5647  AJP13 connector will not pass authentication requests
   6374  Class not found for: org/w3c/dom/range/Range
   6396  LoggerBase class is package not public
  
  
  

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




cvs commit: jakarta-tomcat-4.0 OUTSTANDING-BUGS-4.0.3.txt

2002-02-14 Thread remm

remm02/02/14 01:12:08

  Modified:.Tag: tomcat_40_branch OUTSTANDING-BUGS-4.0.3.txt
  Log:
  - Update bug list.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.3   +20 -9 jakarta-tomcat-4.0/Attic/OUTSTANDING-BUGS-4.0.3.txt
  
  Index: OUTSTANDING-BUGS-4.0.3.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/Attic/OUTSTANDING-BUGS-4.0.3.txt,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- OUTSTANDING-BUGS-4.0.3.txt13 Feb 2002 01:50:46 -  1.1.2.2
  +++ OUTSTANDING-BUGS-4.0.3.txt14 Feb 2002 09:12:08 -  1.1.2.3
  @@ -2,27 +2,38 @@
   Tomcat 4.0.3 Final bug status
   -
   
  -This document lists bug that should be addressed before 4.0.2 Final is 
  +This document lists bug that should be addressed before 4.0.3 Final is 
   released. None of these bugs are regression problems, so it should be 
   acceptable to delay their resolution.
   
   
  +3509webapp Apache 1.3.20  mod_webapp  Tomcat 4b7 HANGS under Win
  +4518jasper load-on-startup is not working with jsp page
   4793webapp mod_webapp connector doesn´t work
   4930webapp java.io.StreamCorruptedException: Type code out of range, 
  is 0 with Apache WebApp module
   5040webaap EOFException when talking from applet to servlet 
  via mod_webapp
  -5402webapp WarpConnection raise IOException
  +5402webapp WarpConnection raise IOException in a Clustered 
  +   Solaris environment
  +5704servlets   CgiServlet corrupting images?
   5735catalina   HTTP connector running out of processors under heavy load
  +5759servlets   CGI servlet mapping by extension *.cgi does not work
   5795catalina   Catalina Shutdown relies on localhost causing problems 
  -   in a Clustered Solaris environment
   5827catalina   DataInputStream.readInt returns wrong values
   5899servlets   HTTP POST parameters ignored in CGIServlet.java
  +5976catalina   Spaces should be allowed in Servlet Context paths
   6036webapp Problems with URI mapping
  -3509webapp Apache 1.3.20  mod_webapp  Tomcat 4b7 HANGS under Win
  -5704servlets   CgiServlet corrupting images?
  -4518jasper load-on-startup is not working with jsp page
  -5759servlets   CGI servlet mapping by extension *.cgi does not work
  -6400jasper Tag Libraries not deploying in 4.0.2 final
  -
  +6068jk AJP13 bad read, IOException
  +6219jk FORM authentication does not work when using AJP connector
  +6331catalina   Cannot add more than one cookie
  +6376jasper Improper import statement is generated when JSP page 
  +   extends a custom class without package prefix
  +6411catalina   HttpSession.isNew() always returns false
  +6420jk Loadbalancer mod_jk from 4.02 not working with TC 3.3
  +6432jasper Jasper should validate that an XML-view of a JSP page 
  +   conforms as much as possible based on the DTD supplied 
  +   in JSP.B of the JSP 1.2 specification
  +6443jasper Jasper doesn't follow the spec in regards to the xml-view 
  +   of a JSP page and whitespace handling semantics
   
  
  
  

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




cvs commit: jakarta-tomcat-4.0 OUTSTANDING-BUGS-4.0.3.txt RELEASE-NOTES-4.0.3-B1.txt

2002-02-14 Thread remm

remm02/02/14 09:32:25

  Modified:.Tag: tomcat_40_branch OUTSTANDING-BUGS-4.0.3.txt
RELEASE-NOTES-4.0.3-B1.txt
  Log:
  - Update release notes (remove outdated note on AJP).
  - Update bug status.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.4   +3 -0  jakarta-tomcat-4.0/Attic/OUTSTANDING-BUGS-4.0.3.txt
  
  Index: OUTSTANDING-BUGS-4.0.3.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/Attic/OUTSTANDING-BUGS-4.0.3.txt,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- OUTSTANDING-BUGS-4.0.3.txt14 Feb 2002 09:12:08 -  1.1.2.3
  +++ OUTSTANDING-BUGS-4.0.3.txt14 Feb 2002 17:32:25 -  1.1.2.4
  @@ -36,4 +36,7 @@
  in JSP.B of the JSP 1.2 specification
   6443jasper Jasper doesn't follow the spec in regards to the xml-view 
  of a JSP page and whitespace handling semantics
  +6464jasper Jspc generates bad package names on Windows NT
  +
  +
   
  
  
  
  1.1.2.3   +2 -20 jakarta-tomcat-4.0/Attic/RELEASE-NOTES-4.0.3-B1.txt
  
  Index: RELEASE-NOTES-4.0.3-B1.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/Attic/RELEASE-NOTES-4.0.3-B1.txt,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- RELEASE-NOTES-4.0.3-B1.txt14 Feb 2002 02:27:23 -  1.1.2.2
  +++ RELEASE-NOTES-4.0.3-B1.txt14 Feb 2002 17:32:25 -  1.1.2.3
  @@ -3,7 +3,7 @@
   Release Notes
   =
   
  -$Id: RELEASE-NOTES-4.0.3-B1.txt,v 1.1.2.2 2002/02/14 02:27:23 remm Exp $
  +$Id: RELEASE-NOTES-4.0.3-B1.txt,v 1.1.2.3 2002/02/14 17:32:25 remm Exp $
   
   
   
  @@ -98,6 +98,7 @@
 when the Oracle 8.1.7 JDBC driver classes are added to this shared 
 class loader directory
   6400  Tag Libraries not deploying in 4.0.2 final
  +6468  Content-type not set for errors
   
   
   
  @@ -105,7 +106,6 @@
   
   
   * Tomcat 4.0 and Apache
  -* Tomcat 4.0 and AJP 1.3
   * Tomcat 4.0 and JNI Based Applications
   * Tomcat 4.0 Standard APIs Available
   * Tomcat 4.0 and XML Parsers
  @@ -151,24 +151,6 @@
 tests in the jakarta-watchdog-4.0 suite.
   
   The WARP connector for Tomcat 4.0 does not support load balancing at this time.
  -
  ---
  -Tomcat 4.0 and AJP 1.3:
  ---
  -
  -Tomcat 4.0 now includes support for the AJP 1.3 protocol, which the 
  -mod_jk collection of native webserver modules implements.
  -
  -The AJP connector is not enabled by default. To enable it, uncomment 
  -the following section in $CATALINA_HOME/conf/server.xml:
  -
  -!--
  -Connector className=org.apache.ajp.tomcat4.Ajp13Connector
  -   port=8009 minProcessors=5 maxProcessors=75
  -   acceptCount=10 debug=0/
  ---
  -
  -The AJP connector for Tomcat 4.0 does not support load balancing at this time.
   
   
   -
  
  
  

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




cvs commit: jakarta-tomcat-4.0 OUTSTANDING-BUGS-4.0.3.txt OUTSTANDING-BUGS-4.0.2.txt

2002-02-09 Thread remm

remm02/02/09 18:41:39

  Added:   .Tag: tomcat_40_branch OUTSTANDING-BUGS-4.0.3.txt
  Removed: .Tag: tomcat_40_branch OUTSTANDING-BUGS-4.0.2.txt
  Log:
  - Rename the outstanding bug list.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.1   +28 -0 jakarta-tomcat-4.0/Attic/OUTSTANDING-BUGS-4.0.3.txt
  
  
  
  

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