hgomez 2002/11/25 07:29:38 Modified: jk/native2 CHANGES.txt jk/native CHANGES.txt Log: Add information about #14282 fix with costin patch Revision Changes Path 1.5 +4 -4 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.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- CHANGES.txt 22 Nov 2002 16:32:48 -0000 1.4 +++ CHANGES.txt 25 Nov 2002 15:29:38 -0000 1.5 @@ -4,7 +4,7 @@ Changes with JK2 2.0.2: * Fix the bug 14293. Thanks to Martin Kraemer for his help. [Jean-Frederic Clere] - * Don't send initial chunk for chunked encoding + * Don't send initial chunk for chunked encoding, fix #14282 [Costin Manolache] * Fix the POST data on JNI [Mladen Turk] @@ -19,8 +19,8 @@ [Mladen Turk] * Allow the lb:name scheme inside the [channel.xxx] [Mladen Turk] - * Duplicate all global directives on each vhost that has inheritGlobals set. - Directives are created using createBean only if not found. + * Duplicate all global directives on each vhost that has inheritGlobals set. + Directives are created using createBean only if not found. Beside directives, the webapps are duplicated to. [Mladen Turk] 1.4 +2 -2 jakarta-tomcat-connectors/jk/native/CHANGES.txt Index: CHANGES.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/CHANGES.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- CHANGES.txt 25 Nov 2002 10:53:45 -0000 1.3 +++ CHANGES.txt 25 Nov 2002 15:29:38 -0000 1.4 @@ -2,7 +2,7 @@ Last modified at [$Date$] Changes with JK 1.2.1: - * Don't send initial chunk for chunked encoding + * Don't send initial chunk for chunked encoding, fix #14282 [costin] * Add perl scripts for analyzing mod_jk logs and generating graphs/reports [glenn]
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>