Apache Tomcat 3.3.3 =================== Release Notes ============= $Id$ This document describes the changes that have been made since the release of Tomcat 3.3.2 Final. ========= Bug Fixes ========= The release in which the fix appears is indicated in brackets. Feature Additions: Bug No. Description Added the CoyoteMapper which uses the j-t-c mapper to map requests. Potential replacement for SimpleMapper1. Server: Bug No. Description 31474 Fix the query-string that is passed by forwarded requests. 31800 Clean up reference to Session when one is unmananged. Jasper: Bug No. Description Configuration: Bug No. Description 31592 Added 'digestEncoding' attribute to all Realms to specify the charset to be used when digesting passwords. Connectors: Bug No. Description Disable the use of AJP/1.3 shutdown in the CoyoteConnector by default (at least until it is supported). Removed the default use of 'conf/jk2.properties' by default for the AJP/1.3 CoyoteConnector. To get the previous behavior, set the propertiesFile="conf/jk2.properties" attribute on the CoyoteConnector. Documentation: Bug No. Description