Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 76604 invoked by uid 500); 21 Mar 2001 23:07:03 -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 76444 invoked by uid 500); 21 Mar 2001 23:07:01 -0000 Delivered-To: apmail-jakarta-tomcat-cvs@apache.org Date: 21 Mar 2001 23:07:01 -0000 Message-ID: <20010321230701.76333.qmail@apache.org> From: marcsaeg@apache.org To: jakarta-tomcat-cvs@apache.org Subject: cvs commit: jakarta-tomcat/src/doc readme marcsaeg 01/03/21 15:07:01 Modified: src/doc Tag: tomcat_32 readme Log: Another round of updates to the release notes prior to releasing 3.2.2-beta 2 Revision Changes Path No revision No revision 1.8.2.15 +22 -2 jakarta-tomcat/src/doc/readme Index: readme =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/doc/readme,v retrieving revision 1.8.2.14 retrieving revision 1.8.2.15 diff -u -r1.8.2.14 -r1.8.2.15 --- readme 2001/03/09 18:51:40 1.8.2.14 +++ readme 2001/03/21 23:06:58 1.8.2.15 @@ -1,4 +1,4 @@ -$Id: readme,v 1.8.2.14 2001/03/09 18:51:40 marcsaeg Exp $ +$Id: readme,v 1.8.2.15 2001/03/21 23:06:58 marcsaeg Exp $ Release Notes for: ==================== @@ -82,9 +82,17 @@ ============================================================================= 5. NEW FEATURES IN THIS RELEASE -Tomcat Version 3.2.2 is a bug release only. No new features were added. +5.1 Docbase and File Based Localization +Tomcat 3.2.2 now supports a method mapping requests into localized resources +automatically based on the client's and the server's locale. Localized +content can be organized using one directory per locale (Docbase) or +into a single directory the locale specified in the file names (File based). +A detailed description of this feature can be found in +doc/tomcat-localization-how.html + + ============================================================================= 6. KNOWN BUGS AND ISSUES @@ -305,6 +313,11 @@ - Fix session tracking through forward(). (#504) - Fix problem with getSession() overwritting the requested session ID and related URL rewritting problems. (#160) + - Better error reporting for load-on-startup servler load failures. ((#489) + - Static files (e.g. .html) can how be used as the location for + tags in web.xml. (#291) + - URL encoded data in servlet paths and path info are now decoded + properly. (#657) Jasper - Fix for UnsupportedEncodingException due to UTF8 instead of UTF-8. (#269) @@ -317,16 +330,23 @@ - Better error reporting if compile fails due to missing tag library. - Fix thread synchronization problem that can cause page compilation to fail (#44). + - Fixed the defualt character encoding. The default charset is now + ISO-8859-1. (#285) + - jsp:plugin was not being expanded correctly. (#467) + Connectors - Fix infinite loop on invalid content-length for ajp12. (#264) - Fix infinite llop if Tomcat connector closed connection. (#510) - For ajp13 protocol, add support for multipart form encoding and file uploads now work. - Reading session ids from cookies in the load balancer. (#603) + - HTTP connections now time out if no data is received from the + client. (#1006) IIS - Better error logging for startup failures. + NetWare - Fix for netbuf_getbytes() not supported on NetWare 5.1.