]> git.ipfire.org Git - thirdparty/pdns.git/commit
Check all chars in the URL are valid URL chars.
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 21 Jul 2023 12:23:02 +0000 (14:23 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 22 Aug 2023 13:58:04 +0000 (15:58 +0200)
commitddedba8d1630cf26762334b83630a3a8c9ec54e5
treee16b2acb98b7e7892d7be6bae1a02829bf328f16
parent47469bfccf9bcb9c5f4a4aa31500e0e44381814e
Check all chars in the URL are valid URL chars.

Should probably (also) be done in YaHTTP::URL, though currently the
return value of YaHTTP::URL::parse() is completely ignored, so
there is no easy way to do.

(cherry picked from commit 35eb2fcffa40e7f70b716e99158efe72a0e864d9)
pdns/Makefile.am
pdns/recursordist/ws-recursor.cc
pdns/test-webserver_cc.cc [new file with mode: 0644]
pdns/webserver.cc
pdns/webserver.hh