commit 77718c121f89b39bd0095f10e2dbd2ff9df65281 from: Omar Polo date: Sun Nov 27 12:52:17 2022 UTC correction: QUERY_STRING is *not* urldecoded. RFC3875 ยง 4.1.7 states that "the QUERY_STRING variable contains a URL-encoded search or parameter string". commit - 17493a486c9e6325c3aae74920ddb10958ae2771 commit + 77718c121f89b39bd0095f10e2dbd2ff9df65281 blob - b9d4724dfa5bc43f1267f2b93d7ae2233e0ef910 blob + 93406f757dac3ea0be62c34740ce89331bd5e07f --- gmid.conf.5 +++ 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