You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2011/07/12 18:23:24 UTC

svn commit: r1145658 - /httpd/httpd/branches/2.2.x/STATUS

Author: fuankg
Date: Tue Jul 12 16:23:23 2011
New Revision: 1145658

URL: http://svn.apache.org/viewvc?rev=1145658&view=rev
Log:
Added backport proposal.

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1145658&r1=1145657&r2=1145658&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Tue Jul 12 16:23:23 2011
@@ -147,11 +147,21 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.2.x patch: trunk patch works except for CHANGES
     +1: sf
 
-   * mod_filter: fix parsing of regexps containing slashes
-     PR 51434 (and 51435, which includes the fix)
-     Trunk patch: N/A
-     2.2.x patch: https://issues.apache.org/bugzilla/attachment.cgi?id=27229
-     +1: niq
+  * mod_filter: fix parsing of regexps containing slashes
+    PR 51434 (and 51435, which includes the fix)
+    Trunk patch: N/A
+    2.2.x patch: https://issues.apache.org/bugzilla/attachment.cgi?id=27229
+    +1: niq
+
+  * mod_win32: fix some more env vars which make problems.
+    This fix is based on PR 13029 / 34985, and includes
+    now the SSL_ and GEOIP_ vars; otherwise its impossible
+    to run CGIs when mod_ssl and/or mod_geoip are loaded
+    and those mods return UTF-8 chars in any var during a
+    request.
+    Trunk patch: http://svn.apache.org/viewvc?rev=1145647&view=rev
+    2.2.x patch: trunk patch works with offset.
+    +1: fuankg
 
 
 PATCHES/ISSUES THAT ARE STALLED