From: Madhusudan Mathihalli Date: Tue, 9 Mar 2004 20:12:29 +0000 (+0000) Subject: Remove the proposal to backport mod_rewrite recognizing SSL variables - since X-Git-Tag: 2.0.49~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9aec259fb664aa77735680b45100d72d62760cfc;p=thirdparty%2Fapache%2Fhttpd.git Remove the proposal to backport mod_rewrite recognizing SSL variables - since it depends upon the mod_ssl.h re-architecture (done by Joe Orton). I'd rather let the changes come as part of the entire mod_ssl 2.1 backport. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102910 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 539275aaca2..cbd4d81f6ef 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/03/09 18:14:00 $] +Last modified at [$Date: 2004/03/09 20:12:29 $] Release: @@ -71,12 +71,6 @@ PATCHES TO BACKPORT FROM 2.1 [ please place file names and revisions from HEAD here, so it is easy to identify exactly what the proposed changes are! ] - *) mod_rewrite: Support for recognizing SSL variables in RewriteCond - using the new "SSL:" format. - modules/mappers/mod_rewrite.c: 1.253 - modules/mappers/mod_ssl.c: 1.38 - +1: madhum - *) Provide TLS/SSL upgrade functionality in mod_ssl allowing an unsecure connection to be upgraded to a secure connection upon request by the client. The full patch file is available at http://www.apache.org/~bnicholes/