This is the Changelog for Apache Tomcat Connectors. This changelog does not contain all updates and fixes to the Tomcat connectors (yet). It should contain fixes made only after November 10th 2004, when the new documentation project for JK was started.
Changelog
Preface
Changes between 1.2.48 and 1.2.49
Apache
 Retrieve default request id from mod_unique_id.
        It can also be taken from an arbitrary environment
        variable by configuring "JkRequestIdIndicator". (rjung) Retrieve default request id from mod_unique_id.
        It can also be taken from an arbitrary environment
        variable by configuring "JkRequestIdIndicator". (rjung)
 65901: Don't delegate the generatation of the response
        body to httpd when the status code represents an error if the request used
        the HEAD method. (markt) 65901: Don't delegate the generatation of the response
        body to httpd when the status code represents an error if the request used
        the HEAD method. (markt)
 66005: Only export the main module symbol. Visibility
        of module internal symbols led to crashes when conflicting with library
        symbols. Based on a patch provided by Josef Čejka. (rjung) 66005: Only export the main module symbol. Visibility
        of module internal symbols led to crashes when conflicting with library
        symbols. Based on a patch provided by Josef Čejka. (rjung)
 Remove support for implicit mapping of requests to workers. All mappings
        must now be explicit. (rjung) Remove support for implicit mapping of requests to workers. All mappings
        must now be explicit. (rjung)
IIS
 Set default request id as a GUID.
        It can also be taken from an arbitrary request
        header by configuring "request_id_header". (rjung) Set default request id as a GUID.
        It can also be taken from an arbitrary request
        header by configuring "request_id_header". (rjung)
 Fix non-empty check for the Translate header. (rjung) Fix non-empty check for the Translate header. (rjung)
Common
 Fix compiler warning when initializing and copying fixed length
        strings. (rjung) Fix compiler warning when initializing and copying fixed length
        strings. (rjung)
 Add a request id to mod_jk log lines. (rjung) Add a request id to mod_jk log lines. (rjung)
 64878: Enable configure to find the correct sizes for
        pid_t and pthread_t when building on MacOS. (markt) 64878: Enable configure to find the correct sizes for
        pid_t and pthread_t when building on MacOS. (markt)
 Fix Clang 15/16 compatability. Pull request #6 provided by
        Sam James. (markt) Fix Clang 15/16 compatability. Pull request #6 provided by
        Sam James. (markt)
 Improve XSS hardening in status worker. (rjung) Improve XSS hardening in status worker. (rjung)
 Add additional bounds and error checking when reading AJP messages.
        (schultz/markt) Add additional bounds and error checking when reading AJP messages.
        (schultz/markt)
Docs
 Remove support for the Netscape / Sun ONE / Oracle iPlanet Web Server as
        the product has been retired. (markt) Remove support for the Netscape / Sun ONE / Oracle iPlanet Web Server as
        the product has been retired. (markt)
 Remove links to the old JK2 documentation. The JK2 documentation is still
        available, it is just no longer linked from the current JK documentation.
        (markt) Remove links to the old JK2 documentation. The JK2 documentation is still
        available, it is just no longer linked from the current JK documentation.
        (markt)
 Restructure subsections in changelog starting with version 1.2.45.
        (rjung) Restructure subsections in changelog starting with version 1.2.45.
        (rjung)
Changes between 1.2.47 and 1.2.48
IIS
 Update the installation how-to to remove windows versions that are no
        longer supported and to add Windows Server 2019. (markt) Update the installation how-to to remove windows versions that are no
        longer supported and to add Windows Server 2019. (markt)
Changes between 1.2.46 and 1.2.47
Apache
 Extend trace level logging of method entry/exit to aid debugging
        of request mapping issues. (markt) Extend trace level logging of method entry/exit to aid debugging
        of request mapping issues. (markt)
 Fix a bug in the normalization checks that prevented file based
        requests, such as SSI file includes, from being processed. (markt) Fix a bug in the normalization checks that prevented file based
        requests, such as SSI file includes, from being processed. (markt)
 63214: When using 63214: When using- JkAutoAlias, ensure that files that include spaces in their name are accessible. (markt)
Common
 Update the documentation to reflect that the source code for the
        Apache Tomcat Connectors has moved from Subversion to Git. (markt) Update the documentation to reflect that the source code for the
        Apache Tomcat Connectors has moved from Subversion to Git. (markt)
 64051: When using 64051: When using- set_session_cookie, ensure that an updated session cookie is issued if the load-balancer has to failover to a different worker. (markt)
 Update config.guess and config.sub from
        https://git.savannah.gnu.org/git/config.git.
        (markt) Update config.guess and config.sub from
        https://git.savannah.gnu.org/git/config.git.
        (markt)
 Update release script for migration to git. (rjung) Update release script for migration to git. (rjung)
Changes between 1.2.45 and 1.2.46
Apache
 62751: Fix regression in 1.2.44 which resulted in
        socket_connect_timeout to be interpreted in units of seconds
        instead of milliseconds on platforms that provide poll(). (rjung) 62751: Fix regression in 1.2.44 which resulted in
        socket_connect_timeout to be interpreted in units of seconds
        instead of milliseconds on platforms that provide poll(). (rjung)
Changes between 1.2.44 and 1.2.45
Apache
 Update the documentation to note additional limitations of the
        JkAutoAlias directive. (markt) Update the documentation to note additional limitations of the
        JkAutoAlias directive. (markt)
 Improve path parameter handling so that Improve path parameter handling so that- JkStripSessioncan remove session IDs that are specified on path parameters in any segment of the URI rather than only the final segment. (markt)
IIS
 Improve path parameter handling so that Improve path parameter handling so that- strip_sessioncan remove session IDs that are specified on path parameters in any segment of the URI rather than only the final segment. (markt)
Common
 62689: Correct regression in 1.2.44 that broke request
        handling for 62689: Correct regression in 1.2.44 that broke request
        handling for- OPTIONS *requests. (rjung)
 Optimize path parameter handling. (rjung) Optimize path parameter handling. (rjung)
 Improve path parameter parsing so that the session ID specified by the Improve path parameter parsing so that the session ID specified by the- session_pathworker property for load-balanced workers can be extracted from a path parameter in any segment of the URI, rather than only from the final segment. (markt)
Changes between 1.2.43 and 1.2.44
Native
 Remove the Novell Netware make files and Netware specific source code
        since there has not been a supported version of Netware available for
        over five years. (markt) Remove the Novell Netware make files and Netware specific source code
        since there has not been a supported version of Netware available for
        over five years. (markt)
 57946: Apache: Update the documentation to use httpd 2.4.x
        style access control directives. (markt) 57946: Apache: Update the documentation to use httpd 2.4.x
        style access control directives. (markt)
 58287: Common: Use Local, rather than Global, mutexs on
        Windows to better support multi-user environments. (markt) 58287: Common: Use Local, rather than Global, mutexs on
        Windows to better support multi-user environments. (markt)
 59897: Apache: Use poll rather than select to avoid the
        limitations of select triggering an httpd crash. Patch provided by Koen
        Wilde. (markt) 59897: Apache: Use poll rather than select to avoid the
        limitations of select triggering an httpd crash. Patch provided by Koen
        Wilde. (markt)
 60745: ISAPI: Remove the check that rejects requests that
        contain path segments that match WEB-INF or META-INF as it duplicates
        a check that Tomcat performs and, because ISAPI does not have visibility
        of the current context path, it is impossible to implement this check
        without valid requests being rejected. (markt) 60745: ISAPI: Remove the check that rejects requests that
        contain path segments that match WEB-INF or META-INF as it duplicates
        a check that Tomcat performs and, because ISAPI does not have visibility
        of the current context path, it is impossible to implement this check
        without valid requests being rejected. (markt)
 Clarify the behvaiour of lb workers when all ajp13 workers fail with
        particular reference to the role of the retries attribute. (markt) Clarify the behvaiour of lb workers when all ajp13 workers fail with
        particular reference to the role of the retries attribute. (markt)
 62408: Add the new load-balancer worker property lb_retries
        to improve the control over the number of retries. Based on a patch
        provided by Frederik Nosi. (markt) 62408: Add the new load-balancer worker property lb_retries
        to improve the control over the number of retries. Based on a patch
        provided by Frederik Nosi. (markt)
 Refactor normalisation of request URIs to a common location and align
        the normalisation implementation for mod_jk with that implemented by
        Tomcat. (markt) Refactor normalisation of request URIs to a common location and align
        the normalisation implementation for mod_jk with that implemented by
        Tomcat. (markt)
 Add a note to the documentation that the CollapseSlashes options are
        now effectively hard-coded to CollpaseSlashesAll due to the changes
        made to align normalization with that implemented in Tomcat. (markt) Add a note to the documentation that the CollapseSlashes options are
        now effectively hard-coded to CollpaseSlashesAll due to the changes
        made to align normalization with that implemented in Tomcat. (markt)
 Update PCRE bundled with the ISAPI redirector to 8.42. (rjung) Update PCRE bundled with the ISAPI redirector to 8.42. (rjung)
 Update config.guess and config.sub from
        https://git.savannah.gnu.org/git/config.git.
        (rjung) Update config.guess and config.sub from
        https://git.savannah.gnu.org/git/config.git.
        (rjung)
Changes between 1.2.42 and 1.2.43
Native
 61733: LB: Propagate load factor changes applied by the status worker
        to a load balancer sub worker correctly to all processes.
        Based on a patch provided by Jonathan Oddy. (rjung) 61733: LB: Propagate load factor changes applied by the status worker
        to a load balancer sub worker correctly to all processes.
        Based on a patch provided by Jonathan Oddy. (rjung)
 ISAPI: Align the make files for 32-bit and 64-bit builds. (markt) ISAPI: Align the make files for 32-bit and 64-bit builds. (markt)
 Update config.guess and config.sub from
        http://git.savannah.gnu.org/cgit/config.git.
        (rjung) Update config.guess and config.sub from
        http://git.savannah.gnu.org/cgit/config.git.
        (rjung)
 Update PCRE bundled with the ISAPI redirector to 8.41. (rjung) Update PCRE bundled with the ISAPI redirector to 8.41. (rjung)
 Update the ISAPI redirector installation documentation to reflect the
        currently supported versions of Windows. (markt) Update the ISAPI redirector installation documentation to reflect the
        currently supported versions of Windows. (markt)
 Align the normalization performed by the ISAPI redirector with that
        implemented by Tomcat. (markt) Align the normalization performed by the ISAPI redirector with that
        implemented by Tomcat. (markt)
Changes between 1.2.41 and 1.2.42
Native
 Status: Fix displayed number of bytes read from and written
        to the backend when an AJP worker is used without a load
        balancer worker. (rjung) Status: Fix displayed number of bytes read from and written
        to the backend when an AJP worker is used without a load
        balancer worker. (rjung)
 Apache: Don't try to read remaining request body parts during
        clean up if reading the request body from the client already
        failed during earlier processing phases. (rjung) Apache: Don't try to read remaining request body parts during
        clean up if reading the request body from the client already
        failed during earlier processing phases. (rjung)
 57485: Apache: Propagate errors reading the request body from
        the client to mod_jk so Tomcat sees an error rather than a truncated
        body. (markt) 57485: Apache: Propagate errors reading the request body from
        the client to mod_jk so Tomcat sees an error rather than a truncated
        body. (markt)
 57836: ISAPI: Empty REMOTE_USER should not be
        translated to "". (rjung) 57836: ISAPI: Empty REMOTE_USER should not be
        translated to "". (rjung)
 58249: Add a note the the documentation that max_packet_size
        will be aligned to the next multiple of 1024 if a value is specified
        that is not a multiple of 1024. (markt) 58249: Add a note the the documentation that max_packet_size
        will be aligned to the next multiple of 1024 if a value is specified
        that is not a multiple of 1024. (markt)
 58309: ISAPI: Update bundled pcre from version 5.0
        to 8.38. (rjung) 58309: ISAPI: Update bundled pcre from version 5.0
        to 8.38. (rjung)
 58286: Fix crash in mod_jk and in the ISAPI Redirector.
        The crash only happens on Windows when retrieving the jk-status
        for the HTML format (which is the default format). This regression
        was introduced by the fix to 54177. (rjung) 58286: Fix crash in mod_jk and in the ISAPI Redirector.
        The crash only happens on Windows when retrieving the jk-status
        for the HTML format (which is the default format). This regression
        was introduced by the fix to 54177. (rjung)
 58285: Don't use GCC atomics on platforms, for which
        GCC doesn't provide an atomics implementation. This regression
        was introduced by the fix to 44454 and 56703.
        (rjung) 58285: Don't use GCC atomics on platforms, for which
        GCC doesn't provide an atomics implementation. This regression
        was introduced by the fix to 44454 and 56703.
        (rjung)
 58425: Fix regression in 1.2.41 that prevented  AJP 1.2
        workers from initialising. Note that the AJP 1.2 protocol is deprecated.
        Patch provided by yagisita. (markt) 58425: Fix regression in 1.2.41 that prevented  AJP 1.2
        workers from initialising. Note that the AJP 1.2 protocol is deprecated.
        Patch provided by yagisita. (markt)
 58504: If a background thread is used to perform worker
        maintenance, ensure that maintenance runs are not skipped. Patch
        provided by Hiroto Shimizu. (markt) 58504: If a background thread is used to perform worker
        maintenance, ensure that maintenance runs are not skipped. Patch
        provided by Hiroto Shimizu. (markt)
 58608: ISAPI: Add a new registry option "flush_packets"
        that allows the flushing behaviour of IIS7+ to be controlled. The
        default is not to flush. Setting the option to "true" with cause IIS to
        write data to the client as each AJP packet is received. (markt) 58608: ISAPI: Add a new registry option "flush_packets"
        that allows the flushing behaviour of IIS7+ to be controlled. The
        default is not to flush. Setting the option to "true" with cause IIS to
        write data to the client as each AJP packet is received. (markt)
 58813: ISAPI: Correctly release a mutex allowing the plugin
        to complete initialization. Prior to this fix, the incomplete
        initialization was causing a hang on shutdown. Patch provided by Matthew
        Reiter. (markt) 58813: ISAPI: Correctly release a mutex allowing the plugin
        to complete initialization. Prior to this fix, the incomplete
        initialization was causing a hang on shutdown. Patch provided by Matthew
        Reiter. (markt)
 58895: Correct an off-by-one error in the log messages for
        the number of attempts made to communicate with the backend server.
        Patch provided by Hiroto Shimizu. (markt) 58895: Correct an off-by-one error in the log messages for
        the number of attempts made to communicate with the backend server.
        Patch provided by Hiroto Shimizu. (markt)
 59164: Fix crash on first connection if a host name is
        specified for the worker that cannot be resolved to an IP address.
        (markt) 59164: Fix crash on first connection if a host name is
        specified for the worker that cannot be resolved to an IP address.
        (markt)
 59184: HTTPD: Avoid segmentation fault if mod_jk is
        configured with an invalid value for JkShmFile. This causes the server
        startup to fail. (markt) 59184: HTTPD: Avoid segmentation fault if mod_jk is
        configured with an invalid value for JkShmFile. This causes the server
        startup to fail. (markt)
 Minor code clean-up and optimization. (markt) Minor code clean-up and optimization. (markt)
