remm 01/12/20 02:06:03 Modified: . Tag: tomcat_40_branch RELEASE-NOTES-4.0.2-B1.txt Log: - Release notes update. Revision Changes Path No revision No revision 1.1.2.6 +10 -4 jakarta-tomcat-4.0/Attic/RELEASE-NOTES-4.0.2-B1.txt Index: RELEASE-NOTES-4.0.2-B1.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/Attic/RELEASE-NOTES-4.0.2-B1.txt,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -u -r1.1.2.5 -r1.1.2.6 --- RELEASE-NOTES-4.0.2-B1.txt 2001/12/19 17:39:47 1.1.2.5 +++ RELEASE-NOTES-4.0.2-B1.txt 2001/12/20 10:06:03 1.1.2.6 @@ -3,7 +3,7 @@ Release Notes ============= -$Id: RELEASE-NOTES-4.0.2-B1.txt,v 1.1.2.5 2001/12/19 17:39:47 jfclere Exp $ +$Id: RELEASE-NOTES-4.0.2-B1.txt,v 1.1.2.6 2001/12/20 10:06:03 remm Exp $ ============ @@ -37,8 +37,6 @@ ***** Please note the revised documentation below related to ***** ***** using XML parsers with Tomcat 4.0 based applications. ***** -AJP: Add some documentation on AJP with Tomcat 4. - --------------------- Catalina New Features: @@ -47,7 +45,9 @@ StandardHost: Allow disabling the error report valve by setting its classname to an empty string. +StandardWrapper: Add instance pooling for SingleThreadModel servlets. + ------------------- Jasper New Features: ------------------- @@ -57,10 +57,13 @@ configuration. This may be done in "conf/web.xml", or in the web.xml of a specific web application by adding a JspServlet configuration. + -------------------- Webapps New Features: -------------------- +AJP: Add some documentation on AJP with Tomcat 4. + ========================== BUG FIXES AND IMPROVEMENTS: @@ -163,6 +166,9 @@ ErrorReportValve: Fix regression when printing exception reports, caused by the change of behavior of sendError. +Windows Installer: The Windows installer nows uses the improved NSIS 1.91, and + will also use the value of the JAVA_HOME environment variable if it is set. + ---------------- Jasper Bug Fixes: @@ -435,7 +441,7 @@ Having CGI and SSI available to web applications created security problems when using a security manager (as a malicious web application could use them to -sidestep the security manager access control). In Tomcat 4.0.1, they have been +sidestep the security manager access control). In Tomcat 4.0, they have been disabled by default, as our goal is to provide a fully secure default configuration. However, CGI and SSI remain available.
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>