]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose a backport (for mod_rewrite to recognize SSL variables)
authorMadhusudan Mathihalli <madhum@apache.org>
Tue, 9 Mar 2004 18:14:00 +0000 (18:14 +0000)
committerMadhusudan Mathihalli <madhum@apache.org>
Tue, 9 Mar 2004 18:14:00 +0000 (18:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102906 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 45df85af39a9263587c411a0760ccdbf4d0297f6..539275aaca2697b08cc4050f16e750a3aeef2449 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/03/08 23:35:51 $]
+Last modified at [$Date: 2004/03/09 18:14:00 $]
 
 Release:
 
@@ -71,6 +71,12 @@ 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/