Changes between 1.2.40 and 1.2.41
Native
 AJP, LB: Reduce lock contention during maintenance function.
        This was observable when using a big number of AJP13 and LB
        workers, especially in combination with the Apache httpd prefork
        MPM. (rjung) AJP, LB: Reduce lock contention during maintenance function.
        This was observable when using a big number of AJP13 and LB
        workers, especially in combination with the Apache httpd prefork
        MPM. (rjung)
 57060: Allow building from outside of source tree.
        Patch contributed by Petr Sumbera. (rjung) 57060: Allow building from outside of source tree.
        Patch contributed by Petr Sumbera. (rjung)
 56703: Status: Fix inflated counter for current number
        of backend connections especially when a connection timeout occurred
        on the backend. (rjung) 56703: Status: Fix inflated counter for current number
        of backend connections especially when a connection timeout occurred
        on the backend. (rjung)
 56661: Fix Servlet API getLocalAddr().
        Works for Tomcat 6.0.42, 7.0.55 and 8.0.11 and Apache and ISAPI
        plugins. (rjung) 56661: Fix Servlet API getLocalAddr().
        Works for Tomcat 6.0.42, 7.0.55 and 8.0.11 and Apache and ISAPI
        plugins. (rjung)
 Status: Log old and new values when changing worker attributes.
        (rjung) Status: Log old and new values when changing worker attributes.
        (rjung)
 56667: Status: Fix log message when changing activation
        state of all members. (rjung) 56667: Status: Fix log message when changing activation
        state of all members. (rjung)
 56565: Fix IPV6 address resolve on non-dual
          network stacks. (mturk) 56565: Fix IPV6 address resolve on non-dual
          network stacks. (mturk)
 50511: Reduce log level for "OPTIONS *" requests
        from warning to debug. (rjung) 50511: Reduce log level for "OPTIONS *" requests
        from warning to debug. (rjung)
 Apache: Copy log notes instead of using references to prevent access
        to memory from closed pool. (rjung) Apache: Copy log notes instead of using references to prevent access
        to memory from closed pool. (rjung)
 Add option to control handling of multiple adjacent slashes in
        mount and unmount. New default is collapsing the slashes only in
        unmount. Configuration is done via new JkOption for Apache
        ("CollapseSlashesAll", "CollapseSlashesNone" or
        "CollapseSlashesUnmount") and via property "collapse_slashes" for IIS
        (values "all", "none", "unmount"). This is the fix for CVE-2014-8111.
        (rjung) Add option to control handling of multiple adjacent slashes in
        mount and unmount. New default is collapsing the slashes only in
        unmount. Configuration is done via new JkOption for Apache
        ("CollapseSlashesAll", "CollapseSlashesNone" or
        "CollapseSlashesUnmount") and via property "collapse_slashes" for IIS
        (values "all", "none", "unmount"). This is the fix for CVE-2014-8111.
        (rjung)
 Add more checks for shared memory allocation. (rjung) Add more checks for shared memory allocation. (rjung)
 56869: Status: Add maximum number of open backend connections
        to status worker. Patch contributed by Martin Knoblauch. (rjung) 56869: Status: Add maximum number of open backend connections
        to status worker. Patch contributed by Martin Knoblauch. (rjung)
 56770: AJP: Add worker name to all log messages.
        Patch contributed by Martin Knoblauch. (rjung) 56770: AJP: Add worker name to all log messages.
        Patch contributed by Martin Knoblauch. (rjung)
 50186: Docs: Clarify relation between
        "connection_pool_timeout" and "keepAliveTimeout" or "connectionTimeout"
        in the Tomcat AJP connector configuration. (rjung) 50186: Docs: Clarify relation between
        "connection_pool_timeout" and "keepAliveTimeout" or "connectionTimeout"
        in the Tomcat AJP connector configuration. (rjung)
 52334: LB: Calculate worker recovery time based on last
        recovery attempt time instead of original error time after the first
        recovery attempt. (rjung) 52334: LB: Calculate worker recovery time based on last
        recovery attempt time instead of original error time after the first
        recovery attempt. (rjung)
 54596 part 1: IIS: Fix missing last character when parsing
        relative file names with no ".." directory components from
        configuration. (rjung) 54596 part 1: IIS: Fix missing last character when parsing
        relative file names with no ".." directory components from
        configuration. (rjung)
 54596 part 2: IIS: Fix using relative file names in config
        with ".." path segments that go up the directory hierarchy higher
        than the starting point of the relative file name. (rjung) 54596 part 2: IIS: Fix using relative file names in config
        with ".." path segments that go up the directory hierarchy higher
        than the starting point of the relative file name. (rjung)
 Status: Add logging if status worker output was dropped due to
        insufficient buffer size. (rjung) Status: Add logging if status worker output was dropped due to
        insufficient buffer size. (rjung)
 Reduce log buffer from 8KB to 1KB. Add logging in case of failed
        logging and add trailing "..." to lines which were likely truncated.
        (rjung) Reduce log buffer from 8KB to 1KB. Add logging in case of failed
        logging and add trailing "..." to lines which were likely truncated.
        (rjung)
 Replace fixed allocation of 32 entries for fail_on_status by
        dynamic allocation. (rjung) Replace fixed allocation of 32 entries for fail_on_status by
        dynamic allocation. (rjung)
 Enforce implementation restriction on maximal length "60" of worker
        attributes "name", "host", "route", "domain", "redirect",
        "session_cookie", "session_path" and "set_session_cookie". Checks were
        added to configuration file processing and configuration
        updates via the status worker. (rjung) Enforce implementation restriction on maximal length "60" of worker
        attributes "name", "host", "route", "domain", "redirect",
        "session_cookie", "session_path" and "set_session_cookie". Checks were
        added to configuration file processing and configuration
        updates via the status worker. (rjung)
 52483: Apache: Add debug logging for result
        of JkOptions configuration processing. (rjung) 52483: Apache: Add debug logging for result
        of JkOptions configuration processing. (rjung)
 54177: Status: Use numeric time stamps instead of
        textual ones to avoid non-well-formed XML output. Textual
        timestamps are formatted according to locale settings and
        reencoding them to UTF-8 would be cumbersome. (rjung) 54177: Status: Use numeric time stamps instead of
        textual ones to avoid non-well-formed XML output. Textual
        timestamps are formatted according to locale settings and
        reencoding them to UTF-8 would be cumbersome. (rjung)
 56618: Status: Use percent decoding when reading
        query string parameters. For example this fixes editing IPv6
        addresses via the status worker if the client encodes
        ":" as "%3A". Patch contributed by Christopher Schultz. (rjung) 56618: Status: Use percent decoding when reading
        query string parameters. For example this fixes editing IPv6
        addresses via the status worker if the client encodes
        ":" as "%3A". Patch contributed by Christopher Schultz. (rjung)
 56452: Fix crash in debug logging for IPv6 adresses.
        Patch contributed by Christopher Schultz. (rjung) 56452: Fix crash in debug logging for IPv6 adresses.
        Patch contributed by Christopher Schultz. (rjung)
 34526: Apache: Improve compatibility with mod_deflate
        request body inflation. An automatic detection of mod_deflate
        inflation is not implemented. Use the new Apache environment variable
        JK_IGNORE_CL instead, to let mod_jk ignore an existing Content-Length
        request header. (rjung) 34526: Apache: Improve compatibility with mod_deflate
        request body inflation. An automatic detection of mod_deflate
        inflation is not implemented. Use the new Apache environment variable
        JK_IGNORE_CL instead, to let mod_jk ignore an existing Content-Length
        request header. (rjung)
 44454: LB: Add warning to docs about problems with
        "busyness" load balancing method. (rjung) 44454: LB: Add warning to docs about problems with
        "busyness" load balancing method. (rjung)
 44454: Improve busy counter by using atomics. (rjung) 44454: Improve busy counter by using atomics. (rjung)
 56703: Status: Improve connected counter. Use atomics
        and for mod_jk (Apache) currectly count down connections closed
        by child processes that are stopped. (rjung) 56703: Status: Improve connected counter. Use atomics
        and for mod_jk (Apache) currectly count down connections closed
        by child processes that are stopped. (rjung)
 44571: Ensure that we return with status 503 if we
        can not get and endpoint for a worker. (rjung) 44571: Ensure that we return with status 503 if we
        can not get and endpoint for a worker. (rjung)
 Apache: Improve log handling during graceful or normal restart.
        (rjung) Apache: Improve log handling during graceful or normal restart.
        (rjung)
 Don't update last access time of worker connections during optional
        checking of idle connections using CPing. Updating the time stamp
        breaks closing idle connections. (rjung) Don't update last access time of worker connections during optional
        checking of idle connections using CPing. Updating the time stamp
        breaks closing idle connections. (rjung)
 Adjust linger parameters used during connection shutdown. (rjung) Adjust linger parameters used during connection shutdown. (rjung)
 Fix annoying redefine warnings for the autoconf PACKAGE defines
        during configure based builds. (rjung) Fix annoying redefine warnings for the autoconf PACKAGE defines
        during configure based builds. (rjung)
 Status: Use multi-line table headers and fix invalid xml output.
        (rjung) Status: Use multi-line table headers and fix invalid xml output.
        (rjung)
 44571: Implement an optional limit on concurrent requests
        allowed for a worker (attribute "busy_limit"). Original patch
        contributed by zealot0630 at gmail dot com. (rjung) 44571: Implement an optional limit on concurrent requests
        allowed for a worker (attribute "busy_limit"). Original patch
        contributed by zealot0630 at gmail dot com. (rjung)
 Correct log message "all endpoints are disconnected" to
        "no usable connection found, will create a new one". Tone done
        from info log level to debug for the common case. (rjung) Correct log message "all endpoints are disconnected" to
        "no usable connection found, will create a new one". Tone done
        from info log level to debug for the common case. (rjung)
 57536: AJP: Allow to configure connection source address.
        This should only be used on multi-homed hosts. The feature is
        experimental. (rjung) 57536: AJP: Allow to configure connection source address.
        This should only be used on multi-homed hosts. The feature is
        experimental. (rjung)
 57540: AJP: Forward name of SSL protocol used for handling
        the request (SSLv3, TLSv1, TLSv1.1, TLSv1.2). (rjung) 57540: AJP: Forward name of SSL protocol used for handling
        the request (SSLv3, TLSv1, TLSv1.1, TLSv1.2). (rjung)
Changes between 1.2.39 and 1.2.40
Native
 Fix forwarding of chunked requests, which is broken in version 1.2.39.
        (rjung) Fix forwarding of chunked requests, which is broken in version 1.2.39.
        (rjung)
 56352: Fix regression in memory release. (mturk) 56352: Fix regression in memory release. (mturk)
 Fix status worker display of worker IP address after name or port
        was changed. (rjung) Fix status worker display of worker IP address after name or port
        was changed. (rjung)
 56297: Improve key hash function. Copied from APR. (rjung) 56297: Improve key hash function. Copied from APR. (rjung)
 55683: Remove quotes from quoted session cookies. (rjung) 55683: Remove quotes from quoted session cookies. (rjung)
 53542: ISAPI: Fix grammar in 503 error page. (rjung) 53542: ISAPI: Fix grammar in 503 error page. (rjung)
 55696: Crash on Mac OS X 10.9 during config parsing.
        (rjung) 55696: Crash on Mac OS X 10.9 during config parsing.
        (rjung)
Changes between 1.2.37 and 1.2.39
Native
 Deprecate nt_service from Apache Tomcat Connectors. (mturk) Deprecate nt_service from Apache Tomcat Connectors. (mturk)
 56133: Fix possible crash when a request fails during
        request body transfer to the back end and reply_timeout was set.
        Patch contributed by Hiroto Shimizu. (rjung) 56133: Fix possible crash when a request fails during
        request body transfer to the back end and reply_timeout was set.
        Patch contributed by Hiroto Shimizu. (rjung)
 Fix status worker not updating parameters for all members. (mturk) Fix status worker not updating parameters for all members. (mturk)
 55853: HTTPD: Use the correct API for setting Content-Length.
        Patch contributed by areese yahoo-inc.com. (rjung) 55853: HTTPD: Use the correct API for setting Content-Length.
        Patch contributed by areese yahoo-inc.com. (rjung)
 Add IPV6 support for connection to webserver.
        New directive prefer_ipv6 has been added to control the hostname resolution
        and preserve backward compatibility. (mturk) Add IPV6 support for connection to webserver.
        New directive prefer_ipv6 has been added to control the hostname resolution
        and preserve backward compatibility. (mturk)
 Add --disable-sock-cloexec to configure to disable use of SOCK_CLOEXEC
        (using FD_CLOEXEC + fnctl instead) so built modules will work with
        Linux kernels prior to 2.6.27. (timw) Add --disable-sock-cloexec to configure to disable use of SOCK_CLOEXEC
        (using FD_CLOEXEC + fnctl instead) so built modules will work with
        Linux kernels prior to 2.6.27. (timw)
 Clean up config file parsing. Worker names are now restricted to
        60 bytes. (rjung) Clean up config file parsing. Worker names are now restricted to
        60 bytes. (rjung)
 Allow to set a stickyness cookie in case a web framework breaks
        Tomcat's adding of the routing ID to the end of the JSESSIONID
        cookie. (rjung) Allow to set a stickyness cookie in case a web framework breaks
        Tomcat's adding of the routing ID to the end of the JSESSIONID
        cookie. (rjung)
 Use max_packet_size also for request body forwarding. (rjung) Use max_packet_size also for request body forwarding. (rjung)
 Apache 2.4: By default forward logical client address as provided by
        mod_remoteip. When setting JkOptions ForwardPhysicalAddress mod_jk
        will instead forward the physical peer address. (rjung) Apache 2.4: By default forward logical client address as provided by
        mod_remoteip. When setting JkOptions ForwardPhysicalAddress mod_jk
        will instead forward the physical peer address. (rjung)
 Minor documentation improvements. (rjung) Minor documentation improvements. (rjung)
Changes between 1.2.36 and 1.2.37
Native
 Fix regression which can crash webserver in case worker is
        defined both as member of load balancer and as standalone worker. (mturk) Fix regression which can crash webserver in case worker is
        defined both as member of load balancer and as standalone worker. (mturk)
 Fix core if debug log level is specified and there is no
        session identifier present. (mturk) Fix core if debug log level is specified and there is no
        session identifier present. (mturk)
Changes between 1.2.35 and 1.2.36
Native
 Use named shared memory objects so that we preserve runtime configured
        data instead of resetting on each child creation. (mturk) Use named shared memory objects so that we preserve runtime configured
        data instead of resetting on each child creation. (mturk)
 Fix dead-lock caused by not releasing mutex on close. (mturk) Fix dead-lock caused by not releasing mutex on close. (mturk)
 Fix compilation of mod_jk for HTTPD 1.3. (rjung) Fix compilation of mod_jk for HTTPD 1.3. (rjung)
 46893: HTTPD 1.3: Apply fix to HTTPD 1.3.
        It was fixed for HTTPD 2.x already in version 1.2.30. (rjung) 46893: HTTPD 1.3: Apply fix to HTTPD 1.3.
        It was fixed for HTTPD 2.x already in version 1.2.30. (rjung)
 HTTPD 1.3: Allow to set path parameter used when doing JkStripSession.
        This was available for HTTPD 2.x already since mod_jk 1.2.27. (rjung) HTTPD 1.3: Allow to set path parameter used when doing JkStripSession.
        This was available for HTTPD 2.x already since mod_jk 1.2.27. (rjung)
Changes between 1.2.33 and 1.2.35
Changes between 1.2.32 and 1.2.33
Native
 52793: AJP: Fix default value of forwarded worker
        activation state. Contributed by Yoshihito Fukuyama. (rjung) 52793: AJP: Fix default value of forwarded worker
        activation state. Contributed by Yoshihito Fukuyama. (rjung)
 HTTPD: Improve support for HTTPD 2.4 by using client_* instead
        of remote_* variables. (rjung) HTTPD: Improve support for HTTPD 2.4 by using client_* instead
        of remote_* variables. (rjung)
 52564: Fix building with format checking gcc security
        hardening cflags. Contributed by Tony Mancill. (rjung) 52564: Fix building with format checking gcc security
        hardening cflags. Contributed by Tony Mancill. (rjung)
 52567: Balancer member in recovery state can switch
        back into error state if it is idle. (rjung) 52567: Balancer member in recovery state can switch
        back into error state if it is idle. (rjung)
 Log error if unable to load URI workermap file, and improve logging
        of unreadable worker files on IIS. (timw) Log error if unable to load URI workermap file, and improve logging
        of unreadable worker files on IIS. (timw)
 Remove deprecated JNI worker and build dependency on Java SDK. (mturk) Remove deprecated JNI worker and build dependency on Java SDK. (mturk)
 51253: Forward WWW-Authenticate header when using
        server generated error pages (rjung, mturk). 51253: Forward WWW-Authenticate header when using
        server generated error pages (rjung, mturk).
 46406: IIS: Support relative paths in configuration.
        The paths are presumed to be relative from isapi_redirect.dll. (mturk) 46406: IIS: Support relative paths in configuration.
        The paths are presumed to be relative from isapi_redirect.dll. (mturk)
 50233: Do not use hard limit on uri size (mturk). 50233: Do not use hard limit on uri size (mturk).
 IIS: Use Windows Server 2003 SP1, Windows XP SP2 as minimal
        version supported. (mturk) IIS: Use Windows Server 2003 SP1, Windows XP SP2 as minimal
        version supported. (mturk)
 47038: Fix compiler warning when using --enable-flock
         for configure. (rjung) 47038: Fix compiler warning when using --enable-flock
         for configure. (rjung)
 51326: URI Map: Add "session_cookie" and "session_path"
        rule extensions. Contributed by Eiji Takahashi. (rjung) 51326: URI Map: Add "session_cookie" and "session_path"
        rule extensions. Contributed by Eiji Takahashi. (rjung)
 51333: IIS: Document configuration
        requirement for 64 Bit environment. (rjung) 51333: IIS: Document configuration
        requirement for 64 Bit environment. (rjung)
 51743: HTTPD: Support rule extensions when defining
        the request worker with an environment variable
        (e.g. JK_WORKER_NAME). (rjung) 51743: HTTPD: Support rule extensions when defining
        the request worker with an environment variable
        (e.g. JK_WORKER_NAME). (rjung)
 51769: IIS: Allow URIs which contain "META-INF" or
        "WEB-INF" as long as they are not path components of the URI. (rjung) 51769: IIS: Allow URIs which contain "META-INF" or
        "WEB-INF" as long as they are not path components of the URI. (rjung)
 52056: HTTPD: JK request log does not always log
        correct response status. Fixed by refactoring JK request
        log to use the standard request log hook. (rjung) 52056: HTTPD: JK request log does not always log
        correct response status. Fixed by refactoring JK request
        log to use the standard request log hook. (rjung)
 HTTPD: Allow to choose a sticky worker using the environment
        variable JK_ROUTE. This can be used if sessions and routes
        are send with the request in a non-standard way. (rjung) HTTPD: Allow to choose a sticky worker using the environment
        variable JK_ROUTE. This can be used if sessions and routes
        are send with the request in a non-standard way. (rjung)
 URI Map: Add "sticky_ignore" extension attributes to uri worker map.
        It allows to disable stickyness for individual mounts. (rjung) URI Map: Add "sticky_ignore" extension attributes to uri worker map.
        It allows to disable stickyness for individual mounts. (rjung)
 HTTPD: Allow dynamic disabling of stickyness using the environment
        variable JK_STICKY_IGNORE. This can be useful to break cookie stickyness
        for non-sticky requests like login forms. (rjung) HTTPD: Allow dynamic disabling of stickyness using the environment
        variable JK_STICKY_IGNORE. This can be useful to break cookie stickyness
        for non-sticky requests like login forms. (rjung)
 LB: New balancing method "Next" to distribute sessions in a round-robin
        way. (rjung) LB: New balancing method "Next" to distribute sessions in a round-robin
        way. (rjung)
 LB: Add counter for created sessions to status worker and HTTPD notes.
        It actually counts the number of requests that do not carry a session id.
        (rjung) LB: Add counter for created sessions to status worker and HTTPD notes.
        It actually counts the number of requests that do not carry a session id.
        (rjung)
 URI Map: Add "stateless" extension attributes to uri worker map.
        This can improve session load balancing. (rjung) URI Map: Add "stateless" extension attributes to uri worker map.
        This can improve session load balancing. (rjung)
 HTTPD: Allow dynamic switching of requests to "stateless" using the
        environment variable JK_STATELESS. (rjung) HTTPD: Allow dynamic switching of requests to "stateless" using the
        environment variable JK_STATELESS. (rjung)
 AJP: Improve logging when request does not fit into an AJP packet. (rjung) AJP: Improve logging when request does not fit into an AJP packet. (rjung)
