From 77718c121f89b39bd0095f10e2dbd2ff9df65281 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Sun, 27 Nov 2022 12:52:17 +0000 Subject: [PATCH] correction: QUERY_STRING is *not* urldecoded. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit RFC3875 ยง 4.1.7 states that "the QUERY_STRING variable contains a URL-encoded search or parameter string". --- gmid.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gmid.conf.5 b/gmid.conf.5 index b9d4724..93406f7 100644 --- a/gmid.conf.5 +++ b/gmid.conf.5 @@ -301,7 +301,7 @@ builds this by appending the .Ev PATH_INFO to the virtual host directory root. .It Ev QUERY_STRING -The decoded query string. +The URL-encoded search or parameter string. .It Ev REMOTE_ADDR , Ev REMOTE_HOST Textual representation of the client IP. .It Ev REQUEST_METHOD