From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 416271F626; Fri, 17 Feb 2023 10:32:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1676629942; bh=qY9feGRSfELT6ZRJpNkL3xAfYh4bLxmaFtrVvl+tgsQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=zLpd0hKiFGx/5naj2Byd7Fa133wuZ4B77lIw1K5+/1oXZcu9b1XKn5ksX8fTCBG7K nCNUKRoNIDbzuXCHshQilXgIOul4J2qO/EzfCrXAicMPhszRd001tsHMgjG8RYxTOI cllRjfu75Ew+KzbAU9AuuT3gzf3h1icnZscIpCdk= Date: Fri, 17 Feb 2023 10:32:22 +0000 From: Eric Wong To: meta@public-inbox.org Cc: Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= Subject: [PATCH] TODO: handle more cases of unencoded slashes Message-ID: <20230217103222.M164115@dcvr> References: <20230216210546.eo73kyzvtzaxwxko@pengutronix.de> <20230216213628.M187845@dcvr> <20230217085255.xcsaoozloz2yuxil@pengutronix.de> <20230217102828.M907338@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230217102828.M907338@dcvr> List-Id: Nowadays, mutt defaults to Message-IDs with `/' in them :< --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 1537179e..77453eba 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