Changes between 1.2.31 and 1.2.32
Native
 51417: Fix worker busy detection by querying the
        worker endpoint. Abandoned connections can leave a worker
        in busy state without decrementing busy counter. (mturk) 51417: Fix worker busy detection by querying the
        worker endpoint. Abandoned connections can leave a worker
        in busy state without decrementing busy counter. (mturk)
 50339: Fix whitespace trimming when parsing attribute
        lists. (rjung) 50339: Fix whitespace trimming when parsing attribute
        lists. (rjung)
 41263: Support Servlet API getRemotePort().
        Works for Tomcat 5.5.28, 6.0.20 and 7.0.0 and Apache and ISAPI
        plugins. (rjung) 41263: Support Servlet API getRemotePort().
        Works for Tomcat 5.5.28, 6.0.20 and 7.0.0 and Apache and ISAPI
        plugins. (rjung)
 41923: AJP: Close AJP connection to Tomcat on client write
        error when recovery_options 4 is specified, aborting the response
        write on the Tomcat side. (timw) 41923: AJP: Close AJP connection to Tomcat on client write
        error when recovery_options 4 is specified, aborting the response
        write on the Tomcat side. (timw)
 AJP: Cap the lingering bytes that will be read
        when shutting down an AJP socket at 32k to prevent CPU spikes
        in the web server when a client aborts on a large response body.
        Also reduce total linger time to 2s. (timw) AJP: Cap the lingering bytes that will be read
        when shutting down an AJP socket at 32k to prevent CPU spikes
        in the web server when a client aborts on a large response body.
        Also reduce total linger time to 2s. (timw)
 50839: AJP: Fix 30sec CPU spike due to incorrect counting
        of lingering bytes causing a busy loop when a client aborts
        connection during a response write.
        Fixes regression in 1.2.31. (timw) 50839: AJP: Fix 30sec CPU spike due to incorrect counting
        of lingering bytes causing a busy loop when a client aborts
        connection during a response write.
        Fixes regression in 1.2.31. (timw)
 LB: Forward worker activation state as request attribute
        "JK_LB_ACTIVATION". Possible values are "ACT" (active),
        "DIS" (disabled) and "STP" (stopped). (rjung) LB: Forward worker activation state as request attribute
        "JK_LB_ACTIVATION". Possible values are "ACT" (active),
        "DIS" (disabled) and "STP" (stopped). (rjung)
 HTTPD: Forward WWW-Authenticate from backend when status is 401
        and server generated error pages are used. (rjung) HTTPD: Forward WWW-Authenticate from backend when status is 401
        and server generated error pages are used. (rjung)
 50363: IIS: Prevent chunk encoding of empty message
        bodies for 204, 205 and 304 responses. (timw) 50363: IIS: Prevent chunk encoding of empty message
        bodies for 204, 205 and 304 responses. (timw)
 50975: IIS: Fix hanging of Transfer-Encoding: chunked
        requests when Content-Length header is present in request as well.
        Also addresses situation where IIS appears to create a Content-Length
        header for a small chunk encoded request when none was present in the
        original request. (timw) 50975: IIS: Fix hanging of Transfer-Encoding: chunked
        requests when Content-Length header is present in request as well.
        Also addresses situation where IIS appears to create a Content-Length
        header for a small chunk encoded request when none was present in the
        original request. (timw)
 47679: IIS: stop truncation of request headers when
        ISAPI redirector used as an extension without the corresponding
        filter installed. (timw) 47679: IIS: stop truncation of request headers when
        ISAPI redirector used as an extension without the corresponding
        filter installed. (timw)
 NSAPI: Use lower case header names for responses.
        Otherwise the web server might add chunked transfer encoding header
        in addition to our content length header. NSAPI: Use lower case header names for responses.
        Otherwise the web server might add chunked transfer encoding header
        in addition to our content length header.
 Docs: Improve load balancer documentation. (rjung) Docs: Improve load balancer documentation. (rjung)
Changes between 1.2.30 and 1.2.31
Native
 49413: AJP13: Drop flush packets send by the backend
        after the response has been finished. (rjung) 49413: AJP13: Drop flush packets send by the backend
        after the response has been finished. (rjung)
 AJP: Log the local and remote socket address. (mturk) AJP: Log the local and remote socket address. (mturk)
 Watchdog: Move the maintain workers outside the critical
        section allowing other threads to use the connection
        pool during maintenance. (mturk) Watchdog: Move the maintain workers outside the critical
        section allowing other threads to use the connection
        pool during maintenance. (mturk)
 Common: Add svn revision to init log message. (rjung) Common: Add svn revision to init log message. (rjung)
 Common: Don't destroy errno during trace logging. (rjung) Common: Don't destroy errno during trace logging. (rjung)
 Apache: Add support for Apache 2.3/2.4. (rjung) Apache: Add support for Apache 2.3/2.4. (rjung)
 Apache: Added version number resource for mod_jk.so on Windows. (timw) Apache: Added version number resource for mod_jk.so on Windows. (timw)
 48501: IIS: Added rotatelogs style log rotation to ISAPI
        Redirector. (timw) 48501: IIS: Added rotatelogs style log rotation to ISAPI
        Redirector. (timw)
 38895: IIS: Use RAW headers instead of CGI headers by default
        to prevent conversion of underscores '_' to hyphens '-' in header names.
        Old behaviour can be enabled by defining USE_CGI_HEADERS. (timw) 38895: IIS: Use RAW headers instead of CGI headers by default
        to prevent conversion of underscores '_' to hyphens '-' in header names.
        Old behaviour can be enabled by defining USE_CGI_HEADERS. (timw)
 49511: IIS: Do not override IIS log information when subsequent
        requests on a keep-alive connection are not mapped into the ISAPI Redirector. (timw) 49511: IIS: Do not override IIS log information when subsequent
        requests on a keep-alive connection are not mapped into the ISAPI Redirector. (timw)
 Docs: Document SSLOptions needed for SSL information forwarding. (rjung) Docs: Document SSLOptions needed for SSL information forwarding. (rjung)
 Docs: Grammar and style improvements and clarification about serving
        static content by IIS.
        Patch provided by André Warnier. (rjung) Docs: Grammar and style improvements and clarification about serving
        static content by IIS.
        Patch provided by André Warnier. (rjung)
 Docs: Update subversion paths used in docs. (rjung) Docs: Update subversion paths used in docs. (rjung)
Changes between 1.2.28 and 1.2.30
Native
 Apache: Improve compatibility with Apache 2.3. (rjung) Apache: Improve compatibility with Apache 2.3. (rjung)
 46632: Apache: Do not register child cleanup for
        our pools. (mturk) 46632: Apache: Do not register child cleanup for
        our pools. (mturk)
 46893: Apache: Log warning only if JkShmSize was actually
        set in the configuration. (mturk) 46893: Apache: Log warning only if JkShmSize was actually
        set in the configuration. (mturk)
 IIS: Include optional chunking support. Off by default. (mturk) IIS: Include optional chunking support. Off by default. (mturk)
 48763: IIS: Do not send Content-Length when using chunked encoding
        or length larger 4GB. (mturk) 48763: IIS: Do not send Content-Length when using chunked encoding
        or length larger 4GB. (mturk)
 48223: IIS: Propagate correct backend error code to IIS. (rjung) 48223: IIS: Propagate correct backend error code to IIS. (rjung)
 47867: IIS: crash during startup, when compiled with VS2008
        and workers.properties contains unsupported properties.
        Patch provided by Indrek Juhani (rjung) 47867: IIS: crash during startup, when compiled with VS2008
        and workers.properties contains unsupported properties.
        Patch provided by Indrek Juhani (rjung)
 47628: IIS: Fix deadlock when restarting the Application Pool
        caused by not releasing the critical section lock.
        Patch provided by Bret Prucha. (mturk) 47628: IIS: Fix deadlock when restarting the Application Pool
        caused by not releasing the critical section lock.
        Patch provided by Bret Prucha. (mturk)
 IIS/NSAPI: Correct log file flushing after each line. (mturk) IIS/NSAPI: Correct log file flushing after each line. (mturk)
 NSAPI: Add Microsoft Visual C++ Makefile. (mturk) NSAPI: Add Microsoft Visual C++ Makefile. (mturk)
 AJP: Improve socket shutdown handling. (mturk) AJP: Improve socket shutdown handling. (mturk)
 AJP: Ensure we never reuse a non reusable socket. (mturk) AJP: Ensure we never reuse a non reusable socket. (mturk)
 AJP: Tolerate a single excess packet when waiting for cpong. (mturk) AJP: Tolerate a single excess packet when waiting for cpong. (mturk)
 AJP: Check protocol correctness more strictly. (mturk) AJP: Check protocol correctness more strictly. (mturk)
 48410: AJP: Use poll instead select so we can work with more
        then 1024 sockets. (mturk) 48410: AJP: Use poll instead select so we can work with more
        then 1024 sockets. (mturk)
 46503: AJP/Status: Garbage data in worker domain and route. (mturk) 46503: AJP/Status: Garbage data in worker domain and route. (mturk)
 48276: AJP: When worker contact cannot be resolved mark the
        worker as disabled instead failing to start the server. (mturk) 48276: AJP: When worker contact cannot be resolved mark the
        worker as disabled instead failing to start the server. (mturk)
 48169: AJP: Improve CGI interoperability by closing all
        sockets during EXEC. (mturk) 48169: AJP: Improve CGI interoperability by closing all
        sockets during EXEC. (mturk)
 Status: Add number of open backend connections to status worker.
        This feature is experimental, the displayed value might not be
        accurate. (mturk) Status: Add number of open backend connections to status worker.
        This feature is experimental, the displayed value might not be
        accurate. (mturk)
 47224: Status: When address gets changed invalidate
        all opened sockets in the endpoint cache. This will cause new
        backend connections to get opened using new address. (mturk) 47224: Status: When address gets changed invalidate
        all opened sockets in the endpoint cache. This will cause new
        backend connections to get opened using new address. (mturk)
 48305: Status: Do not show "secret" property when
        doing dump. (mturk) 48305: Status: Do not show "secret" property when
        doing dump. (mturk)
 45610: Status: Don't accept requests with
        empty value for sub worker parameter. (rjung) 45610: Status: Don't accept requests with
        empty value for sub worker parameter. (rjung)
 45610: Status: Fix erroneous unsetting of
        sticky_session and sticky_session_force when updating other
        load balancer attributes via the status worker. (rjung) 45610: Status: Fix erroneous unsetting of
        sticky_session and sticky_session_force when updating other
        load balancer attributes via the status worker. (rjung)
 47222: Status: Add ping_timeout to the shared memory
        and allow dynamic configuration. (mturk) 47222: Status: Add ping_timeout to the shared memory
        and allow dynamic configuration. (mturk)
 Status: Remove duplicate "errors" line in property view of
        AJP13 workers that are part of a load balancer. (rjung) Status: Remove duplicate "errors" line in property view of
        AJP13 workers that are part of a load balancer. (rjung)
 LB: Fix route logging. (rjung) LB: Fix route logging. (rjung)
 Logging: Automatically detect size of thread id for logging. (rjung) Logging: Automatically detect size of thread id for logging. (rjung)
 Logging: Add optional log file locking for Windows when defining
        JK_LOG_LOCKING. (mturk) Logging: Add optional log file locking for Windows when defining
        JK_LOG_LOCKING. (mturk)
 Configuration: Update example configuration. (rjung) Configuration: Update example configuration. (rjung)
 Docs: Update information about tools needed to create a release. (rjung) Docs: Update information about tools needed to create a release. (rjung)
 47983: Docs: Fix typo in example config
        which breaks startup. (rjung) 47983: Docs: Fix typo in example config
        which breaks startup. (rjung)
 Build: Force copy of automake files. (rjung) Build: Force copy of automake files. (rjung)
 Build: Tomcat code repository structure cleanup reflected in documentation
        and build script. (rjung, mturk) Build: Tomcat code repository structure cleanup reflected in documentation
        and build script. (rjung, mturk)
Changes between 1.2.27 and 1.2.28
Native
 Apache: Add more environment variables to overwrite request
        information. Useful in case a proxy is in front of Apache and sends
        us original request information e.g. via custom headers. (rjung) Apache: Add more environment variables to overwrite request
        information. Useful in case a proxy is in front of Apache and sends
        us original request information e.g. via custom headers. (rjung)
 Apache: No longer preallocate entries for JK request log. (rjung) Apache: No longer preallocate entries for JK request log. (rjung)
 46352: Apache: Fix crash when using SetHandler jakarta-servlet
        in VHost without any JkMount. Crash due to incorrect initialization
        of mount extensions. (rjung) 46352: Apache: Fix crash when using SetHandler jakarta-servlet
        in VHost without any JkMount. Crash due to incorrect initialization
        of mount extensions. (rjung)
 Apache: JkWatchdogInterval had wrong interval calculation
        causing a 10 times higher watchdog interval then configured. (mturk) Apache: JkWatchdogInterval had wrong interval calculation
        causing a 10 times higher watchdog interval then configured. (mturk)
 Apache: Activate forwarding of SSL key size by default. (rjung) Apache: Activate forwarding of SSL key size by default. (rjung)
 46169: Apache 1.3: Backport use_server_errors mount extension. (rjung) 46169: Apache 1.3: Backport use_server_errors mount extension. (rjung)
 46763: Apache 2.0: Survive the log mutex during graceful
        restart. Patch provided by Eiji Takahashi. (mturk) 46763: Apache 2.0: Survive the log mutex during graceful
        restart. Patch provided by Eiji Takahashi. (mturk)
 46416: Apache 2.0 on Windows: Include mstcipip.h even if
        the apr doesn't include it. (mturk) 46416: Apache 2.0 on Windows: Include mstcipip.h even if
        the apr doesn't include it. (mturk)
 IIS: Update uriworkermap.properties file on
        a regular interval. This requires both worker_mount_reload
        and watchdog_interval to be defined. (mturk) IIS: Update uriworkermap.properties file on
        a regular interval. This requires both worker_mount_reload
        and watchdog_interval to be defined. (mturk)
 IIS: Remove obsolete entries from registry file. (mturk) IIS: Remove obsolete entries from registry file. (mturk)
 46579: IIS: Use local environment table instead environment
        variables for setting the JKISAPI_PATH and JKISAPI_NAME. (mturk) 46579: IIS: Use local environment table instead environment
        variables for setting the JKISAPI_PATH and JKISAPI_NAME. (mturk)
 LB: Add new property error_escalation_time to fine tune
        escalation of local errors to global errors. (rjung) LB: Add new property error_escalation_time to fine tune
        escalation of local errors to global errors. (rjung)
 LB: If the sticky session affinity mark contains a dot, treat the
        part before the dot as the domain name. This allows to have full node
        session affinity with domain failover. (mturk) LB: If the sticky session affinity mark contains a dot, treat the
        part before the dot as the domain name. This allows to have full node
        session affinity with domain failover. (mturk)
 LB: make forced recovery work with local error states. (rjung) LB: make forced recovery work with local error states. (rjung)
 LB: Only update error state and error time, if we actually have a new state. (rjung) LB: Only update error state and error time, if we actually have a new state. (rjung)
 LB: Set global worker state to error when we reach max_reply_timeouts,
        or fail_on_status triggered hard error. (rjung) LB: Set global worker state to error when we reach max_reply_timeouts,
        or fail_on_status triggered hard error. (rjung)
 AJP: Add a new error type JK_AJP_PROTOCOL_ERROR. (mturk) AJP: Add a new error type JK_AJP_PROTOCOL_ERROR. (mturk)
 AJP: Allow worker ports lower or equal to 1024. (rjung) AJP: Allow worker ports lower or equal to 1024. (rjung)
 AJP: Improve some AJP error log messages. (mturk) AJP: Improve some AJP error log messages. (mturk)
 Status: Allow changing worker address and port of AJP workers.
        The address is resolved on next request for that worker. (mturk) Status: Allow changing worker address and port of AJP workers.
        The address is resolved on next request for that worker. (mturk)
 Status: Allow update actions to show error messages in the result page. (rjung) Status: Allow update actions to show error messages in the result page. (rjung)
 Status: Refactor update actions. (rjung) Status: Refactor update actions. (rjung)
 Status: Do not redirect to the show or list page, if an error occured
        during an action. (rjung) Status: Do not redirect to the show or list page, if an error occured
        during an action. (rjung)
 Status: Include error time in display. (rjung) Status: Include error time in display. (rjung)
 Status: Remove redundant port information from worker display.
        Rename address column and remove its explanation from the legend. (rjung) Status: Remove redundant port information from worker display.
        Rename address column and remove its explanation from the legend. (rjung)
 Status: Optimize forced uriworkermap.properties reload. (mturk) Status: Optimize forced uriworkermap.properties reload. (mturk)
 Status: Fix crash in text display. (rjung) Status: Fix crash in text display. (rjung)
 Status: Show - Edit - Show always ends in single lb member show,
        even when started from all members lb show. (rjung) Status: Show - Edit - Show always ends in single lb member show,
        even when started from all members lb show. (rjung)
 Status: Wildcards in sub worker names were broken for update actions. (rjung) Status: Wildcards in sub worker names were broken for update actions. (rjung)
 Status: Add use_server_errors to map display. (rjung) Status: Add use_server_errors to map display. (rjung)
 SHM: Move locking into the data pull and push methods. (rjung) SHM: Move locking into the data pull and push methods. (rjung)
 JNI: Deprecate JNI workers. (rjung) JNI: Deprecate JNI workers. (rjung)
 Netware: Missing define for MAX_PATH. Patch by Guenter Knauf. (rjung) Netware: Missing define for MAX_PATH. Patch by Guenter Knauf. (rjung)
 Docs: Add a new HowTo page about reverse proxies. (rjung) Docs: Add a new HowTo page about reverse proxies. (rjung)
 Docs: Add an explanation of local error states to the timeouts documentation. (rjung) Docs: Add an explanation of local error states to the timeouts documentation. (rjung)
 Docs: Clarify relation between socket_timeout and socket_connect_timeout. (rjung) Docs: Clarify relation between socket_timeout and socket_connect_timeout. (rjung)
 Docs: Clarify IIS URL rewrite feature. (rjung) Docs: Clarify IIS URL rewrite feature. (rjung)
 46834,46734: Docs: Fix a couple of missing or broken links. (markt,rjung) 46834,46734: Docs: Fix a couple of missing or broken links. (markt,rjung)
 Docs: Add 2008 news to main page and menues. (mturk, rjung) Docs: Add 2008 news to main page and menues. (mturk, rjung)
