From f5ede00921b9d7588aa314288f57b87fba49e266 Mon Sep 17 00:00:00 2001 From: Luca Toscano Date: Wed, 27 Jul 2016 13:48:25 +0000 Subject: [PATCH] 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 --- STATUS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.49.0