]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Note that 416293 went a bit further.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 22 Jun 2006 08:27:36 +0000 (08:27 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 22 Jun 2006 08:27:36 +0000 (08:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@416294 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 03d077c04dd17e52112cfd617c9deebb8ea75b66..c35fe48fb5962cc889a9144eabbb692e0d1600e4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,8 +3,7 @@ Changes with Apache 2.3.0
   [Remove entries to the current 2.0 and 2.2 section below, when backported]
 
   *) mod_isapi: Avoid double trailing slashes in HSE_REQ_MAP_URL_TO_PATH
-     support (although this needs a bit more elegance for cross platform
-     isapi handling.)  PR 15993  [William Rowe]
+     support.  Also corrects the slashes for Windows.  PR 15993  [William Rowe]
 
   *) mod_isapi: Handle "HTTP/1.1 200 OK" style status lines correctly, the
      token parser worked while the resulting length was misinterpreted.