Changes between 1.2.26 and 1.2.27
Native
 46109: Decay reply_timeouts even when lb method is
        busyness. Also reset reply_timeouts during forced recovery. (rjung) 46109: Decay reply_timeouts even when lb method is
        busyness. Also reset reply_timeouts during forced recovery. (rjung)
 AJP13: Recycle connection if previous request didn't complete. (mturk) AJP13: Recycle connection if previous request didn't complete. (mturk)
 Maintain should not run multiple times in parallel. (mturk) Maintain should not run multiple times in parallel. (mturk)
 Apache: Fix small memory leak during restart. (mturk) Apache: Fix small memory leak during restart. (mturk)
 Improve signal handling during socket shutdown. (mturk) Improve signal handling during socket shutdown. (mturk)
 URI Map: Add debug dump function for uri worker map. (rjung) URI Map: Add debug dump function for uri worker map. (rjung)
 Add revision number to version info for non-release builds. (rjung) Add revision number to version info for non-release builds. (rjung)
 IIS: Optionally allow chunked encoding for responses.
        At the moment only usable, if build with ISAPI_ALLOW_CHUNKING
        defined. Based on patch by Tim Whittington. (rjung) IIS: Optionally allow chunked encoding for responses.
        At the moment only usable, if build with ISAPI_ALLOW_CHUNKING
        defined. Based on patch by Tim Whittington. (rjung)
 IIS: Optionally use raw headers instead of CGI
        headers. Fixes problem "underscore=dash" problem in
        header names. At the moment only available, if build with USE_RAW_HEADERS
        defined. (rjung) IIS: Optionally use raw headers instead of CGI
        headers. Fixes problem "underscore=dash" problem in
        header names. At the moment only available, if build with USE_RAW_HEADERS
        defined. (rjung)
 IIS: Optionally improve IIS 5.1 compatibility.
        At the moment only available, if build with AUTOMATIC_AUTH_NOTIFICATION
        defined. Based on patch by Tim Whittington. (rjung) IIS: Optionally improve IIS 5.1 compatibility.
        At the moment only available, if build with AUTOMATIC_AUTH_NOTIFICATION
        defined. Based on patch by Tim Whittington. (rjung)
 IIS: Fix memory corruption due to parallel initialization
        by multiple threads. (rjung) IIS: Fix memory corruption due to parallel initialization
        by multiple threads. (rjung)
 Windows: Use non-default socket keepalive interval. (mturk) Windows: Use non-default socket keepalive interval. (mturk)
 IIS: Add environment variables JKISAPI_PATH and JKISAPI_NAME. (mturk) IIS: Add environment variables JKISAPI_PATH and JKISAPI_NAME. (mturk)
 Added socket_connect_timeout directive for setting the
        connect timeout for the socket. This enables to have low
        connection timeout but higher operational timeouts. (mturk) Added socket_connect_timeout directive for setting the
        connect timeout for the socket. This enables to have low
        connection timeout but higher operational timeouts. (mturk)
 AJP13:
        [CVE-2008-5519]
        Always send initial POST packet even if the client
        disconnected after sending request but before providing
        POST data. In that case or in case the client broke the
        connection in a middle of read send an zero size packet
        informing container about broken client connection. (mturk) AJP13:
        [CVE-2008-5519]
        Always send initial POST packet even if the client
        disconnected after sending request but before providing
        POST data. In that case or in case the client broke the
        connection in a middle of read send an zero size packet
        informing container about broken client connection. (mturk)
 AJP13: Added connection_acquire_timeout directive for setting the
        absolute timeout the worker will wait for a free endpoint. (mturk) AJP13: Added connection_acquire_timeout directive for setting the
        absolute timeout the worker will wait for a free endpoint. (mturk)
 Apache: Allow to set path parameter used when doing JkStripSession. (mturk) Apache: Allow to set path parameter used when doing JkStripSession. (mturk)
 Refactor retries implementation and change semantics of retries attributes. (mturk) Refactor retries implementation and change semantics of retries attributes. (mturk)
 Status: Allow showing only a single member for a load balancer. (rjung) Status: Allow showing only a single member for a load balancer. (rjung)
 Status: Add display of seconds since last statistics reset and access and
        transfer rates. (rjung) Status: Add display of seconds since last statistics reset and access and
        transfer rates. (rjung)
 AJP13: Add a configurable retry_interval time. (rjung) AJP13: Add a configurable retry_interval time. (rjung)
 Documentation: Enhance description of connection_pool_size. (rjung) Documentation: Enhance description of connection_pool_size. (rjung)
 IIS: Refactor error page generation. (mturk) IIS: Refactor error page generation. (mturk)
 IIS: SERVER_NAME variable can be the same for
        multiple different server instances if requests
        are handled according to the ip:port combination.
        Use INSTANCE_ID variable to which the request
        belongs instead. (mturk) IIS: SERVER_NAME variable can be the same for
        multiple different server instances if requests
        are handled according to the ip:port combination.
        Use INSTANCE_ID variable to which the request
        belongs instead. (mturk)
 Allow forwarding server error pages. This can be done
        on per-uri basis using new use_server_errors extension.
        (mturk) Allow forwarding server error pages. This can be done
        on per-uri basis using new use_server_errors extension.
        (mturk)
 Added session_cookie and session_path for configuring
        default session identifiers. (mturk) Added session_cookie and session_path for configuring
        default session identifiers. (mturk)
 Use max_packet_size also as TCP send and receive buffer size. (mturk) Use max_packet_size also as TCP send and receive buffer size. (mturk)
 Apache: Do not allow Apache to start in multi-threaded mode if mod_jk
        was only build for single threaded server (prefork). (mturk) Apache: Do not allow Apache to start in multi-threaded mode if mod_jk
        was only build for single threaded server (prefork). (mturk)
 45812: Add done() service method that
        causes sending EOS bucket for Apache httpd 2.x.
        This allows filter chain to work properly. (mturk) 45812: Add done() service method that
        causes sending EOS bucket for Apache httpd 2.x.
        This allows filter chain to work properly. (mturk)
 Added connection_ping_interval, ping_timeout and ping_mode directives.
        (mturk) Added connection_ping_interval, ping_timeout and ping_mode directives.
        (mturk)
 Apache: Use correct ld flags provided by apxs when building module.
        Prevents some crashes on AIX for httpd 1.3 module. (rjung) Apache: Use correct ld flags provided by apxs when building module.
        Prevents some crashes on AIX for httpd 1.3 module. (rjung)
 Documentation: "val" attribute numbering in status worker
        needs to start with 0 instead of 1. (rjung) Documentation: "val" attribute numbering in status worker
        needs to start with 0 instead of 1. (rjung)
 Documentation: Remove JNI parameters from sample configuration
        in the workers common howto. (rjung) Documentation: Remove JNI parameters from sample configuration
        in the workers common howto. (rjung)
 45026: For Apache httpd 2.x add "Unknown Reason"
        as the reason phrase, if we get an empty one from the backend.
        Otherwise httpd 2.x returns status 500. (rjung) 45026: For Apache httpd 2.x add "Unknown Reason"
        as the reason phrase, if we get an empty one from the backend.
        Otherwise httpd 2.x returns status 500. (rjung)
 Build: Fix Cygwin build. (rjung) Build: Fix Cygwin build. (rjung)
 Documentation: Add info to docs, that variables sent via JkEnvVar
        are not listed in request.getAttributeNames(). (rjung) Documentation: Add info to docs, that variables sent via JkEnvVar
        are not listed in request.getAttributeNames(). (rjung)
 Add watchdog background thread for Apache 2.x and IIS
        doing internal maintenance (idle connection checks, backend probing).
        See JkWatchdogInternal (Apache) and watchdog_interval (IIS). (mturk) Add watchdog background thread for Apache 2.x and IIS
        doing internal maintenance (idle connection checks, backend probing).
        See JkWatchdogInternal (Apache) and watchdog_interval (IIS). (mturk)
 Change log level of some messages from error to info. (mturk) Change log level of some messages from error to info. (mturk)
 Documentation: Fix docs for worker attribute "secret". (rjung) Documentation: Fix docs for worker attribute "secret". (rjung)
 Detect correct plugin name for various web servers via additional
        preprocessor defines. (rjung) Detect correct plugin name for various web servers via additional
        preprocessor defines. (rjung)
 LB: Do not put loadbalancer node in error state if there is opened
        channel. This fixes the bug when new connection fails due to
        busyness, causing opened connections fail stickyness.
        This brings back per-node busy counter and private state array
        for each request. We can mark the state as error for failover to
        work while still operating and reporting node as OK if there are
        opened working connections. (mturk) LB: Do not put loadbalancer node in error state if there is opened
        channel. This fixes the bug when new connection fails due to
        busyness, causing opened connections fail stickyness.
        This brings back per-node busy counter and private state array
        for each request. We can mark the state as error for failover to
        work while still operating and reporting node as OK if there are
        opened working connections. (mturk)
 44738: Fix merging of JkOption ForwardURI* between virtual hosts.
        Patch contributed by Toshihiro Sasajima. (rjung) 44738: Fix merging of JkOption ForwardURI* between virtual hosts.
        Patch contributed by Toshihiro Sasajima. (rjung)
 URI Map: Add extension attributes to uri worker map.
        Allowed are reply_timeout, active/disabled/stopped
        and fail_on_status.
        Usage currently only implemented for httpd and IIS. (rjung+mturk) URI Map: Add extension attributes to uri worker map.
        Allowed are reply_timeout, active/disabled/stopped
        and fail_on_status.
        Usage currently only implemented for httpd and IIS. (rjung+mturk)
 URI Map: Make dynamic reloading atomic and free memory
        not needed any longer. (rjung) URI Map: Make dynamic reloading atomic and free memory
        not needed any longer. (rjung)
 Configure: Don't use post httpd 2.2.0 API functions when building
        with new --enable-api-compatibility configure switch. (rjung) Configure: Don't use post httpd 2.2.0 API functions when building
        with new --enable-api-compatibility configure switch. (rjung)
 Apache: JkAutoAlias does not work in combination with JkMountCopy
        if there are no JkMount in virtual host. (rjung) Apache: JkAutoAlias does not work in combination with JkMountCopy
        if there are no JkMount in virtual host. (rjung)
 LB: Optimize state macros to improve performance. (rjung) LB: Optimize state macros to improve performance. (rjung)
 Apache: Allow dynamic setting of reply timeout using the environment
        variable JK_REPLY_TIMEOUT. (rjung) Apache: Allow dynamic setting of reply timeout using the environment
        variable JK_REPLY_TIMEOUT. (rjung)
 Status: Add manageability for ajp parameters of ajp
        workers and ajp lb members. (rjung) Status: Add manageability for ajp parameters of ajp
        workers and ajp lb members. (rjung)
 Status: Change parameter names of update action to
        make them more easily distinguishable from other parameters. (rjung) Status: Change parameter names of update action to
        make them more easily distinguishable from other parameters. (rjung)
 Status: Add ajp worker statistics also for
        workers, that are not lb members. (rjung) Status: Add ajp worker statistics also for
        workers, that are not lb members. (rjung)
 AJP: Refactor factories, move ajp13/ajp14 common parts into
        ajp_factory. (rjung) AJP: Refactor factories, move ajp13/ajp14 common parts into
        ajp_factory. (rjung)
 Status: Only sync shm worker config values of the workers
        for which we changed values. (rjung) Status: Only sync shm worker config values of the workers
        for which we changed values. (rjung)
 Status: Set lb_factor instead of distance. (rjung) Status: Set lb_factor instead of distance. (rjung)
 Status: Minor layout changes, use drop down instead of multiple
        text links. (rjung) Status: Minor layout changes, use drop down instead of multiple
        text links. (rjung)
 SHM: Use local copies of read mostly attributes of lb sub workers
        in lb and status worker. (rjung) SHM: Use local copies of read mostly attributes of lb sub workers
        in lb and status worker. (rjung)
 Status: Add "dump" action to dump our initial configuration. (rjung) Status: Add "dump" action to dump our initial configuration. (rjung)
 Status: Use property table to decide which cmd action uses which
        output elements. (rjung) Status: Use property table to decide which cmd action uses which
        output elements. (rjung)
 Common: Include original configuration map in worker_env
        to make it available for workers, e.g. the status worker. (rjung) Common: Include original configuration map in worker_env
        to make it available for workers, e.g. the status worker. (rjung)
 LB: Refactor "route" return for httpd note. Don't use a
        member of the worker_record, because that's not thread safe. (rjung) LB: Refactor "route" return for httpd note. Don't use a
        member of the worker_record, because that's not thread safe. (rjung)
 Common: Refactor "retries", remove from service and jk_worker,
        move into ajp worker instead. (rjung) Common: Refactor "retries", remove from service and jk_worker,
        move into ajp worker instead. (rjung)
 SHM: Use distinct structs for lb and ajp13 in shm.
        Improves type safety and saves a few bytes. (rjung) SHM: Use distinct structs for lb and ajp13 in shm.
        Improves type safety and saves a few bytes. (rjung)
 SHM: Remove unused attributes. (rjung) SHM: Remove unused attributes. (rjung)
 SHM: Automatically determine shm size for all web servers. (rjung) SHM: Automatically determine shm size for all web servers. (rjung)
 SHM: Make open/attach logging consistent for all web servers. (rjung) SHM: Make open/attach logging consistent for all web servers. (rjung)
 Status: Include server local time in output. (rjung) Status: Include server local time in output. (rjung)
 44116: Fix handling of multiple JSESSIONID cookies. (rjung) 44116: Fix handling of multiple JSESSIONID cookies. (rjung)
 37850: Use thread safe localtime_r where appropriate. (rjung) 37850: Use thread safe localtime_r where appropriate. (rjung)
 Use thread safe strtok_r on more platforms, especially AIX. (rjung) Use thread safe strtok_r on more platforms, especially AIX. (rjung)
 Status: Improve XSS hardening. (rjung) Status: Improve XSS hardening. (rjung)
 35303: Move initialization of service members with defaults from
        web server specific code to our generic jk_init_ws_service() function. (rjung) 35303: Move initialization of service members with defaults from
        web server specific code to our generic jk_init_ws_service() function. (rjung)
 36385: Add missing prepost CPing/CPong directly after connect
        in case prepost CPing is used, but no connect CPing. (rjung) 36385: Add missing prepost CPing/CPong directly after connect
        in case prepost CPing is used, but no connect CPing. (rjung)
 37322: Apache: Enhance robustness of message formating
        in jk_error_exit(). (rjung) 37322: Apache: Enhance robustness of message formating
        in jk_error_exit(). (rjung)
 44147: Multiple load balancing workers problem. (rjung) 44147: Multiple load balancing workers problem. (rjung)
Changes between 1.2.25 and 1.2.26
Native
 42003: Allocate memory instead using fixed size from
        the stack. (mturk) 42003: Allocate memory instead using fixed size from
        the stack. (mturk)
 43229: Load balancer does not do fail over after
        reply timeouts. (rjung) 43229: Load balancer does not do fail over after
        reply timeouts. (rjung)
 JKStatus: Repair detailed Apache httpd version display.
        This was broken for httpd version 2.2.4+. (rjung) JKStatus: Repair detailed Apache httpd version display.
        This was broken for httpd version 2.2.4+. (rjung)
 LB/AJP: Refactoring of jk_connect.c, jk_ajp_common.c,
        jk_lb_worker.c (rjung) LB/AJP: Refactoring of jk_connect.c, jk_ajp_common.c,
        jk_lb_worker.c (rjung)
 Configure: Repair broken apxs auto-detection. (rjung) Configure: Repair broken apxs auto-detection. (rjung)
 Configure: Remove trace logging from compiled code
        via new --disable-trace configure switch. (rjung) Configure: Remove trace logging from compiled code
        via new --disable-trace configure switch. (rjung)
 Common: Maintain idle connections in decreasing (LRU)
        slot order. (rjung) Common: Maintain idle connections in decreasing (LRU)
        slot order. (rjung)
 Apache: Create JK_WORKER_ROUTE and JK_REQUEST_DURATION notes for
        access log even if no JkRequestLogFormat is set. (rjung) Apache: Create JK_WORKER_ROUTE and JK_REQUEST_DURATION notes for
        access log even if no JkRequestLogFormat is set. (rjung)
 JKStatus: Enhance URI to worker map listing for Apache httpd.
        We now list maps for all virtual servers and not only
        the one, in which JKStatus itself was called. (rjung) JKStatus: Enhance URI to worker map listing for Apache httpd.
        We now list maps for all virtual servers and not only
        the one, in which JKStatus itself was called. (rjung)
 JKStatus: Enhance URI to worker map listing.
        Update stale uriworkermap.properties immediately. (rjung) JKStatus: Enhance URI to worker map listing.
        Update stale uriworkermap.properties immediately. (rjung)
 43873: Fix small memory leak occuring during httpd restart. (rjung) 43873: Fix small memory leak occuring during httpd restart. (rjung)
 Common: Allow '*' for the worker name in exclusion rules (resp. JkUnMount)
        which will override all workers. (rjung) Common: Allow '*' for the worker name in exclusion rules (resp. JkUnMount)
        which will override all workers. (rjung)
 42038: Correct overlay of mounts and unmounts for IIS. (rjung) 42038: Correct overlay of mounts and unmounts for IIS. (rjung)
 43684: Replace JkMountFile by JkMountFileReload in
        uriworkermap.properties docs. (rjung) 43684: Replace JkMountFile by JkMountFileReload in
        uriworkermap.properties docs. (rjung)
 Apache: Add new value "All" for JkMountCopy. (rjung) Apache: Add new value "All" for JkMountCopy. (rjung)
 43516: Memory leak for Apache httpd module
        of size 8KB for every virtual host without JK directive
        after each restart. (rjung) 43516: Memory leak for Apache httpd module
        of size 8KB for every virtual host without JK directive
        after each restart. (rjung)
 Apache: Cleanup init and destroy of server configuration. (rjung) Apache: Cleanup init and destroy of server configuration. (rjung)
 Apache: Remove global configuration items from per server
        configuration. (rjung) Apache: Remove global configuration items from per server
        configuration. (rjung)
 Apache: Remove unused attributes secret_key and
        automount/JkAutoMount. (rjung) Apache: Remove unused attributes secret_key and
        automount/JkAutoMount. (rjung)
 Cleanup of jk_uri_worker_map. (rjung) Cleanup of jk_uri_worker_map. (rjung)
 Documentation: Small additions to JkShmFile documentation.
        Contributed by Gerhardus Geldenhuis. (rjung) Documentation: Small additions to JkShmFile documentation.
        Contributed by Gerhardus Geldenhuis. (rjung)
 AJP13: Ignore flush packets before we received the response headers. (rjung) AJP13: Ignore flush packets before we received the response headers. (rjung)
 Fix crash during startup when using worker configuration inheritance
        (attribute "reference") and log level debug. (rjung) Fix crash during startup when using worker configuration inheritance
        (attribute "reference") and log level debug. (rjung)
 AJP13: Match header names exactly against pre defined constants. Avoid
        possible confusion with custom header names using a standard header name
        as a prefix. (rjung) AJP13: Match header names exactly against pre defined constants. Avoid
        possible confusion with custom header names using a standard header name
        as a prefix. (rjung)
 jkstatus: Fix correct parameter validation at JkStatusUpdateTask and
        JkStatusUpdateLoadbalancerTask ant tasks. Reported by Christian Mittendorf. (pero) jkstatus: Fix correct parameter validation at JkStatusUpdateTask and
        JkStatusUpdateLoadbalancerTask ant tasks. Reported by Christian Mittendorf. (pero)
