]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove the proposal to backport mod_rewrite recognizing SSL variables - since
authorMadhusudan Mathihalli <madhum@apache.org>
Tue, 9 Mar 2004 20:12:29 +0000 (20:12 +0000)
committerMadhusudan Mathihalli <madhum@apache.org>
Tue, 9 Mar 2004 20:12:29 +0000 (20:12 +0000)
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

STATUS

diff --git a/STATUS b/STATUS
index 539275aaca2697b08cc4050f16e750a3aeef2449..cbd4d81f6efd76478f5bf54d7ebf7416bb11e27e 100644 (file)
--- 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/