remm 02/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 Changes Path 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.txt 14 Feb 2002 09:12:08 -0000 1.1.2.3 +++ OUTSTANDING-BUGS-4.0.3.txt 14 Feb 2002 17:32:25 -0000 1.1.2.4 @@ -36,4 +36,7 @@ in JSP.B of the JSP 1.2 specification 6443 jasper Jasper doesn't follow the spec in regards to the xml-view of a JSP page and whitespace handling semantics +6464 jasper 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.txt 14 Feb 2002 02:27:23 -0000 1.1.2.2 +++ RELEASE-NOTES-4.0.3-B1.txt 14 Feb 2002 17:32:25 -0000 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]>