Changes between 1.2.24 and 1.2.25
Native
 IIS: Fix shm shutdown behaviour. (rjung) IIS: Fix shm shutdown behaviour. (rjung)
 General: fail_on_status used in a load balancer can optionally
        do fail over without putting the failed worker in error state. (rjung) General: fail_on_status used in a load balancer can optionally
        do fail over without putting the failed worker in error state. (rjung)
 NSAPI: Improve build description for Unix. (rjung) NSAPI: Improve build description for Unix. (rjung)
 NSAPI: Add initialization startup message containing JK version. (rjung) NSAPI: Add initialization startup message containing JK version. (rjung)
 General: Declare static functions as static. (jim) General: Declare static functions as static. (jim)
 Documentation: Clarify fail_on_status behaviour. (rjung) Documentation: Clarify fail_on_status behaviour. (rjung)
 General: Do fail_on_status before returning the response headers. (rjung) General: Do fail_on_status before returning the response headers. (rjung)
 NSAPI: Fix shm shutdown behaviour. (rjung) NSAPI: Fix shm shutdown behaviour. (rjung)
 NSAPI: Set return status even if request ended with an error. (rjung) NSAPI: Set return status even if request ended with an error. (rjung)
 NSAPI: Allow using without shm_file on WIN32 and Netware. (rjung) NSAPI: Allow using without shm_file on WIN32 and Netware. (rjung)
 NSAPI: Fix Crash of nsapi for log level debug and unset refect_unsafe. (rjung) NSAPI: Fix Crash of nsapi for log level debug and unset refect_unsafe. (rjung)
 NSAPI: Improve Solaris and Linux Makefiles for nsapi build. (rjung) NSAPI: Improve Solaris and Linux Makefiles for nsapi build. (rjung)
 Build: Improve pid_t type detection during configure on Solaris. (rjung) Build: Improve pid_t type detection during configure on Solaris. (rjung)
 Build: Experimental build support for gcc on WIN32 and Netware. (fuankg) Build: Experimental build support for gcc on WIN32 and Netware. (fuankg)
 Build: Makefile optimizations for Apache httpd 1.3/Netware . (fuankg) Build: Makefile optimizations for Apache httpd 1.3/Netware . (fuankg)
 General: Fix missing flush bug introduced in 1.2.24. (rjung) General: Fix missing flush bug introduced in 1.2.24. (rjung)
Changes between 1.2.23 and 1.2.24
Native
 Documentation: Improved workers.properties description in the
      reference guide. (rjung) Documentation: Improved workers.properties description in the
      reference guide. (rjung)
 Documentation: Add a HowTo about the various timeouts. rjung) Documentation: Add a HowTo about the various timeouts. rjung)
 Logging: add milliseconds to the default timestamp format,
      if we have gettimeofday(). (rjung) Logging: add milliseconds to the default timestamp format,
      if we have gettimeofday(). (rjung)
 Apache: add milliseconds (%Q) and microseconds (%q) as possible
      JkLogStampFormat conversion specifiers. This does not use strftime(),
      but needs gettimeofday(). (rjung) Apache: add milliseconds (%Q) and microseconds (%q) as possible
      JkLogStampFormat conversion specifiers. This does not use strftime(),
      but needs gettimeofday(). (rjung)
 IIS & Sun: Log service failures also, if return code is negative. (rjung) IIS & Sun: Log service failures also, if return code is negative. (rjung)
 42849: Abort startup of Apache httpd 1.3 in case
        mod_jk initialization failed. We already do the same
        for Apache httpd 2.x. (rjung) 42849: Abort startup of Apache httpd 1.3 in case
        mod_jk initialization failed. We already do the same
        for Apache httpd 2.x. (rjung)
 42849: Refuse to operate with IIS in case the
        initialization failed. Instead requesting isapi_redirect.dll
        500 will be returned to the user. This is as closest as it
        can get to Apache Httpd where we refuse to start the server
        in case of fatal initialization errors. (mturk) 42849: Refuse to operate with IIS in case the
        initialization failed. Instead requesting isapi_redirect.dll
        500 will be returned to the user. This is as closest as it
        can get to Apache Httpd where we refuse to start the server
        in case of fatal initialization errors. (mturk)
 Load Balancer: Fix a deadlock in lb worker, which was exposed on Solaris
      for threaded Apache MPMs. (rjung) Load Balancer: Fix a deadlock in lb worker, which was exposed on Solaris
      for threaded Apache MPMs. (rjung)
 Logging: handle LWP IDs as 32 Bit unsigned. Try to make
      it work, although pthread IDs are opaque. (rjung) Logging: handle LWP IDs as 32 Bit unsigned. Try to make
      it work, although pthread IDs are opaque. (rjung)
 JkStatus: Added manipulation of max_reply_timeouts. (rjung) JkStatus: Added manipulation of max_reply_timeouts. (rjung)
 LB, Status: Add feature max_reply_timeouts, to make lb tolerant against
      occasional long running requests. (rjung) LB, Status: Add feature max_reply_timeouts, to make lb tolerant against
      occasional long running requests. (rjung)
 JkStatus: Added OK/IDLE as the successor of N/A. (rjung) JkStatus: Added OK/IDLE as the successor of N/A. (rjung)
 Status worker: Renamed runtime states. All states have a major
      state (OK or ERR) and a substate. Changed the name N/A to OK/IDLE.
      Added docs about the meaning of the states to the status worker
      page in the reference guide.
      No new states have been added to code. (rjung) Status worker: Renamed runtime states. All states have a major
      state (OK or ERR) and a substate. Changed the name N/A to OK/IDLE.
      Added docs about the meaning of the states to the status worker
      page in the reference guide.
      No new states have been added to code. (rjung)
 Common: Add recovery options for recovering idempotent http methods
      HEAD and GET. (rjung) Common: Add recovery options for recovering idempotent http methods
      HEAD and GET. (rjung)
 Correct documentation for worker attributes retries and
      recovery_options. (rjung) Correct documentation for worker attributes retries and
      recovery_options. (rjung)
 Make writing log lines and line endings more atomic. (rjung) Make writing log lines and line endings more atomic. (rjung)
 Common: Refactored and unified jk_map_read_prop* and jk_map_load_prop*
      for all use cases. (rjung) Common: Refactored and unified jk_map_read_prop* and jk_map_load_prop*
      for all use cases. (rjung)
 Common/Apache/IIS/Netscape: Add an option to check decoded URLs for
      potentially malicious constructions. (rjung) Common/Apache/IIS/Netscape: Add an option to check decoded URLs for
      potentially malicious constructions. (rjung)
 IIS: Document auth_complete and uri_select. (rjung) IIS: Document auth_complete and uri_select. (rjung)
 Apache/IIS/Netscape: Change the default forwarding encoding to the new
      proxy method. (jfclere, rjung) Apache/IIS/Netscape: Change the default forwarding encoding to the new
      proxy method. (jfclere, rjung)
 Common: Optionally reencode URIs before forwarding to the backend.
      Based on the URI reencoding done bei httpd mod_proxy. (jfclere, rjung) Common: Optionally reencode URIs before forwarding to the backend.
      Based on the URI reencoding done bei httpd mod_proxy. (jfclere, rjung)
 Common: auto-detect correct print format for pid_t.
      This fixes at least compiler warnings on Solaris. (rjung) Common: auto-detect correct print format for pid_t.
      This fixes at least compiler warnings on Solaris. (rjung)
 42608: Handle Content-length as unsigned 64Bit
        to allow for huge up- and downloads. (rjung) 42608: Handle Content-length as unsigned 64Bit
        to allow for huge up- and downloads. (rjung)
 Apache: Add forwarding uri to debug log. (rjung) Apache: Add forwarding uri to debug log. (rjung)
 Docs: Clarify relation between worker names and jvmRoute for load balancing. (rjung) Docs: Clarify relation between worker names and jvmRoute for load balancing. (rjung)
 Use initial zero timeout for jk_is_socket_connected. The resulting
      detection is the same but offers a huge performance increase
      with mod_jk. In most cases the Operating System does not favor
      the 1 microsecond timeout, but it rather rounds that up to much
      higher value (frequency of interrupt timer which on most systems
      defaults to 100Hz).
      Patch provided by David McLaughlin. (mturk) Use initial zero timeout for jk_is_socket_connected. The resulting
      detection is the same but offers a huge performance increase
      with mod_jk. In most cases the Operating System does not favor
      the 1 microsecond timeout, but it rather rounds that up to much
      higher value (frequency of interrupt timer which on most systems
      defaults to 100Hz).
      Patch provided by David McLaughlin. (mturk)
 NSAPI: Check correct log file and shm file configuration during startup. (rjung) NSAPI: Check correct log file and shm file configuration during startup. (rjung)
 NSAPI: Add support for the general options concerning retries, flushing
      and connection persistance. (rjung) NSAPI: Add support for the general options concerning retries, flushing
      and connection persistance. (rjung)
 NSAPI: fix crashes due to use of mount attribute in workers.properties.
      Changed initialization order. (rjung) NSAPI: fix crashes due to use of mount attribute in workers.properties.
      Changed initialization order. (rjung)
 Improved handling of libtool and discrepancies between CC env variable and
      CC used during apache build by configure script. (rjung) Improved handling of libtool and discrepancies between CC env variable and
      CC used during apache build by configure script. (rjung)
 Always build with thread support, unless flag --enable-prefork
      is set during for configure. (rjung) Always build with thread support, unless flag --enable-prefork
      is set during for configure. (rjung)
 Use snprintf/vsnprintf from ap_snprintf.c for platforms other
      than Windows, which might lack snprintf/vsnprintf implementations
      when NOT build for Apache httpd 2.x/APR (e.g. Sub Web Server)
      or without using configure. (fuankg) Use snprintf/vsnprintf from ap_snprintf.c for platforms other
      than Windows, which might lack snprintf/vsnprintf implementations
      when NOT build for Apache httpd 2.x/APR (e.g. Sub Web Server)
      or without using configure. (fuankg)
 Imported ap_snprintf() from Apache 1.3. (fuankg) Imported ap_snprintf() from Apache 1.3. (fuankg)
 Fix incorrect log object cleanup during statup,
      leading to crashes at least on iSeries. (rjung) Fix incorrect log object cleanup during statup,
      leading to crashes at least on iSeries. (rjung)
 Add jk_stat() and jk_file_exists() as wrapper functions.
      i5/OS V5R4 expects filename in ASCII for fopen but requires them
      in EBCDIC for stat(). (hgomez) Add jk_stat() and jk_file_exists() as wrapper functions.
      i5/OS V5R4 expects filename in ASCII for fopen but requires them
      in EBCDIC for stat(). (hgomez)
 i5/OS (AS/400) V5R4 port where Apache 2.0 modules should now use UTF8. (hgomez) i5/OS (AS/400) V5R4 port where Apache 2.0 modules should now use UTF8. (hgomez)
 Docs: Add comments on i5/OS build for V5R4 and previous releases. (hgomez) Docs: Add comments on i5/OS build for V5R4 and previous releases. (hgomez)
Changes between 1.2.22 and 1.2.23
Native
 [CVE-2007-0450]
      and
      [CVE-2007-1860]:
      Change the default value of JkOptions to ForwardURICompatUnparsed.
      The old default value was ForwardURICompat.
      This should make URL interpretation between Apache httpd and
      Tomcat consistent (prevent double decoding problems). (rjung) [CVE-2007-0450]
      and
      [CVE-2007-1860]:
      Change the default value of JkOptions to ForwardURICompatUnparsed.
      The old default value was ForwardURICompat.
      This should make URL interpretation between Apache httpd and
      Tomcat consistent (prevent double decoding problems). (rjung)
Changes between 1.2.21 and 1.2.22
Native
 Refactor line endings logging to make it correct for all
      platforms and webservers. (mturk) Refactor line endings logging to make it correct for all
      platforms and webservers. (mturk)
 Added command line windows make files. (mturk) Added command line windows make files. (mturk)
 Allow fail_on_status directive to be multi line. (mturk) Allow fail_on_status directive to be multi line. (mturk)
 42076: Fix name of new option from ForwardCertChain to
        ForwardSSLCertChain as documented. (rjung) 42076: Fix name of new option from ForwardCertChain to
        ForwardSSLCertChain as documented. (rjung)
 Docs: Fix a couple of typos, change format of a few tables,
      fix links to news pages. (rjung) Docs: Fix a couple of typos, change format of a few tables,
      fix links to news pages. (rjung)
 Fix correct URL for TC 6 examples in new IIS rewrite.properties
      configuration example file. (rjung) Fix correct URL for TC 6 examples in new IIS rewrite.properties
      configuration example file. (rjung)
 Add svn properties to several files. (rjung) Add svn properties to several files. (rjung)
 Add TC 6 examples to uriworkermap.properties in config examples. (rjung) Add TC 6 examples to uriworkermap.properties in config examples. (rjung)
 Allow multiple status codes for fail_on_status directive.
      The status codes can be delimited by space or comma characters. (mturk) Allow multiple status codes for fail_on_status directive.
      The status codes can be delimited by space or comma characters. (mturk)
 IIS. Added pcre like regular expressions for url rewrite rules. (mturk) IIS. Added pcre like regular expressions for url rewrite rules. (mturk)
 41922: Apache 1.3. Enable JkEnvVar. (mturk) 41922: Apache 1.3. Enable JkEnvVar. (mturk)
 Apache. Add --enable-flock configure parameter for explicit
        compilation of faster flock() system calls for OS supporting
        those calls. By default the fcntl system call for locking will
        be used that is a little bit slower but it can work on NFS
        mounted volumes as well. (mturk) Apache. Add --enable-flock configure parameter for explicit
        compilation of faster flock() system calls for OS supporting
        those calls. By default the fcntl system call for locking will
        be used that is a little bit slower but it can work on NFS
        mounted volumes as well. (mturk)
 41562: Add Debug logging for read from client in ISAPI Redirector.
         Contributed by Tim Whittington. (mturk) 41562: Add Debug logging for read from client in ISAPI Redirector.
         Contributed by Tim Whittington. (mturk)
 Apache. Add ForwardSSLCertChain JkOption.
        Contributed by Patrik Schnellmann. (mturk) Apache. Add ForwardSSLCertChain JkOption.
        Contributed by Patrik Schnellmann. (mturk)
 IIS. Do not forbid access to web-inf or meta-inf if there is
        no mapped worker. This allows to have resource with those names
        that are outside mapped contexts. (mturk) IIS. Do not forbid access to web-inf or meta-inf if there is
        no mapped worker. This allows to have resource with those names
        that are outside mapped contexts. (mturk)
 Apache. Use process id for creating shared memory name and delete shared
        memory and shared memory lock files on exit. (mturk) Apache. Use process id for creating shared memory name and delete shared
        memory and shared memory lock files on exit. (mturk)
 IIS. Fix Keep-Alive regression introduced in 1.2.21. (mturk) IIS. Fix Keep-Alive regression introduced in 1.2.21. (mturk)
 Delete unused check for empty init_map during startup. (rjung) Delete unused check for empty init_map during startup. (rjung)
 41770: Fix startup error if no JkWorkersFile is used. (rjung) 41770: Fix startup error if no JkWorkersFile is used. (rjung)
 Use JK_TRUE/JK_FALSE instead of OK/!OK as return values in init_jk(). (rjung) Use JK_TRUE/JK_FALSE instead of OK/!OK as return values in init_jk(). (rjung)
 Minor adjustments to apache startup log messages (when to use STDERR, remove
      deprecated NOERRNO flag, shm warning and warnings for usage of default files). (rjung) Minor adjustments to apache startup log messages (when to use STDERR, remove
      deprecated NOERRNO flag, shm warning and warnings for usage of default files). (rjung)
 Replace APR precompiler directive by httpd mpm_query to detect MPM threading.
      Add a debug log message about auto-detected pool size. (rjung) Replace APR precompiler directive by httpd mpm_query to detect MPM threading.
      Add a debug log message about auto-detected pool size. (rjung)
 Make MMN check easier to understand and a little more precise
        (for new ap_get_server_banner()/ap_get_server_description()).
        We use the new API only for Apache httpd 2.3. This way our binaries are not
        tightly coupled to a minor 2.0 version, and we don't use ap_get_server_banner()
        any way. (rjung) Make MMN check easier to understand and a little more precise
        (for new ap_get_server_banner()/ap_get_server_description()).
        We use the new API only for Apache httpd 2.3. This way our binaries are not
        tightly coupled to a minor 2.0 version, and we don't use ap_get_server_banner()
        any way. (rjung)
 Use the full description string ap_get_server_description() instead of
        the truncated info from ap_get_server_banner(), because this info gets used internally
        (status worker display and ajp14 backend communication) and is not send back to the
        normal user. (rjung) Use the full description string ap_get_server_description() instead of
        the truncated info from ap_get_server_banner(), because this info gets used internally
        (status worker display and ajp14 backend communication) and is not send back to the
        normal user. (rjung)
 41757: Document the "--enable-prefork" flag of configure. (rjung) 41757: Document the "--enable-prefork" flag of configure. (rjung)
 Enhance log messages for failures when parsing attribute maps. (rjung) Enhance log messages for failures when parsing attribute maps. (rjung)
 Correct log message during worker initialization, in case remote host could not be
        resolved. We logged the default host name "localhost" instead of the configured one. (rjung) Correct log message during worker initialization, in case remote host could not be
        resolved. We logged the default host name "localhost" instead of the configured one. (rjung)
 41770: Fix the second part of the bug: local_worker and local_worker_only
        is missing from the list of deprecated attributes (and not supported either), so prevents
        the web server from startup. (rjung) 41770: Fix the second part of the bug: local_worker and local_worker_only
        is missing from the list of deprecated attributes (and not supported either), so prevents
        the web server from startup. (rjung)
