From: Ian Holsman Date: Fri, 1 Feb 2002 17:56:56 +0000 (+0000) Subject: and back to 32-dev X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46ddeb4b16c94192c602253b65a3d121e5d27333;p=apache 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 --- 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,