summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Kew <niq@apache.org>2006-08-08 23:33:21 +0000
committerNick Kew <niq@apache.org>2006-08-08 23:33:21 +0000
commit1e2d246c203696f1365c43182980e9bd273ac066 (patch)
tree3a06e3311b4eec2b15b9d1bbc0e8af2e151a2734
parent047253e8a8922465ce239075fa5ab99999478d2a (diff)
downloadhttpd-1e2d246c203696f1365c43182980e9bd273ac066.tar.gz
That proxy change was functional, even if it was just one character:-)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@429883 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1e0ed28552..16c85eff16 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@
Changes with Apache 2.3.0
[Remove entries to the current 2.0 and 2.2 section below, when backported]
+ *) mod_proxy: don't URLencode tilde in path component
+ [Stijn Hoop <stijn sandcat.nl>]
+
*) mpm_winnt: Fix return values from wait_for_many_objects.
The return value is index to the signaled thread in the
creted_threads array. We can not use WAIT_TIMEOUT because