Changes between 1.2.20 and 1.2.21
Native
 [CVE-2007-0774]:
        A denial of service and critical remote code execution vulnerability.
        Caused by buffer overflow in map_uri_to_worker() when URL were longer that 4095 bytes.
        Reported by ZDI (www.zerodayintiative.com).
        Please note this issue only affected versions 1.2.19 and 1.2.20 of the
        Apache Tomcat JK Web Server Connector and not previous versions.
        Tomcat 5.5.20 and Tomcat 4.1.34
        included a vulnerable version in their source packages.
        Other versions of Tomcat were not affected. [CVE-2007-0774]:
        A denial of service and critical remote code execution vulnerability.
        Caused by buffer overflow in map_uri_to_worker() when URL were longer that 4095 bytes.
        Reported by ZDI (www.zerodayintiative.com).
        Please note this issue only affected versions 1.2.19 and 1.2.20 of the
        Apache Tomcat JK Web Server Connector and not previous versions.
        Tomcat 5.5.20 and Tomcat 4.1.34
        included a vulnerable version in their source packages.
        Other versions of Tomcat were not affected.
 Check the worker. parameters and don't start if the parameter is not a valid one. (jfclere) Check the worker. parameters and don't start if the parameter is not a valid one. (jfclere)
 41439: Allow session IDs to get stripped off URLs of static
        content in Apache by adding JkStripSession
        directive (configurable per vhost). (mturk) 41439: Allow session IDs to get stripped off URLs of static
        content in Apache by adding JkStripSession
        directive (configurable per vhost). (mturk)
 Change semantics of empty defaults for JkEnvVar variables.
      Until 1.2.19: not allowed. In 1.2.20: send variables as empty strings, if
      neither set to non empty in config, nor during runtime.
      Starting with 1.2.21: If config has no second argument only send
      variable if set (even when set to empty string) during runtime.
      Allows good combination with condition attribute in tomcat access log. (rjung) Change semantics of empty defaults for JkEnvVar variables.
      Until 1.2.19: not allowed. In 1.2.20: send variables as empty strings, if
      neither set to non empty in config, nor during runtime.
      Starting with 1.2.21: If config has no second argument only send
      variable if set (even when set to empty string) during runtime.
      Allows good combination with condition attribute in tomcat access log. (rjung)
 41610: Fix incorrect detection of missing Content-Length
        header leading to duplicate headers. Contributed by Boris Maras. (rjung) 41610: Fix incorrect detection of missing Content-Length
        header leading to duplicate headers. Contributed by Boris Maras. (rjung)
 Better build support for SunONE (Netscape/iPlanet) webservers. (jim) Better build support for SunONE (Netscape/iPlanet) webservers. (jim)
 Add warning if duplicate map keys are read and are not allowed,
      e.g. when parsing uriworkermap.properties. (rjung) Add warning if duplicate map keys are read and are not allowed,
      e.g. when parsing uriworkermap.properties. (rjung)
 Don't concat worker names, if uriworkermap.properties has a duplicate
      pattern, instead overwrite the worker. (rjung) Don't concat worker names, if uriworkermap.properties has a duplicate
      pattern, instead overwrite the worker. (rjung)
 Log deprecation message even in duplication case. (rjung) Log deprecation message even in duplication case. (rjung)
 uriworkermap.properties: Fix off-by-one problem when deleting
      URL mapping during reloading of uriworkermap.properties. (rjung) uriworkermap.properties: Fix off-by-one problem when deleting
      URL mapping during reloading of uriworkermap.properties. (rjung)
 41439: Allow session IDs to get stripped off URLs of static
        content in IIS (configurable). (rjung) 41439: Allow session IDs to get stripped off URLs of static
        content in IIS (configurable). (rjung)
 41333: Refactoring isapi_plugin configuration reading. (rjung) 41333: Refactoring isapi_plugin configuration reading. (rjung)
 41332: Add some more errno logging and unify the format. (rjung) 41332: Add some more errno logging and unify the format. (rjung)
 JkStatus: Improved logging by adding status worker name to messages.
      Added messages to the recover worker action. (rjung) JkStatus: Improved logging by adding status worker name to messages.
      Added messages to the recover worker action. (rjung)
 JkStatus: Refactoring searching for workers and sub workers. (rjung) JkStatus: Refactoring searching for workers and sub workers. (rjung)
 41318: Add configuration to make status worker user
        name checks case insensitive. (rjung) 41318: Add configuration to make status worker user
        name checks case insensitive. (rjung)
 JkStatus: Add estimated time until next global maintenance to other
      mime types and adopt jkstatus ant task. (rjung) JkStatus: Add estimated time until next global maintenance to other
      mime types and adopt jkstatus ant task. (rjung)
 JkStatus: Show estimated time until next global maintenance.
      Change displayed time until next recovery to a min/max pair. (rjung) JkStatus: Show estimated time until next global maintenance.
      Change displayed time until next recovery to a min/max pair. (rjung)
 JkStatus: Allow a user of a read/write status worker to switch it
      to and from read_only mode temporarily. (rjung) JkStatus: Allow a user of a read/write status worker to switch it
      to and from read_only mode temporarily. (rjung)
 JkStatus: Do not show read/write commands in a read_only status worker. (rjung) JkStatus: Do not show read/write commands in a read_only status worker. (rjung)
 JkStatus: Allow lb sub workers in error state to be marked for recovery
      administratively from the status worker. (rjung) JkStatus: Allow lb sub workers in error state to be marked for recovery
      administratively from the status worker. (rjung)
 Load Balancer: Do not try to recover multiple times in parallel.
      Use additional runtime states "PROBE" and "FORCED". (rjung) Load Balancer: Do not try to recover multiple times in parallel.
      Use additional runtime states "PROBE" and "FORCED". (rjung)
 JkStatus: Improve data synchronization between different processes. (rjung) JkStatus: Improve data synchronization between different processes. (rjung)
 41381: Fix segfault in feature fail_on_status
        (wrong order of log arguments). Patch by Juri Haberland. (rjung) 41381: Fix segfault in feature fail_on_status
        (wrong order of log arguments). Patch by Juri Haberland. (rjung)
 Use correct windows line endings for log file on WIN32 platform. (rjung) Use correct windows line endings for log file on WIN32 platform. (rjung)
Changes between 1.2.19 and 1.2.20
Native
 JkStatus Ant Task documentation page. (pero/rjung) JkStatus Ant Task documentation page. (pero/rjung)
 JkStatus Ant Tasks: Add new tasks for update and reset. (pero) JkStatus Ant Tasks: Add new tasks for update and reset. (pero)
 JkStatus Ant Tasks: Update for new xml status format. (pero) JkStatus Ant Tasks: Update for new xml status format. (pero)
 Allow integer and string values when setting enumeration/boolean
      attributes via status worker update action. (rjung) Allow integer and string values when setting enumeration/boolean
      attributes via status worker update action. (rjung)
 Docs: New reference guide page for status worker. (rjung) Docs: New reference guide page for status worker. (rjung)
 Docs: Renaming the config dir to reference and using the title
      Reference Guide in the docs. (rjung) Docs: Renaming the config dir to reference and using the title
      Reference Guide in the docs. (rjung)
 Added retry_on_status for workers directive. (mturk) Added retry_on_status for workers directive. (mturk)
 Status Worker: Add directive to make property prefix
      and good/bad rule configurable. (rjung) Status Worker: Add directive to make property prefix
      and good/bad rule configurable. (rjung)
 Status Worker: Omit lb members when att=nosw. (rjung) Status Worker: Omit lb members when att=nosw. (rjung)
 Status Worker: New command cmd=version for a short version output. (rjung) Status Worker: New command cmd=version for a short version output. (rjung)
 Status Worker: New output stype mime=prop produces property lists. (rjung) Status Worker: New output stype mime=prop produces property lists. (rjung)
 Apache: Fix incorrect handling of JkEnvVar when Vars are set multiple times. (rjung) Apache: Fix incorrect handling of JkEnvVar when Vars are set multiple times. (rjung)
 Renamed jvm_route to route. Deprecated jvm_route, but still use it as fallback
      when parsing the worker configuration. (rjung) Renamed jvm_route to route. Deprecated jvm_route, but still use it as fallback
      when parsing the worker configuration. (rjung)
 IIS: Make uriworkermap file reload check interval configurable. (mturk) IIS: Make uriworkermap file reload check interval configurable. (mturk)
 Apache: Make uriworkermap file reload check interval configurable. (rjung) Apache: Make uriworkermap file reload check interval configurable. (rjung)
 Status Worker: Add directives for customizing the XML
      output (ns, xmlns, doctype). (mturk) Status Worker: Add directives for customizing the XML
      output (ns, xmlns, doctype). (mturk)
 Docs: New page with description of uriworkermap. (rjung) Docs: New page with description of uriworkermap. (rjung)
 Docs: Added short description of max_packet_size to worker
      reference. (rjung) Docs: Added short description of max_packet_size to worker
      reference. (rjung)
 Status Worker: All functions accessible also for xml and txt
      mime types (list, show, update, reset). (rjung) Status Worker: All functions accessible also for xml and txt
      mime types (list, show, update, reset). (rjung)
 Status Worker: New global health indicators for load balancers
      named bad (error, recovering or stopped), degraded (busy or disabled)
      and good (the rest, active and OK or N/A). (rjung) Status Worker: New global health indicators for load balancers
      named bad (error, recovering or stopped), degraded (busy or disabled)
      and good (the rest, active and OK or N/A). (rjung)
 Status Worker: New edit page, to change one attribute for all
      members of a load balancer. (rjung) Status Worker: New edit page, to change one attribute for all
      members of a load balancer. (rjung)
 Status Worker: Standard logging for status worker. (rjung) Status Worker: Standard logging for status worker. (rjung)
 Status Worker: code refactoring. (rjung) Status Worker: code refactoring. (rjung)
 Status Worker: New attribute user (list) denies access, if
      the request user in the sense of remote_user is not in this list.
      Empty list = no deny (rjung) Status Worker: New attribute user (list) denies access, if
      the request user in the sense of remote_user is not in this list.
      Empty list = no deny (rjung)
 Status Worker: New attribute read_only disables the parts
      of the status worker, that change states and configurations. (rjung) Status Worker: New attribute read_only disables the parts
      of the status worker, that change states and configurations. (rjung)
 36121: Don't change main uri when mod_jk serves
        included uri. (markt) 36121: Don't change main uri when mod_jk serves
        included uri. (markt)
 Apache VHosts: Merge JkOptions +base - -base + +vhost - -vhost. (rjung) Apache VHosts: Merge JkOptions +base - -base + +vhost - -vhost. (rjung)
 Apache Docs: Adding requirements, context information, default values and
      inheritance rules to the Apache config documentation. (rjung) Apache Docs: Adding requirements, context information, default values and
      inheritance rules to the Apache config documentation. (rjung)
 Status Worker: Add source type to status worker, remove the redundant "context"
      column in the map listing (context=uri). (rjung) Status Worker: Add source type to status worker, remove the redundant "context"
      column in the map listing (context=uri). (rjung)
 uriworkermap: On reload of the file, all old entries from the previous file
      version get deleted, before the new ones are being read. (rjung) uriworkermap: On reload of the file, all old entries from the previous file
      version get deleted, before the new ones are being read. (rjung)
 Keep normal maps and exclusion maps internally separate. Don't treat them
      as the same when adding a rule. (rjung) Keep normal maps and exclusion maps internally separate. Don't treat them
      as the same when adding a rule. (rjung)
 Status Worker: Display mapping rules also for non-lb workers and in global view. (rjung) Status Worker: Display mapping rules also for non-lb workers and in global view. (rjung)
 Apache VHosts: Use the vhost log files instead of the main log. (rjung) Apache VHosts: Use the vhost log files instead of the main log. (rjung)
 Apache VHosts: Allow individual timestamp formats by refactoring the formatting
      method. (rjung) Apache VHosts: Allow individual timestamp formats by refactoring the formatting
      method. (rjung)
 Apache VHosts: Adding all missing config items to the virtual host level.
      Don't overwrite the settings from the global server, but inherit them
      in case they are not set in the virtual host. (rjung) Apache VHosts: Adding all missing config items to the virtual host level.
      Don't overwrite the settings from the global server, but inherit them
      in case they are not set in the virtual host. (rjung)
 Apache: remove unnecessary function names from log messages. (rjung) Apache: remove unnecessary function names from log messages. (rjung)
 Apache: add a default log file location and a message, if the default gets used. (rjung) Apache: add a default log file location and a message, if the default gets used. (rjung)
 Apache: add missing JK_IS_DEBUG_LEVEL() (rjung) Apache: add missing JK_IS_DEBUG_LEVEL() (rjung)
 Apache VHosts: Allow JkWorkersFile, JKWorkerProperty, JkShmFile and JkShmFileSize
      only in global virtual server. (rjung) Apache VHosts: Allow JkWorkersFile, JKWorkerProperty, JkShmFile and JkShmFileSize
      only in global virtual server. (rjung)
 Add some more jk_close_socket() and reduce log level for some info messages. (rjung) Add some more jk_close_socket() and reduce log level for some info messages. (rjung)
 Load Balancer: Added the Sessions strategy. Contributed by Takayuki Kaneko. (rjung) Load Balancer: Added the Sessions strategy. Contributed by Takayuki Kaneko. (rjung)
 Docs: Minor enhancements and syncing with more recent versions. (rjung) Docs: Minor enhancements and syncing with more recent versions. (rjung)
 40997: Separate uri mappings from their '!'
      counterpart when checking for duplicates in uriworkermap
      reloading. (rjung) 40997: Separate uri mappings from their '!'
      counterpart when checking for duplicates in uriworkermap
      reloading. (rjung)
 40877: Make sure the shared memory is reset on
      attach for multiple web server child processes. (mturk) 40877: Make sure the shared memory is reset on
      attach for multiple web server child processes. (mturk)
 IIS: Added shm_size property to be able to deal with over 64
      workers configurations. (mturk) IIS: Added shm_size property to be able to deal with over 64
      workers configurations. (mturk)
 IIS: Increase default thread count to 250, so its the same as Apache Httpd
      default configuration. (mturk) IIS: Increase default thread count to 250, so its the same as Apache Httpd
      default configuration. (mturk)
 40966: Fix socket descriptor checks on windows. (mturk) 40966: Fix socket descriptor checks on windows. (mturk)
 40965: Initialize missing service parameters. (mturk) 40965: Initialize missing service parameters. (mturk)
 40938: Fix releasing of rewrite map.
      Thanks to Chris Adams for spotting that. (mturk) 40938: Fix releasing of rewrite map.
      Thanks to Chris Adams for spotting that. (mturk)
 Apache: Added +FlushHeader JkOptions. (mturk) Apache: Added +FlushHeader JkOptions. (mturk)
 Added explicit flush when AJP body packet size is zero. (mturk) Added explicit flush when AJP body packet size is zero. (mturk)
 40856: Fixing case sensitivity bug in URL mapping. (rjung) 40856: Fixing case sensitivity bug in URL mapping. (rjung)
 40793: Documentation: Improvements to Apache HowTo provided by
      Paul Charles Leddy. (markt) 40793: Documentation: Improvements to Apache HowTo provided by
      Paul Charles Leddy. (markt)
 40774: Fixing wrong recursion termination. This one restricted the
      "reference" feature unintentionally to 20 workers. (rjung) 40774: Fixing wrong recursion termination. This one restricted the
      "reference" feature unintentionally to 20 workers. (rjung)
 40716: Adding "reference" feature to IIS and Netscape. (rjung) 40716: Adding "reference" feature to IIS and Netscape. (rjung)
 Documentation: Corrected SetEnvIf syntax in JK_WORKER_NAME example. (rjung) Documentation: Corrected SetEnvIf syntax in JK_WORKER_NAME example. (rjung)
 Documentation: Added forgotten STATE and ACTIVATION notes for load balancer logging in Apache. (rjung) Documentation: Added forgotten STATE and ACTIVATION notes for load balancer logging in Apache. (rjung)
 Apache: Use instdso.sh instead libtool: libtool does not work on HP-UX for example. (jfclere) Apache: Use instdso.sh instead libtool: libtool does not work on HP-UX for example. (jfclere)
