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/15 02:43:52 UTC

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

Author: fuankg
Date: Fri Jul 15 00:43:52 2011
New Revision: 1146933

URL: http://svn.apache.org/viewvc?rev=1146933&view=rev
Log:
Updated 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=1146933&r1=1146932&r2=1146933&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Fri Jul 15 00:43:52 2011
@@ -153,14 +153,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     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.
+  * mod_win32: Invert logic for env var UTF-8 fixing.
+    Now we exclude a list of vars which we know for sure they
+    dont hold UTF-8 chars; all other vars will be fixed. This
+    has the benefit that now also all vars from 3rd-party modules
+    will be fixed. 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/httpd/httpd/trunk/modules/arch/win32/mod_win32.c?r1=1054347&r2=1146932
+    2.2.x patch: http://people.apache.org/~fuankg/diffs/2.2.x-mod_win32.c.diff
     +1: fuankg