From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qt1-x832.google.com (mail-qt1-x832.google.com [IPv6:2607:f8b0:4864:20::832]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 31D371F453 for ; Tue, 19 Feb 2019 19:53:31 +0000 (UTC) Received: by mail-qt1-x832.google.com with SMTP id y4so24580229qtc.10 for ; Tue, 19 Feb 2019 11:53:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=VmXBBlh1t/P/EC5zfe4RV69onUaW4WHA8O86CtJKQfw=; b=Tp9VDLIC+v2Tz8Qo91W5bV9EeXaWWWhxZFPRy3pFgGh8t7l7o7ycdBuZqb+j8lK57P euogtMcsgjsfJaRfG14su9hpSstc4tGgeoTvCaJIJMdHbNkL+oLgHZrDGZN2bWL6DVba X7vKzpMZzZ0Hz4lguCIsgD/nf8hdrFxOcj4k8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=VmXBBlh1t/P/EC5zfe4RV69onUaW4WHA8O86CtJKQfw=; b=cIsr/n/Q8sDgsiMHHtY9H/MLzCq5f+NX7LQ9ooHuTk86EiUesHtkWj0+bbbojMQjFk SXIT+ILZ1mEjZBtEAew+QUoCxqMk+GEPjy0kXnyH3eXGP1t5zag8+xL+AluwyxVITDYP P2DBkzd6tk9UicXyNyx184hXt2vkmRMHLnL4y1buhZqBHRH6xsIxBvXXzjHabP8FpIeY bU6GUqEKku4RoejYIvVogIggd4Vdo7aH37AIJwF7k5Omb967nXVsIeH89fsrJIAFN4gX izw3g2DWVXmpA9XmQRM9RyQhLtU7hLHnhwQQrzV182rND9nKQ9XKmHaIWHLQaTl5v0oi pzyQ== X-Gm-Message-State: AHQUAubvSC+E+9iVLKDStCnzkoF9ZZAvTpD9ROxo1r4GKWXUUZSjoxXY Amgu+R09JcUOaSaBijzcS3UZTJWu/uw9exCudOEC7g== X-Google-Smtp-Source: AHgI3Ibg486jgSYQqc+vPNHuVkO1Riu0oSIIGel2v7ty7DVlSkUxbz7CH5T2HP/DbZrPOO5BAIWR36i8EP3LPBlXh28= X-Received: by 2002:a0c:9227:: with SMTP id a36mr23033190qva.22.1550606005646; Tue, 19 Feb 2019 11:53:25 -0800 (PST) MIME-Version: 1.0 References: <20190109114327.1901-1-e@80x24.org> <20190109114327.1901-3-e@80x24.org> <20190127020608.f6yu2j3w4mfcc75b@dcvr> <20190201090056.b5ait6ebaflz3tsq@dcvr> In-Reply-To: <20190201090056.b5ait6ebaflz3tsq@dcvr> From: Konstantin Ryabitsev Date: Tue, 19 Feb 2019 14:53:13 -0500 Message-ID: Subject: Re: [RFC 2/2] www: add /~/$MESSAGE_ID global redirector endpoint To: Eric Wong Cc: meta@public-inbox.org Content-Type: text/plain; charset="UTF-8" List-Id: On Fri, 1 Feb 2019 at 04:00, Eric Wong wrote: > Both "_mid" and "~mid" can cause usability problems and > work badly when people try to select part of the URL using > a pointing device. But I guess "/-/" or "/_/" are safe-enough > choices and we can disallow them as inbox names... > > However, my screwing up solver hrefs in the Atom feeds got me > thinking this can even be a 404 handler at the top level > (similar to how PublicInbox::NewsWWW works). That would allow > it to be mapped to any path (or domain) via the PSGI builder > file... So, what's the latest decision at this point? I got a little lost looking through the latest commit messages. :) Is the feature going to be supported through toplevel /message_id URL, or am I misreading the code? -K