Changes between 1.2.18 and 1.2.19
Native
 Docs: Add SetHandler and new env var to Apache config docs. (rjung) Docs: Add SetHandler and new env var to Apache config docs. (rjung)
 Apache 1.3: Backport "no-jk" feature. (rjung) Apache 1.3: Backport "no-jk" feature. (rjung)
 Apache: Add an environment variable to make SetHandler "jakarta-servlet" more
      useful. The variable is JK_WORKER_NAME, but can be changed by the
      new directive JkWorkerIndicator. (rjung) Apache: Add an environment variable to make SetHandler "jakarta-servlet" more
      useful. The variable is JK_WORKER_NAME, but can be changed by the
      new directive JkWorkerIndicator. (rjung)
 LB: Don't use single worker shortcut, if the single worker is being diabled. (rjung) LB: Don't use single worker shortcut, if the single worker is being diabled. (rjung)
 Status worker: Add short explanation of activation and error states to legend. (rjung) Status worker: Add short explanation of activation and error states to legend. (rjung)
 Docs: Add meaning of zero timeout values for various timeouts
      in workers.properties. (rjung) Docs: Add meaning of zero timeout values for various timeouts
      in workers.properties. (rjung)
 LB: Cleanup of Mladens forced recovery. (rjung) LB: Cleanup of Mladens forced recovery. (rjung)
 LB: Do not change lb_value for recovering workers to max, if
      we are using BUSYNESS method. (rjung) LB: Do not change lb_value for recovering workers to max, if
      we are using BUSYNESS method. (rjung)
 Apache: Since 1.2.14 mod_jk failed to detect client abort. (rjung) Apache: Since 1.2.14 mod_jk failed to detect client abort. (rjung)
 Docs: Corrected description of JkEnvVar. (rjung) Docs: Corrected description of JkEnvVar. (rjung)
 Solaris: Detect filio.h in configure to make the new connection detection
      build on solaris (r432825). (rjung) Solaris: Detect filio.h in configure to make the new connection detection
      build on solaris (r432825). (rjung)
 Add feature to force the recovery of workers that are
      member of loadbalancer if all the members are in error
      state. This fixes the time gap where 503 was returned
      caused by recovery_timeout although the backend was
      ready to handle the requests. (mturk) Add feature to force the recovery of workers that are
      member of loadbalancer if all the members are in error
      state. This fixes the time gap where 503 was returned
      caused by recovery_timeout although the backend was
      ready to handle the requests. (mturk)
 Docs: Seperate deprecated directives in their own table. (rjung) Docs: Seperate deprecated directives in their own table. (rjung)
 Docs: Allow "-" and "_" in worker names. (rjung) Docs: Allow "-" and "_" in worker names. (rjung)
 Allow multiple lines with attributes "balance_workers" and "mount". (rjung) Allow multiple lines with attributes "balance_workers" and "mount". (rjung)
 Make jk_is_some_property match more precisely. (rjung) Make jk_is_some_property match more precisely. (rjung)
 JkStatus: Make refresh interval changeable. (rjung) JkStatus: Make refresh interval changeable. (rjung)
 JkStatus: Adjust display of recover time wrt. global maintenance. (rjung) JkStatus: Adjust display of recover time wrt. global maintenance. (rjung)
 LB: Resetting worker state from OK to NA, if worker has been idle
      too long. (rjung) LB: Resetting worker state from OK to NA, if worker has been idle
      too long. (rjung)
 Avoid compiler warnings concerning the use of lb_*_type arrays.
      Use functions instead. (rjung) Avoid compiler warnings concerning the use of lb_*_type arrays.
      Use functions instead. (rjung)
 Added %R JkRequestLogFormat option for Apache 1 and Apache 2. (mturk) Added %R JkRequestLogFormat option for Apache 1 and Apache 2. (mturk)
 Allow changing jvm Route from status manager. (mturk) Allow changing jvm Route from status manager. (mturk)
 Do not retun 400 if Tomcat fails in the midle of the post
      request. Return 500 insted. (mturk) Do not retun 400 if Tomcat fails in the midle of the post
      request. Return 500 insted. (mturk)
 LB: Combine ok/error/recovering/busy runtime states into a single scalar. (rjung) LB: Combine ok/error/recovering/busy runtime states into a single scalar. (rjung)
 LB: Combine active/disabled/stopped configuration states into a single scalar. (rjung) LB: Combine active/disabled/stopped configuration states into a single scalar. (rjung)
 LB: Add several Apache notes to enable standard logging for load balancer results. (rjung) LB: Add several Apache notes to enable standard logging for load balancer results. (rjung)
 LB: Reorganisation of the main load balancer service loop. (rjung) LB: Reorganisation of the main load balancer service loop. (rjung)
 Implement hierarchical worker configuration via attribute "reference". (rjung) Implement hierarchical worker configuration via attribute "reference". (rjung)
 Log deprecated properties. (rjung) Log deprecated properties. (rjung)
 IIS: Fix simple_rewrite for the cases where the
      rewritten url is larger then the original one. (mturk) IIS: Fix simple_rewrite for the cases where the
      rewritten url is larger then the original one. (mturk)
 New JkOption "DisableReuse" to disable connection persistence. (jim) New JkOption "DisableReuse" to disable connection persistence. (jim)
 LB: Move sessionid retrieval out of get_most_suitable_worker into service. (rjung) LB: Move sessionid retrieval out of get_most_suitable_worker into service. (rjung)
 Code cleanup for all service methods (use TRACE, JK_LOG_NULL_PARAMS, null pointer checks). (rjung) Code cleanup for all service methods (use TRACE, JK_LOG_NULL_PARAMS, null pointer checks). (rjung)
 JKSTATUS: add refresh link. No refresh for updates. Redirect to list view after update. (rjung) JKSTATUS: add refresh link. No refresh for updates. Redirect to list view after update. (rjung)
 Add new hook add_log_items into servers. (rjung) Add new hook add_log_items into servers. (rjung)
 APACHE httpd: Rename apache logging notes. (rjung) APACHE httpd: Rename apache logging notes. (rjung)
 LB: Rename lock and method constants. Add constants for defaults. (rjung) LB: Rename lock and method constants. Add constants for defaults. (rjung)
 Default log level should be INFO and not DEBUG.
      Default log level should be the same for all server types. (rjung) Default log level should be INFO and not DEBUG.
      Default log level should be the same for all server types. (rjung)
 Make rewrite_rule_map and log_level as non mandatory
      directives for isapi_redirect. (mturk) Make rewrite_rule_map and log_level as non mandatory
      directives for isapi_redirect. (mturk)
 40107: Rewrite is_socket_connected function.
      Non blocking socket is not used any more. (mturk) 40107: Rewrite is_socket_connected function.
      Non blocking socket is not used any more. (mturk)
 Allow building with VS2005 without too many warnings. (mturk) Allow building with VS2005 without too many warnings. (mturk)
 Decide by MMN, which piped log API we should use.
      mod_jk 1.2.18 broke compilation with Apache 1.3 pre 1.3.28. (rjung) Decide by MMN, which piped log API we should use.
      mod_jk 1.2.18 broke compilation with Apache 1.3 pre 1.3.28. (rjung)
Changes between 1.2.17 and 1.2.18
Native
 Using socklen_t in getsockopt. Also introducing jk_sock_t. (mturk) Using socklen_t in getsockopt. Also introducing jk_sock_t. (mturk)
 Allow recovery wait time below 60 seconds (new minimum is 1 second). (mturk) Allow recovery wait time below 60 seconds (new minimum is 1 second). (mturk)
Changes between 1.2.16 and JK 1.2.17
Native
 Fix hanging jk status worker when certain attributes are being updated
      due to double locking. (rjung) Fix hanging jk status worker when certain attributes are being updated
      due to double locking. (rjung)
 Allow JkMount to behave like uriworkermap.properties
      by parsing pipe symbol as two directive marker. (mturk) Allow JkMount to behave like uriworkermap.properties
      by parsing pipe symbol as two directive marker. (mturk)
