From: Luca Toscano Date: Wed, 27 Jul 2016 13:48:25 +0000 (+0000) Subject: Vote for r1751970 X-Git-Tag: 2.4.24~349 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5ede00921b9d7588aa314288f57b87fba49e266;p=apache Vote for r1751970 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 --- diff --git a/STATUS b/STATUS index 14016e86ae..bd19a3064d 100644 --- 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.