Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 97083 invoked from network); 10 Aug 2002 15:06:12 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 10 Aug 2002 15:06:12 -0000 Received: (qmail 14386 invoked by uid 97); 10 Aug 2002 15:06:11 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 14192 invoked by uid 97); 10 Aug 2002 15:06:09 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 14086 invoked by uid 97); 10 Aug 2002 15:06:09 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: 10 Aug 2002 15:05:29 -0000 Message-ID: <20020810150529.90717.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.1.txt X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N remm 2002/08/10 08:05:28 Modified: . RELEASE-NOTES-4.1.txt Log: - Document changes. Revision Changes Path 1.15 +35 -1 jakarta-tomcat-4.0/RELEASE-NOTES-4.1.txt Index: RELEASE-NOTES-4.1.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/RELEASE-NOTES-4.1.txt,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- RELEASE-NOTES-4.1.txt 23 Jul 2002 14:19:19 -0000 1.14 +++ RELEASE-NOTES-4.1.txt 10 Aug 2002 15:05:28 -0000 1.15 @@ -162,6 +162,9 @@ [4.1.8] Build: Tomcat is now built with JDK 1.4. +[4.1.9] Administration Webapp: + Specify charset in JSP pages. + ------------------ Catalina Bug Fixes: @@ -349,6 +352,17 @@ [4.1.8] StandardSession: Set manager to null before recycling. +[4.1.9] StandardClassLoader: + Avoid potential security exception by not calling getParent. + +[4.1.9] #11307 + Summary: Deadlock in ClassLoader + WebappClassLoader: + Fix deadlock condition by modifying the synced block. + +[4.1.9] StandardHostDeployer: + Fire event when undeploying. + ---------------- Jasper Bug Fixes: @@ -456,6 +470,26 @@ Summary: <%@ page extends %> causes ClassCastException JspServletWrapper: Fix regression caused by the included JSP modification tracking. + +[4.1.9] #11463 + Summary: PageContextImpl.removeAttribute do not work correctly without + session object + PageContextImpl: + Add check for the existence of the session. + +[4.1.9] Validator: + Fix bug in setting the default content-type. + +[4.1.9] #10949 + Summary: Jasper2 compile error with struts logic tag & jsp:include + Generator: + Fix generated response type to HttpServletResponse. + +[4.1.9] #10629 + Summary: include directive fails when referencing Parent Path within + a WAR + JspCompilationContext: + Canonicalize URIs used for getResource and getResourceAsStream. ============================ -- To unsubscribe, e-mail: For additional commands, e-mail: