CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/06/11 06:12:51
Modified files:
usr.sbin/httpd : httpd.conf.5 server_http.c
Log message:
The http_query is already url_encoded; don't encode it twice.
This fixes a bug in the macros and log file handler that
double-encoded the query. This does not change FCGI as it was already
handling the query correctly.
Additional verification of the QUERY_STRING should be implemented as well.
OK claudio@
