diff options
author | Omar Polo <op@omarpolo.com> | 2022-11-29 23:07:08 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-11-29 23:07:08 +0000 |
commit | fb6a629e6969c519b2523c343153f9b76e217843 (patch) | |
tree | 092688e1b5f507af90312f7803148d63edef04ee /gmid.conf.5 | |
parent | dfa8b23f08ecd8b884c33986577983d380a4622a (diff) |
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".
Diffstat (limited to 'gmid.conf.5')
-rw-r--r-- | gmid.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gmid.conf.5 b/gmid.conf.5 index 1d5bf3f..6df2320 100644 --- a/gmid.conf.5 +++ b/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 |