summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorIan Holsman <ianh@apache.org>2002-02-01 18:56:56 +0100
committerIan Holsman <ianh@apache.org>2002-02-01 18:56:56 +0100
commite8a2325055ec8fa81aeb4ef719073be69881961a (patch)
treeb7b6bfc249cdee6b572aa58c64856dd1df85e47a /CHANGES
parentpush the scoreboard patch into .31 (diff)
downloadapache2-e8a2325055ec8fa81aeb4ef719073be69881961a.tar.xz
apache2-e8a2325055ec8fa81aeb4ef719073be69881961a.zip
and back to 32-dev
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93164 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 94180018f8..e299bc6f62 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,25 @@
+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 will try to turn an abs_path
+ into an absoluteURI, but it will correctly varf like Redirect
+ if the final redirection target isn't an absoluteURI. [Ken Coar]
+
+Changes with Apache 2.0.32-dev
+
+ *) Create the scoreboard (in the parent) in a global pool context,
+ so it survives graceful restarts. This fixes a SEGV during
+ graceful restarts. [Aaron Bannert]
+
+ *) 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 will try to turn an abs_path
+ into an absoluteURI, but it will correctly varf like Redirect
+ if the final redirection target isn't an absoluteURI. [Ken Coar]
+
Changes with Apache 2.0.31
*) Create the scoreboard (in the parent) in a global pool context,