From: André Malo Date: Mon, 12 Jan 2004 14:37:47 +0000 (+0000) Subject: done. X-Git-Tag: 2.0.49~223 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ecbbae41b6aebba4ee4b71cb7af5cbccf8c4466;p=thirdparty%2Fapache%2Fhttpd.git done. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102287 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 9e5eac9d846..308425722c8 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/01/12 14:30:13 $] +Last modified at [$Date: 2004/01/12 14:37:47 $] Release: @@ -252,19 +252,6 @@ PATCHES TO BACKPORT FROM 2.1 a coredump in this case. jerenkrantz: Oh, bah. Let 'em segfault. Use flood! - * mod_rewrite: more or less cosmetic fix. If a .htaccess in DocumentRoot - configures: - RewriteBase / - RewriteRule foo bar [R] - it will be redirected to http://host//bar (double slash). - In 2.1 this was fixed while I rewrote the subst_prefix_path function, - which is responsible for this behaviour. I'd suggest to backport that - function rewrite at all (it's even much better code :-). (2.0 + 1.3) - modules/mappers/mod_rewrite.c: r1.162 - jerenkrantz: Committed to 2.0. Will leave backport to 1.3 to someone - else. BTW, clever use of NULL terms (or lack of). ;-) - +1: nd, trawick, jerenkrantz - * mod_ssl: fix a link failure when the openssl-engine libraries are present but the engine headers are missing. modules/ssl/mod_ssl.c: r1.87