summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2006-06-22 10:27:36 +0200
committerWilliam A. Rowe Jr <wrowe@apache.org>2006-06-22 10:27:36 +0200
commit64d264b9d8f370ec671ee280f9e9b96e92073efb (patch)
tree2159e02a38ccc828027c5fc55f63a302f55dd8ad /CHANGES
parent Solve 416291, but in a more elegant manner, and with a little (diff)
downloadapache2-64d264b9d8f370ec671ee280f9e9b96e92073efb.tar.xz
apache2-64d264b9d8f370ec671ee280f9e9b96e92073efb.zip
Note that 416293 went a bit further.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@416294 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 03d077c04d..c35fe48fb5 100644
--- 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.