]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
core: Add ap_unescape_url_ex() for better decoding control, and deprecate
authorYann Ylavic <ylavic@apache.org>
Thu, 7 Oct 2021 12:00:20 +0000 (12:00 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 7 Oct 2021 12:00:20 +0000 (12:00 +0000)
commit48b5dfd6968cb076537b605d368d5fd889ebae86
treede137b4c860852adaa242d81de99a2293d4005f6
parent7ecfc5b3a8f6e33ca5fb41f3c1c336c957646a19
core: Add ap_unescape_url_ex() for better decoding control, and deprecate
      unused AP_NORMALIZE_DROP_PARAMETERS flag.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893971 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/ap_unescape_url_ex.txt [new file with mode: 0644]
include/ap_mmn.h
include/httpd.h
server/gen_test_char.c
server/request.c
server/util.c