hgomez 2004/07/14 07:49:40 Modified: jk/native CHANGES.txt Log: Comments no-jk and iSeries fix Revision Changes Path 1.21 +8 -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.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- CHANGES.txt 24 Feb 2004 08:45:51 -0000 1.20 +++ CHANGES.txt 14 Jul 2004 14:49:40 -0000 1.21 @@ -6,7 +6,13 @@ * Add CPING/CPONG support to avoid problems with hang tomcats [hgomez] * Make POST recovery in LB configurable [hgomez] * Update to Apache License 2.0 [hgomez] - + * For Apache 2.0, when the env var no-jk is present, mod_jk didn't handle request (declined) + and as such dont forward requests to tomcats even if URL match. + To be used with SetEnvIf or BrowserMatch directives for example to exclude some URL/URI or + Browser [hgomez]. + * Add a fix for iSeries (AS/400) which use XOPEN/Unix98 APIs and need sa_len to be set when + calling connect(), it will resolve the error EINVAL in jk_connect [hgomez]. + Changes with JK 1.2.5 * Fix a thread safe bug when mapping URI's. [billbarker]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]