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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>