correction: QUERY_STRING is *not* urldecoded.

backport of 77718c121f

RFC3875 § 4.1.7 states that "the QUERY_STRING variable contains a
URL-encoded search or parameter string".
This commit is contained in:
Omar Polo 2022-11-29 23:07:08 +00:00
parent dfa8b23f08
commit fb6a629e69
1 changed files with 1 additions and 1 deletions

View File

@ -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