summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>2002-01-31 19:44:48 +0100
committerKen Coar <coar@apache.org>2002-01-31 19:44:48 +0100
commitf06c74cd5a1d9c752bf2514e18c0bd903899403d (patch)
tree3f9a0a265b619cec372b649951814d3248fd51de /CHANGES
parentooops, pin the tail on the correct donkey. mod_alias is being bad, (diff)
downloadapache2-f06c74cd5a1d9c752bf2514e18c0bd903899403d.tar.xz
apache2-f06c74cd5a1d9c752bf2514e18c0bd903899403d.zip
Fix RedirectMatch so it won't emit invalid Location fields.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93137 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3550661f2e..a35f1ad07a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,11 @@
Changes with Apache 2.0.32-dev
+ *) The Location: response header field, used for external
+ redirect, *must* be an absoluteURI. The Redirect directive
+ tested for that, but RedirectMatch didn't -- it would allow
+ almost anything through. Now it, too, will correctly varf
+ if the redirection target isn't an absoluteURI. [Ken Coar]
+
Changes with Apache 2.0.31
*) Add a timeout option to the proxy code 'ProxyTimeout'