From ce3c751dadcd78c2b4906acaae525e93a5a6c0aa Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Wed, 26 Feb 2003 19:02:59 +0000 Subject: [PATCH] Brad, Stas, I presume these patches were first committed to 2.1-dev. Please keep the CHANGES logs in sync! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98802 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 314e401eed..e3e07a1251 100644 --- a/CHANGES +++ b/CHANGES @@ -135,9 +135,21 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.45 + *) Enhance the behavior of mod_isapi's WriteClient() callback to + provide better emulation for isapi modules that presume that the + first WriteClient() call may send status and headers. An example + of WriteClient() abuse is the foxisapi module, which relies on + that assumpion and now works. [William Rowe, Milan Kosina] + + *) Check the return value of ap_run_pre_connection(). So if the + pre_connection phase fails (without setting c->aborted) + ap_run_process_connection is not executed. [Stas Bekman] + *) Fixed a problem with mod_ldap which caused it to fault when caching was disabled. Needed to make sure that the code did not - attempt to use the cache if it didn't exist. [Brad Nicholes] + attempt to use the cache if it didn't exist. Also fixed some memory + leaks which were due to not releasing LDAP resources on error + conditions. [Brad Nicholes] *) Hook mod_proxy's fixup before mod_rewrite's fixup, so that by mod_rewrite proxied URLs will not be escaped accidentally by -- 2.40.0