commit | 0f17a4444e641b6e16bff49e3bd99466f637b272 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Jul 23 15:44:37 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Jul 23 15:44:39 2020 +0200 |
tree | b6bb985f35c3040bc52ad079c0b889f1bd56600b | |
parent | f1ea47d8960730c79cc71fc634b3d7e5909d5683 [diff] |
BUG/MINOR: mux-fcgi: Don't url-decode the QUERY_STRING parameter anymore In the CGI/1.1 specification, it is specified the QUERY_STRING must not be url-decoded. However, this parameter is sent decoded because it is extracted after the URI's path decoding. Now, the query-string is first extracted, then the script part of the path is url-decoded. This way, the QUERY_STRING parameter is no longer decoded. This patch should fix the issue #769. It must be backported as far as 2.1.