diff options
author | Ian Holsman <ianh@apache.org> | 2002-02-01 18:56:56 +0100 |
---|---|---|
committer | Ian Holsman <ianh@apache.org> | 2002-02-01 18:56:56 +0100 |
commit | e8a2325055ec8fa81aeb4ef719073be69881961a (patch) | |
tree | b7b6bfc249cdee6b572aa58c64856dd1df85e47a /CHANGES | |
parent | push the scoreboard patch into .31 (diff) | |
download | apache2-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-- | CHANGES | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -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, |