remm 2002/06/13 19:19:01 Modified: . RELEASE-NOTES-4.1.txt Log: - Status update. Revision Changes Path 1.10 +9 -4 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.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- RELEASE-NOTES-4.1.txt 13 Jun 2002 00:06:37 -0000 1.9 +++ RELEASE-NOTES-4.1.txt 14 Jun 2002 02:19:00 -0000 1.10 @@ -234,6 +234,11 @@ WebappLoader: Use introspection to instantiate the class loader. +[4.1.5] #9715 + 'Out of Memory' error with static html pages + ProxyDirContext: + Use a LRU based cache instead of a simple hashtable. + [4.1.4] #9722 java.lang.ClassCastException: org.apache.catalina.connector.HttpRequestFacade @@ -290,11 +295,11 @@ Fix spec compliance bug where a tag could define scripting variables in both the TLD and the TagExtraInfo class. -[4.1.5] Generator: - Code cleanup, removing the need for a state object. +[4.1.5] Generator, PageContextImpl: + Fix tag BodyContent reuse. [4.1.5] Generator: - Fix bugs introduced with buffer reuse. + Code cleanup, removing the need for a state object. [4.1.5] Generator: Fix bug when specifying a redirect which already included part of a
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>