diff options
author | Ken Coar <coar@apache.org> | 2002-01-31 19:44:48 +0100 |
---|---|---|
committer | Ken Coar <coar@apache.org> | 2002-01-31 19:44:48 +0100 |
commit | f06c74cd5a1d9c752bf2514e18c0bd903899403d (patch) | |
tree | 3f9a0a265b619cec372b649951814d3248fd51de /CHANGES | |
parent | ooops, pin the tail on the correct donkey. mod_alias is being bad, (diff) | |
download | apache2-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-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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' |