From: Eric Wong Date: Fri, 17 Feb 2023 10:32:22 +0000 (+0000) Subject: TODO: handle more cases of unencoded slashes X-Git-Tag: v2.0.0~1274 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e5aa2985e0f4ba7316429bb8a5d06530eb7dfe5;p=thirdparty%2Fpublic-inbox.git TODO: handle more cases of unencoded slashes Nowadays, mutt defaults to Message-IDs with `/' in them :< --- diff --git a/TODO b/TODO index 1537179e5..77453eba2 100644 --- a/TODO +++ b/TODO @@ -75,6 +75,9 @@ all need to be considered for everything we introduce) * use REQUEST_URI properly for CGI / mod_perl2 compatibility with Message-IDs which include '%' (done?) +* handle unencoded slashes from user-generated URLs properly + https://public-inbox.org/meta/20230217085255.xcsaoozloz2yuxil@pengutronix.de/ + * better test cases, make faster by reusing more setup code across tests