]> granicus.if.org Git - apache/commitdiff
Vote for r1751970
authorLuca Toscano <elukey@apache.org>
Wed, 27 Jul 2016 13:48:25 +0000 (13:48 +0000)
committerLuca Toscano <elukey@apache.org>
Wed, 27 Jul 2016 13:48:25 +0000 (13:48 +0000)
Tested manually and verified httpd's mod_proxy_fcgi logs with various request types
(with/without query string, long query strings, etc..).
My only doubt was related to the '\0' terminator placed in the middle of the char array,
but after a chat with Eric on IRC I got a clear view of what happens (only the chars up
to the \0 terminator are placed in FCGI headers later on).
Last but not the least, in the bugzilla ticket the original requestor tested the change
and stated that solved his problem. Looks good to me for backport!

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1754272 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 14016e86aecd21f23166533ccfd429c1a54f8f26..bd19a3064d268d20b9abeb249f6a36de2c91dde2 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -180,7 +180,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      string showing up in SCRIPT_FILENAME. PR59815
      trunk patch:  http://svn.apache.org/r1751970
      2.4.x patch: trunk works + CHANGES
-     +1 covener
+     +1 covener, elukey
 
   *) CMake: fix various issues for Windows/Visual Studio build environments.
      PR59685.