]> granicus.if.org Git - apache/commitdiff
Note progress. Lots of helpers out there emailing their feedback,
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 9 Nov 2002 19:21:29 +0000 (19:21 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 9 Nov 2002 19:21:29 +0000 (19:21 +0000)
  which is great.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97469 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 9b3c5fb71d79e4209fddad0e70b20f3aa31fb3b7..60f6573a3655eb5c85aebd2a5e072ed1aca1e09d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,20 @@
 Changes with Apache 2.0.44
 
+  *) mod_isapi: Stop unsetting the 'empty' query string result with
+     a NULL argument in ecb->lpszQueryString, eliminating segfaults
+     for some ISAPI modules.  PR 14399
+     [Detlev Vendt <detlev.vendt@brillit.de>]
+
+  *) mod_isapi: Fix an issue where the HSE_REQ_DONE_WITH_SESSION
+     notification is received before the HttpExtensionProc() returns 
+     HSE_STATUS_PENDING.  This only affected isapi .dll's configured 
+     with the ISAPIFakeAsync on directive.  PR 11918
+     [John DeSetto <jdesetto@radiantsystems.com>, William Rowe]
+
+  *) mod_isapi: Fix the issue where all results from mod_isapi would
+     run through the core die handler resulting in invalid responses
+     or access log entries.  PR 10216 [William Rowe]
+
   *) Improves the user friendliness of the CacheRoot processing
      over my last pass. This version avoids the pool allocations
      but doesn't avoid all of the runtime checks. It no longer