Changes between 1.2.15 and JK 1.2.16
Native
 Added simple rewrite capability for IIS. Although simple it
      will fulfill most needs. (mturk) Added simple rewrite capability for IIS. Although simple it
      will fulfill most needs. (mturk)
 Added RECOVER_ABORT_IF_CLIENTERROR recovery_option that closes
      the connection if client connection is broken during the request. (mturk) Added RECOVER_ABORT_IF_CLIENTERROR recovery_option that closes
      the connection if client connection is broken during the request. (mturk)
 Renamed cache_timeout directive to connection_pool_timeout. (mturk) Renamed cache_timeout directive to connection_pool_timeout. (mturk)
 Added connection_pool_minsize directive. (mturk) Added connection_pool_minsize directive. (mturk)
 Deprecate recycle_timeout directive. (mturk) Deprecate recycle_timeout directive. (mturk)
 Corrected some HTML syntax bugs in output of status worker. (rjung) Corrected some HTML syntax bugs in output of status worker. (rjung)
 Added the refresh=n parameter to the status worker. It will update the display every n seconds. (rjung) Added the refresh=n parameter to the status worker. It will update the display every n seconds. (rjung)
 Balancer: Add attribute distance to balanced workers to express preferences between workers. (rjung) Balancer: Add attribute distance to balanced workers to express preferences between workers. (rjung)
 Balancer: Add attribute jvm_route to balanced workers to be able to use the same target in different balancers. (rjung) Balancer: Add attribute jvm_route to balanced workers to be able to use the same target in different balancers. (rjung)
 Status: Add lb_mult to status. (rjung) Status: Add lb_mult to status. (rjung)
 Balancer: Make different balancing strategies work in a similar way (use lb_value, use decay during global maintenance, use integer factors for weights. (rjung) Balancer: Make different balancing strategies work in a similar way (use lb_value, use decay during global maintenance, use integer factors for weights. (rjung)
 Balancer: Improve locking. (rjung) Balancer: Improve locking. (rjung)
 Balancer: Workers start slower after recovering. (rjung) Balancer: Workers start slower after recovering. (rjung)
 Balancer: Make different balancing strategies work in a similar way (use lb_value, use decay during global maintenance, use integer factors lb_mult for weights). (rjung) Balancer: Make different balancing strategies work in a similar way (use lb_value, use decay during global maintenance, use integer factors lb_mult for weights). (rjung)
 Balancer: Move recovery check to global maintenance. (rjung) Balancer: Move recovery check to global maintenance. (rjung)
 Balancer: Add global maintenance method, that is called in only one process. (rjung) Balancer: Add global maintenance method, that is called in only one process. (rjung)
 Extend our use of autoconf to find a 32Bit and a 64Bit unsigned type and their printf formats. (rjung) Extend our use of autoconf to find a 32Bit and a 64Bit unsigned type and their printf formats. (rjung)
 Logging: piped loggers for JkLogFile and Apache 1.3. (rjung) Logging: piped loggers for JkLogFile and Apache 1.3. (rjung)
 Logging: Add PID to log lines for each log level apart from REQUEST. (rjung) Logging: Add PID to log lines for each log level apart from REQUEST. (rjung)
 Logging: flush buffered logs to keep lines in correct order. Output final newline together with log message. (rjung) Logging: flush buffered logs to keep lines in correct order. Output final newline together with log message. (rjung)
 Reducing shm size. (rjung) Reducing shm size. (rjung)
 Only log removing of old worker, when we actually do it. (rjung) Only log removing of old worker, when we actually do it. (rjung)
 37469: Fix shared memory close for forked childs.
      The shared memory will be closed by the parent process. (mturk) 37469: Fix shared memory close for forked childs.
      The shared memory will be closed by the parent process. (mturk)
 37332: Fix potential misuse of buffer length with
      snprintf functions. (mturk) 37332: Fix potential misuse of buffer length with
      snprintf functions. (mturk)
 38859:
      [CVE-2006-7197]
      Protect mod_jk against buggy or malicious
      AJP servers in the backend. Patch provided by Ruediger Pluem. (mturk) 38859:
      [CVE-2006-7197]
      Protect mod_jk against buggy or malicious
      AJP servers in the backend. Patch provided by Ruediger Pluem. (mturk)
 38889: Use worker map sorting depending on the path
      elements, to comply with Servlet spec. Patch provided by
      Steve Revilak. (mturk) 38889: Use worker map sorting depending on the path
      elements, to comply with Servlet spec. Patch provided by
      Steve Revilak. (mturk)
 36138: Added Busyness lb method. Patch provided
      by  Chris Lamprecht. (mturk) 36138: Added Busyness lb method. Patch provided
      by  Chris Lamprecht. (mturk)
 Fix pessimistic locking mode. The patch correctly handles the
      burst load, by syncing the access to the shared memory data. (mturk) Fix pessimistic locking mode. The patch correctly handles the
      burst load, by syncing the access to the shared memory data. (mturk)
 38806: Reclycle worker even if it is disabled.
      This fixes hot-standby workers in error state. (mturk) 38806: Reclycle worker even if it is disabled.
      This fixes hot-standby workers in error state. (mturk)
 37167: Allow building with BSD-ish like make. (mturk) 37167: Allow building with BSD-ish like make. (mturk)
 ISAPI plugin (isapi_redirect.dll) did not provide correct request data
      for IIS
 to include in the IIS log. (markt) ISAPI plugin (isapi_redirect.dll) did not provide correct request data
      for IIS
 to include in the IIS log. (markt)
Changes between 1.2.14 and 1.2.15
Native
 Fix AJP13 Cookie2 parsing. Cookie2 was always send as Cookie.
      Patch provided by Andre Gebers. (mturk) Fix AJP13 Cookie2 parsing. Cookie2 was always send as Cookie.
      Patch provided by Andre Gebers. (mturk)
 35862: NSAPI plugin attempts to read freed memory and attempts to
      dereference a null pointer. Patch provided by Brian Kavanagh. (markt) 35862: NSAPI plugin attempts to read freed memory and attempts to
      dereference a null pointer. Patch provided by Brian Kavanagh. (markt)
Changes between 1.2.13 and 1.2.14
Native
 Fix lb for worker mpm's with cachesize set to lower number then
        ThreadsPerChild is. If retries is set to value larger then 3 sleep for
        100 ms on each attempt. This enables to tune the connection cache,
        and serialize incoming connections instead returning busy if connection
        count is larger then cachesize. (mturk) Fix lb for worker mpm's with cachesize set to lower number then
        ThreadsPerChild is. If retries is set to value larger then 3 sleep for
        100 ms on each attempt. This enables to tune the connection cache,
        and serialize incoming connections instead returning busy if connection
        count is larger then cachesize. (mturk)
 36525: Solaris core dump. (mturk) 36525: Solaris core dump. (mturk)
 36102: Worker actions do not persist. (mturk) 36102: Worker actions do not persist. (mturk)
 35864: Status worker doesn't list workers.
      Patch provided by Martin Goldhahn. (mturk) 35864: Status worker doesn't list workers.
      Patch provided by Martin Goldhahn. (mturk)
 35809: JkMountCopy don't work for Apache 2.0 Patch provided by
       Christophe Dubach. (mturk) 35809: JkMountCopy don't work for Apache 2.0 Patch provided by
       Christophe Dubach. (mturk)
 35298: Multiple JK/ISAPI redirectors on a single IIS site are not supported
       Patch provided by Tim Whittington. (mturk) 35298: Multiple JK/ISAPI redirectors on a single IIS site are not supported
       Patch provided by Tim Whittington. (mturk)
Changes between 1.2.12 and 1.2.13
Native
 34397: Emergency was handled as Error. (jfclere) 34397: Emergency was handled as Error. (jfclere)
 34474: // in URL were not handled correctly with Apache-1.3. (jfclere) 34474: // in URL were not handled correctly with Apache-1.3. (jfclere)
 Use 64 bits int for transferred/read bytes. Use 64 bits int for transferred/read bytes.
 Added JkOptions +FlushPackets used to optimize memory
      usage when sending large data. (mturk) Added JkOptions +FlushPackets used to optimize memory
      usage when sending large data. (mturk)
 Added lock directive for load balancer that allows more acurate
      load balancing in case of burst load. (mturk) Added lock directive for load balancer that allows more acurate
      load balancing in case of burst load. (mturk)
 Added worker.maintain directive to allow customizing default 10
      second timeout. On busy servers this value needs to be set on
      higher value. (mturk) Added worker.maintain directive to allow customizing default 10
      second timeout. On busy servers this value needs to be set on
      higher value. (mturk)
 Fix for NetWare compiler to deal with different types between AP13
      and AP2 SDKs. (fuankg) Fix for NetWare compiler to deal with different types between AP13
      and AP2 SDKs. (fuankg)
 Emit much more legible user.dmp crash analysis output for WIN32. (wrowe) Emit much more legible user.dmp crash analysis output for WIN32. (wrowe)
 34558: Fix first failover request. (mturk) 34558: Fix first failover request. (mturk)
Changes between 1.2.11 and 1.2.12
Native
 Added ForwardLocalAddress JkOptions flag for passing local instead remote
      address. Useful for remote addr valve. (mturk) Added ForwardLocalAddress JkOptions flag for passing local instead remote
      address. Useful for remote addr valve. (mturk)
 Fix that worker does not get used, when stopped flag is set to
      true. (pero) Fix that worker does not get used, when stopped flag is set to
      true. (pero)
 Add loadbalance default worker secret attribute to the documentation (pero) Add loadbalance default worker secret attribute to the documentation (pero)
Changes between 1.2.10 and 1.2.11
Native
 Backport SC_M_JK_STORED from JK2 for passing arbitrary
      methods instead failing the request. (mturk) Backport SC_M_JK_STORED from JK2 for passing arbitrary
      methods instead failing the request. (mturk)
 Added missing SEARCH and ACL http methods. (mturk) Added missing SEARCH and ACL http methods. (mturk)
 Add worker secret attribute to the documentation (pero) Add worker secret attribute to the documentation (pero)
 Add a stopped flag to worker configuration. Set flag to true and
      the complete traffic to the worker will be stopped.
      Also update the Ant JkStatusUpdateTask at Tomcat 5.5.10 release.
      Only usefull in a replicated session cluster.(pero) Add a stopped flag to worker configuration. Set flag to true and
      the complete traffic to the worker will be stopped.
      Also update the Ant JkStatusUpdateTask at Tomcat 5.5.10 release.
      Only usefull in a replicated session cluster.(pero)
 Added worker maintain function that will maintain all
      the workers instead just the current one. This enables to recycle
      the connections on all workers. (mturk) Added worker maintain function that will maintain all
      the workers instead just the current one. This enables to recycle
      the connections on all workers. (mturk)
 Use shutdown when recycling connections instead hard
      breaking the socket. (mturk) Use shutdown when recycling connections instead hard
      breaking the socket. (mturk)
 Add unique directives checking. The directives if
      unique are now overwritten instead concatenated. (mturk) Add unique directives checking. The directives if
      unique are now overwritten instead concatenated. (mturk)
 Allow multiple worker.list directives. (mturk) Allow multiple worker.list directives. (mturk)
 34577: For IIS log original request instead loging
      the request for ISAPI extension. (mturk) 34577: For IIS log original request instead loging
      the request for ISAPI extension. (mturk)
 34558: Make sure the returned status codes are the same
      for ajp and lb workers. (mturk) 34558: Make sure the returned status codes are the same
      for ajp and lb workers. (mturk)
 34423: Use APR_USE_FLOCK_SERIALIZE for setting log lock
      on platforms like FreeBSD. Patch provided by Allan Saddi. (mturk) 34423: Use APR_USE_FLOCK_SERIALIZE for setting log lock
      on platforms like FreeBSD. Patch provided by Allan Saddi. (mturk)
 33843: Fix obtaining LDFLAGS that were used for building
      Apache HTTPD. Patch provided by Beat Kneubuehl. (mturk) 33843: Fix obtaining LDFLAGS that were used for building
      Apache HTTPD. Patch provided by Beat Kneubuehl. (mturk)
 34358: Enable load balancer method configuration. (glenn) 34358: Enable load balancer method configuration. (glenn)
 34357: In some situations Apache 2 mod_jk could segfault
      when the JkAutoAlias directive is used. (glenn) 34357: In some situations Apache 2 mod_jk could segfault
      when the JkAutoAlias directive is used. (glenn)
 Add --enable-prefork to the documentation (pero) Add --enable-prefork to the documentation (pero)
 Update tomcat_trend.pl for new error log string formatting.
      (glenn) Update tomcat_trend.pl for new error log string formatting.
      (glenn)
Changes between 1.2.8 and 1.2.10
Native
 Set default shared memory to 64K instead 1M. (mturk) Set default shared memory to 64K instead 1M. (mturk)
 Do not mark the worker in error state if headers are
      larger then AJP13 limit. (mturk) Do not mark the worker in error state if headers are
      larger then AJP13 limit. (mturk)
 On iSeries you should use the latest PTF for Apache 2.0
      (which is now 2.0.52) and ad minima SI17402/SI17061 or cumulative
      including them. (hgomez) On iSeries you should use the latest PTF for Apache 2.0
      (which is now 2.0.52) and ad minima SI17402/SI17061 or cumulative
      including them. (hgomez)
 Change the xml status format to xml attribute syntax (pero) Change the xml status format to xml attribute syntax (pero)
 33248: Fix builds where apxs defines multiple
      directories for APR includes. (mturk) 33248: Fix builds where apxs defines multiple
      directories for APR includes. (mturk)
 32696: Return 404 instead 403 when WEB-INF is requested
      to comply with Servlet spec. (mturk) 32696: Return 404 instead 403 when WEB-INF is requested
      to comply with Servlet spec. (mturk)
 Added ANT task for managing jkstatus. (pero) Added ANT task for managing jkstatus. (pero)
 If socket_timeout is set, check if socket is alive before
      sending any request to Tomcat. (mturk) If socket_timeout is set, check if socket is alive before
      sending any request to Tomcat. (mturk)
 Added JkMountFile for Apache web servers. This file can contain
      uri mappings in the form (/url=worker), and is checked for
      updates at regular 60 second interval. (mturk) Added JkMountFile for Apache web servers. This file can contain
      uri mappings in the form (/url=worker), and is checked for
      updates at regular 60 second interval. (mturk)
 Added status worker for managing worker runtime data using
      web page. (mturk) Added status worker for managing worker runtime data using
      web page. (mturk)
 Added load balancer method directive that is used for setting
      the algorithm used for balancing workers. Method can be either
      Request (default) or Traffic. (mturk) Added load balancer method directive that is used for setting
      the algorithm used for balancing workers. Method can be either
      Request (default) or Traffic. (mturk)
 Added shared memory to allow dynamic configuration. Shared memory
      is needed only for unix platform and web servers having multiple
      child processes. For Apache web server two new directives has been
      added (JkShmFile and JkShmSize). (mturk) Added shared memory to allow dynamic configuration. Shared memory
      is needed only for unix platform and web servers having multiple
      child processes. For Apache web server two new directives has been
      added (JkShmFile and JkShmSize). (mturk)
 Added textupdate mode to status worker to handle remote updates
      from ant tasks.(pero) Added textupdate mode to status worker to handle remote updates
      from ant tasks.(pero)
 33562: Fix Reply_timeout when recovery_options
      is larger than 1. Patch provided by Takashi Satou. (mturk) 33562: Fix Reply_timeout when recovery_options
      is larger than 1. Patch provided by Takashi Satou. (mturk)
 33308: Fix segfaults when ForwardDirectories is enabled
        with Apache 1.3 33308: Fix segfaults when ForwardDirectories is enabled
        with Apache 1.3
Changes between 1.2.7 and 1.2.8
Native
 Allow anyone to debug and diagnose stack dumps using windbg or any
      other debugging tool, and (if they add the .pdb files to their
      installation) to make sense of dr watson logs.
      Patch provided by William A. Rowe (wrowe) Allow anyone to debug and diagnose stack dumps using windbg or any
      other debugging tool, and (if they add the .pdb files to their
      installation) to make sense of dr watson logs.
      Patch provided by William A. Rowe (wrowe)
 Fix in_addr_t usage by using the real struct ignoring typedef.
      Patch provided by William A. Rowe (wrowe) Fix in_addr_t usage by using the real struct ignoring typedef.
      Patch provided by William A. Rowe (wrowe)
 Fix url rewriting by restoring the in place uri from which the
      jsessionid was removed. (mturk) Fix url rewriting by restoring the in place uri from which the
      jsessionid was removed. (mturk)
 Make load balancer algorithm thread safe by introducing mutex
      to the load balancer worker. (mturk) Make load balancer algorithm thread safe by introducing mutex
      to the load balancer worker. (mturk)
 Fix sending error pages for IIS to client by adding Content-Type header
      using correct api function call. (mturk) Fix sending error pages for IIS to client by adding Content-Type header
      using correct api function call. (mturk)
 32696: Prevent IIS from crushing when web-inf url was requested. (mturk) 32696: Prevent IIS from crushing when web-inf url was requested. (mturk)
 Use default cachesize for servers that support discovering the number of
      threads per child process. (mturk). Use default cachesize for servers that support discovering the number of
      threads per child process. (mturk).
 Fix Apache content-length header parsing using case insensitive compare. (billbarker) Fix Apache content-length header parsing using case insensitive compare. (billbarker)
 Fix parsing AJP headers using case insensitive compare. (mturk) Fix parsing AJP headers using case insensitive compare. (mturk)
 Use infinite socket timeout if socket_timeout is set to zero or less then zero. (mturk) Use infinite socket timeout if socket_timeout is set to zero or less then zero. (mturk)
 Change balanced_workers to balance_workers but keep
      backward compatibility preserving the old directive. (mturk). Change balanced_workers to balance_workers but keep
      backward compatibility preserving the old directive. (mturk).
 Fix ajp initialization for workers with cache_size set to zero. (mturk) Fix ajp initialization for workers with cache_size set to zero. (mturk)
 32317: Making mod_jk replication aware (Clustering Support).
      Patch provided by Rainer Jung. (mturk). 32317: Making mod_jk replication aware (Clustering Support).
      Patch provided by Rainer Jung. (mturk).
 31132: Core dump when JkLogFile is missing from conf. (mturk) 31132: Core dump when JkLogFile is missing from conf. (mturk)
Changes between 1.2.6 and 1.2.7
Native
 Added new property named recover_time that can be used to change the
      default 60 second recover time. (mturk) Added new property named recover_time that can be used to change the
      default 60 second recover time. (mturk)
 Added custom retries for worker, so we don't depend on default setting.
      If set to a number grater then 3, it will sleep for 100ms on retry greater
      then 3 and then try again. (mturk) Added custom retries for worker, so we don't depend on default setting.
      If set to a number grater then 3, it will sleep for 100ms on retry greater
      then 3 and then try again. (mturk)
 Added JkWorkerProperty directive that enables omiting workers.properties file.
      For example: JkWorkerProperty worker.ajp13a.port=8009. (mturk) Added JkWorkerProperty directive that enables omiting workers.properties file.
      For example: JkWorkerProperty worker.ajp13a.port=8009. (mturk)
 Check all JSESSIONID cookies for a valid jvmRoute. If you have multiple Tomcats
      with overlapping domains, then you can get multiple cookies without a defined order.
      This will route correctly as long as the different domains don't have any
      Tomcats in common. (billbarker) Check all JSESSIONID cookies for a valid jvmRoute. If you have multiple Tomcats
      with overlapping domains, then you can get multiple cookies without a defined order.
      This will route correctly as long as the different domains don't have any
      Tomcats in common. (billbarker)
 Added JkUnMount directive for negative mappings that works as opposite to JkMount directives.
      It is used for blocking of particular URL or content type. (mturk) Added JkUnMount directive for negative mappings that works as opposite to JkMount directives.
      It is used for blocking of particular URL or content type. (mturk)
 Added wildchar match uri mappings. One can now use JkMount to
      map /app/*/servlet/* or /app?/*/*.jsp. (mturk) Added wildchar match uri mappings. One can now use JkMount to
      map /app/*/servlet/* or /app?/*/*.jsp. (mturk)
 Rewrite the logging by adding Trace options. (mturk) Rewrite the logging by adding Trace options. (mturk)
 Added socket_timeout property that sets the timeout
      for the socket itself. (mturk) Added socket_timeout property that sets the timeout
      for the socket itself. (mturk)
 Changed socket_timeout property to recycle_timeout. This better
      explains what the directive actually does. (mturk) Changed socket_timeout property to recycle_timeout. This better
      explains what the directive actually does. (mturk)
 Changed the load balancer algorithm.
        The idea behind this new scheduler is the following:
        lbfactor is how much we expect this worker to work,
        or the worker's work quota.
        lbstatus is how urgent this worker has to work to fulfill its quota
        of work. We distribute each worker's work quota to the worker, and then look
        which of them needs to work most urgently (biggest lbstatus).  This
        worker is then selected for work, and its lbstatus reduced by the
        total work quota we distributed to all workers.  Thus the sum of all
        lbstatus does not change.(*)
        If some workers are disabled, the others will
        still be scheduled correctly. (mturk) Changed the load balancer algorithm.
        The idea behind this new scheduler is the following:
        lbfactor is how much we expect this worker to work,
        or the worker's work quota.
        lbstatus is how urgent this worker has to work to fulfill its quota
        of work. We distribute each worker's work quota to the worker, and then look
        which of them needs to work most urgently (biggest lbstatus).  This
        worker is then selected for work, and its lbstatus reduced by the
        total work quota we distributed to all workers.  Thus the sum of all
        lbstatus does not change.(*)
        If some workers are disabled, the others will
        still be scheduled correctly. (mturk)
 Fix iis redirector that was figuring .properties file on each request. (mturk) Fix iis redirector that was figuring .properties file on each request. (mturk)
 Start fixing 64/32 bit compatibility issues. (mturk) Start fixing 64/32 bit compatibility issues. (mturk)
Changes between 1.2.5 and 1.2.6
Native
 Fix POST Recovery problems in LB mode. (hgomez) Fix POST Recovery problems in LB mode. (hgomez)
 Add CPING/CPONG support to avoid problems with hang tomcats. (hgomez) Add CPING/CPONG support to avoid problems with hang tomcats. (hgomez)
 Make POST recovery in LB configurable. (hgomez) Make POST recovery in LB configurable. (hgomez)
 Update to Apache License 2.0. (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). 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) 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 between 1.2.4 and 1.2.5
Native
 Fix a thread safe bug when mapping URI's. (billbarker) Fix a thread safe bug when mapping URI's. (billbarker)
 Fix a thread safe bug when resolving worker host name
        when using mod_jk with Apache 2 and the worker MPM. (hgomez) Fix a thread safe bug when resolving worker host name
        when using mod_jk with Apache 2 and the worker MPM. (hgomez)
 Remove an unnecessary error message when connections to
        all load balanced workers fail. (glenn) Remove an unnecessary error message when connections to
        all load balanced workers fail. (glenn)
 When mod_jk cannot connect to a worker include the name of
        the worker in the error message.  This is especially helpful
        when you are using load balanced workers. (glenn) When mod_jk cannot connect to a worker include the name of
        the worker in the error message.  This is especially helpful
        when you are using load balanced workers. (glenn)
 Fix problem with mod_jk.log getting opened multiple times for
        Apache 2. Only one mod_jk.log can be configured. (glenn) Fix problem with mod_jk.log getting opened multiple times for
        Apache 2. Only one mod_jk.log can be configured. (glenn)
 Fix Apache 2 connector so that DirectoryIndex works for an
        index.jsp page if JkOptions ForwardDirectories was configured. (hgomez) Fix Apache 2 connector so that DirectoryIndex works for an
        index.jsp page if JkOptions ForwardDirectories was configured. (hgomez)
 Fix exposure of JSP source if a //path/to.jsp URL was requested
        in Apache 1.3 and Apache 2.0 connector. (billbarker) Fix exposure of JSP source if a //path/to.jsp URL was requested
        in Apache 1.3 and Apache 2.0 connector. (billbarker)
Changes between 1.2.3 and 1.2.4
Native
 Fix use of libtool for Apache mod_jk builds with more recent
        versions of Apache 2. (jfclere) Fix use of libtool for Apache mod_jk builds with more recent
        versions of Apache 2. (jfclere)
 Use reentrant version of strtok() for web server's which use
        threads. This fixes a thread safe bug under Apache 2 and the
        worker MPM. (glenn) Use reentrant version of strtok() for web server's which use
        threads. This fixes a thread safe bug under Apache 2 and the
        worker MPM. (glenn)
 Fix the Apache 2 mod_jk hook priority so that mod_jk works
        well with both mod_alias and mod_dir. (glenn) Fix the Apache 2 mod_jk hook priority so that mod_jk works
        well with both mod_alias and mod_dir. (glenn)
Changes between 1.2.2 and 1.2.3
Native
 Add the ability to configure JkLog to pipe its log output to an
        executable such as Apache rotatelogs or cronolog.
        Apache 2.0 only. (glenn) Add the ability to configure JkLog to pipe its log output to an
        executable such as Apache rotatelogs or cronolog.
        Apache 2.0 only. (glenn)
 Add JkAutoAlias to Apache 2.0. (glenn) Add JkAutoAlias to Apache 2.0. (glenn)
 Apache 2/1.3, if Tomcat returns an error but not content,
        let Apache handle processing the error returned by Tomcat. (glenn) Apache 2/1.3, if Tomcat returns an error but not content,
        let Apache handle processing the error returned by Tomcat. (glenn)
 Added the load balancer sticky_session property. If set to 0
        requests with servlet SESSION ID's can be routed to any Tomcat
        worker. Default is 1, sessions are sticky. (glenn) Added the load balancer sticky_session property. If set to 0
        requests with servlet SESSION ID's can be routed to any Tomcat
        worker. Default is 1, sessions are sticky. (glenn)
 Cleaned up detection and reporting of aborted client connections.
        This cleanup also makes sure that mod_jk does not pass any requests
        on to Tomcat if the remote client aborted its connection. (glenn) Cleaned up detection and reporting of aborted client connections.
        This cleanup also makes sure that mod_jk does not pass any requests
        on to Tomcat if the remote client aborted its connection. (glenn)
 Fixed a bug in Apache 2.0 which caused a POST request forwarded to
        Tomcat to fail if it generated SSI directives which were post
        processed by mod_include. (glenn) Fixed a bug in Apache 2.0 which caused a POST request forwarded to
        Tomcat to fail if it generated SSI directives which were post
        processed by mod_include. (glenn)
 Fixed a bug in JkRequestLogFormat when printing the request URI that
        could cause a URI with hex escapes sequences to be formatted wrong. (glenn) Fixed a bug in JkRequestLogFormat when printing the request URI that
        could cause a URI with hex escapes sequences to be formatted wrong. (glenn)
Changes between 1.2.1 and 1.2.2
Native
 tomcat_trend.pl updated script to support changed logging of
        aborted requests. (glenn) tomcat_trend.pl updated script to support changed logging of
        aborted requests. (glenn)
 jk set correctly the content-type in Apache 2.0,
        making it ready to works with mod_deflate and AddOutputFilterByType. (hgomez) jk set correctly the content-type in Apache 2.0,
        making it ready to works with mod_deflate and AddOutputFilterByType. (hgomez)
 jk will check result of get_endpoint and handle a failure.
        This call can fail if the allocation for the endpoint fails because
        of low memory conditions causing a dereference of NULL when we try and
        access the endpoint. (mmanders) jk will check result of get_endpoint and handle a failure.
        This call can fail if the allocation for the endpoint fails because
        of low memory conditions causing a dereference of NULL when we try and
        access the endpoint. (mmanders)
Changes between 1.2.0 and 1.2.1
Native
 14282: Don't send initial chunk for chunked encoding. (costin) 14282: Don't send initial chunk for chunked encoding. (costin)
 Add perl scripts for analyzing mod_jk logs and generating graphs/reports. (glenn) Add perl scripts for analyzing mod_jk logs and generating graphs/reports. (glenn)
 Make JK honor the CanonicalHost directive. (hgomez) Make JK honor the CanonicalHost directive. (hgomez)
 Log cleanup. (costin) Log cleanup. (costin)
 Fix typos in jk xdocs/docs. (hgomez) Fix typos in jk xdocs/docs. (hgomez)
 Add JkRequestLogFormat to Apache 2.0. (hgomez) Add JkRequestLogFormat to Apache 2.0. (hgomez)
 Final patches to make JK iSeries compliant. (hgomez) Final patches to make JK iSeries compliant. (hgomez)
JK 2
JK2 has been put in maintainer mode and no further development will take place. The reason for shutting down JK2 development was the lack of developers interest. Other reason was lack of users interest in adopting JK2, caused by configuration complexity when compared to JK.
