hgomez 2004/02/27 00:34:34 Modified: jk/native2 CHANGES.txt Log: Update changelog Revision Changes Path 1.15 +13 -5 jakarta-tomcat-connectors/jk/native2/CHANGES.txt Index: CHANGES.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/CHANGES.txt,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- CHANGES.txt 24 Feb 2004 08:44:42 -0000 1.14 +++ CHANGES.txt 27 Feb 2004 08:34:34 -0000 1.15 @@ -11,13 +11,21 @@ You could set connectTimeout, replyTimeout and prepostTimeout for such purpose in ajp properties. [Henri Gomez] * Add hasinput method for channel, which will check if datas are - available on input channel (TC->WEBSERVER). + available on input channel (TC->WEBSERVER). [Henri Gomez] * Make use apr_port_t instead of short to fix problem to have port higher than 32K. * Make default port configurable (9009 on Netware, 8009 elsewhere) - * Fix problem when in Load-Balancing and POST [Henri Gomez]. - * Add recovery strategy in LB mode, via noRecoveryIfRequestSent and noRecoveryIfHeaderSent options [Henri Gomez]. - + * Fix problem when in Load-Balancing and POST + [Henri Gomez]. + * Add recovery strategy in LB mode, via noRecoveryIfRequestSent and noRecoveryIfHeaderSent options + [Henri Gomez]. + * Add a noErrorHeader parameter for lb worker, by default set to 1, to prevent jk2 to touch the Headers when an + error is detected (which broke Apache 2, mod_alias and ErrorDocument) + [Henri Gomez]. + * Forward correctly the content-type and as such fix problems with Apache 2 and mod_deflate for example + [Henri Gomez]. + + Changes with JK2 2.0.3: * jk2 set correctly the content-type in Apache 2.0, making it ready to works with mod_deflate and AddOutputFilterByType
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]