commit fb6a629e6969c519b2523c343153f9b76e217843 from: Omar Polo date: Tue Nov 29 23:07:08 2022 UTC correction: QUERY_STRING is *not* urldecoded. backport of 77718c121f89b39bd0095f10e2dbd2ff9df65281 RFC3875 ยง 4.1.7 states that "the QUERY_STRING variable contains a URL-encoded search or parameter string". commit - dfa8b23f08ecd8b884c33986577983d380a4622a commit + fb6a629e6969c519b2523c343153f9b76e217843 blob - 1d5bf3fb242ddf8cdd9414ea9df474b40bda756f blob + 6df232052f134e2ecc4640beee6560d5fa7824c8 --- gmid.conf.5 +++ gmid.conf.5 @@ -246,7 +246,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