Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 95549 invoked by uid 500); 11 Oct 2001 23:24:44 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: tomcat-dev@jakarta.apache.org Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 95536 invoked by uid 500); 11 Oct 2001 23:24:44 -0000 Delivered-To: apmail-jakarta-tomcat-4.0-cvs@apache.org Date: 11 Oct 2001 23:20:12 -0000 Message-ID: <20011011232012.59256.qmail@icarus.apache.org> From: remm@apache.org To: jakarta-tomcat-4.0-cvs@apache.org Subject: cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.0.1.txt RELEASE-PLAN-4.0.1.txt X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N remm 01/10/11 16:20:12 Modified: . Tag: tomcat_40_branch RELEASE-NOTES-4.0.1.txt RELEASE-PLAN-4.0.1.txt Log: - Update bug status. - Remaining must-fix issues: - Webapp: 3509, 3534 (both unconfirmed) - Catalina: 3770, 3888 (probably invalid), 3993 (probably invalid), 4043 (easy to fix if confirmed) Given this, I think we can be reasonably confident about having 4.0.1 out by the end of this week, as only limited low-risk fixes have been made since beta 1. Revision Changes Path No revision No revision 1.1.2.9 +10 -1 jakarta-tomcat-4.0/Attic/RELEASE-NOTES-4.0.1.txt Index: RELEASE-NOTES-4.0.1.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/Attic/RELEASE-NOTES-4.0.1.txt,v retrieving revision 1.1.2.8 retrieving revision 1.1.2.9 diff -u -r1.1.2.8 -r1.1.2.9 --- RELEASE-NOTES-4.0.1.txt 2001/10/11 04:21:47 1.1.2.8 +++ RELEASE-NOTES-4.0.1.txt 2001/10/11 23:20:12 1.1.2.9 @@ -3,7 +3,7 @@ Release Notes ============= -$Id: RELEASE-NOTES-4.0.1.txt,v 1.1.2.8 2001/10/11 04:21:47 remm Exp $ +$Id: RELEASE-NOTES-4.0.1.txt,v 1.1.2.9 2001/10/11 23:20:12 remm Exp $ ============ @@ -75,7 +75,15 @@ Documentation: Fixes in jndi-resources-howto.xml. +FormAuthenticator: If the user incorrectly references the form login page +directly, return an error 403 (bad request) instead of a meaningless 404 +(not found) for a path that ends with "/null". + +WebappCLassLoader: Modify getResourceAsStream so that there is no need to use +URL.openStream() which would require a privileged action when using a security +manager. + ---------------- Jasper Bug Fixes: ---------------- @@ -100,6 +108,7 @@ 4067 jndi-resources-howto.xml fixes. 4078 "%JSSE_HOME%\jsse.jar" should be "%JSSE_HOME%\lib\jsse.jar" in catalina.bat. +4104 Null saved request at FormAuthenticator.authenticate(). ============================ 1.1.2.13 +1 -4 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.12 retrieving revision 1.1.2.13 diff -u -r1.1.2.12 -r1.1.2.13 --- RELEASE-PLAN-4.0.1.txt 2001/10/10 23:39:17 1.1.2.12 +++ RELEASE-PLAN-4.0.1.txt 2001/10/11 23:20:12 1.1.2.13 @@ -1,4 +1,4 @@ -$Id: RELEASE-PLAN-4.0.1.txt,v 1.1.2.12 2001/10/10 23:39:17 remm Exp $ +$Id: RELEASE-PLAN-4.0.1.txt,v 1.1.2.13 2001/10/11 23:20:12 remm Exp $ Release Plan for Apache Tomcat 4.0.1 ==================================== @@ -71,9 +71,6 @@ Connectors 4042 Webapp component requires Port directive versus Listen directive. - -Catalina 4083 Bad performance when using Cocoon 2 (likely to be - postponed). Unconfirmed Bugs (Awaiting Reproducible Failure Case):