diff options
author | Omar Polo <op@omarpolo.com> | 2022-11-27 12:52:17 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-11-27 12:52:17 +0000 |
commit | 77718c121f89b39bd0095f10e2dbd2ff9df65281 (patch) | |
tree | 3a03af2d20263e4ba36496c55bab02faf12eccda /gmid.conf.5 | |
parent | 17493a486c9e6325c3aae74920ddb10958ae2771 (diff) |
correction: QUERY_STRING is *not* urldecoded.
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 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 |