remm 2004/10/04 08:23:59 Modified: webapps/docs changelog.xml Log: - Changelog update. Revision Changes Path 1.127 +25 -0 jakarta-tomcat-catalina/webapps/docs/changelog.xml Index: changelog.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v retrieving revision 1.126 retrieving revision 1.127 diff -u -r1.126 -r1.127 --- changelog.xml 3 Oct 2004 08:53:56 -0000 1.126 +++ changelog.xml 4 Oct 2004 15:23:59 -0000 1.127 @@ -116,6 +116,15 @@ <fix> Realms will now use set attribute to set themselves in their container when using JMX. (remm) </fix> + <fix> + Fix JMX related operations with the Connector. (remm) + </fix> + <fix> + Fix save-to-XML for naming resources. (remm) + </fix> + <fix> + Remove authenticator "debug" attributes from the descriptors. (remm) + </fix> </changelog> </subsection> @@ -140,6 +149,16 @@ default one, and might fare better on some picky systems, such as Redhat 9. The two threadpools will likely be removed once we use the Java 5 API, although more investigation is needed. (remm) </add> + <fix> + Fix issue with getProperty in IntrospectionUtils. (remm) + </fix> + <update> + Remove attribute translation for SSL in the HTTP protocol handler: it will now be done in the + Catalina Connector class. (remm) + </update> + <fix> + Fix handling of the "timeout" attribute of the HTTP protocol handler. (remm) + </fix> </changelog> </subsection> @@ -157,6 +176,9 @@ <fix> Copied XML encoding detection logic into JASPER, so we're no longer dependent on Xerces. (luehe) </fix> + <fix> + Fix cosmetic issue where extra CRLF would be inserted during each precompilation in web.xml. (remm) + </fix> </changelog> </subsection> @@ -191,6 +213,9 @@ <update> Refactor the manager servlet to make calls to the deployer more robust. (remm) </update> + <fix> + Use the more robust String.valueOf in the form edit action of the connector. (remm) + </fix> </changelog> </subsection> </section>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]