CacheFilter now normalize the URL before any processing to avoid duplication on capitalization Fixed getParameterMap of ServlerRequest to map servlet2.3 spec Fixed notifyUnload in ForwardFrame to avoid nullpointer exception (patch from Brian Laird) Added TeraBytes support for statistics frame Fixed CgiFrame to accept more output from Cgis (triggered my perl cgi library) Fixed deadlock in FileResource (backward locking) CvsRunner now uses File.createTempFile instead of hardcoded /tmp (was problematic on windows platform) Cleaned stat generation and added hits/sec Error recovery on parsing errors of serialized resources, allowing stores to continue loading Writers for resource serialization, both in admin server and ResourceStoreManager now force UTF-8 encoding (as XML is declared to be UTF-8) Fixed test for socket close in jdk1.4 specific part, added a property to allow retries on two-steps request, in the case of error on headers