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: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 4734B1F466 for ; Tue, 4 Feb 2020 04:44:25 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/5] a few more minor fixups Date: Tue, 4 Feb 2020 04:44:20 +0000 Message-Id: <20200204044425.14031-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Nothing earth shattering, serving $INBOX_URL/description properly for v2 inboxes should make it easier to mirror while preserving descriptions (only per-epoch descriptions are propagated in manifest.js.gz). Eric Wong (5): www: stricter regexp for 405 errors www: serve $INBOX_DIR/description as $INBOX_URL/description inbox: simplify ->description and ->cloneurl inbox: remove TODO item for msg_by_path over: simplify read-only vs read-write checking lib/PublicInbox/Inbox.pm | 26 ++++++++++---------------- lib/PublicInbox/Over.pm | 7 +++---- lib/PublicInbox/OverIdx.pm | 2 +- lib/PublicInbox/WWW.pm | 13 ++++++++++++- t/httpd.t | 5 +++++ t/over.t | 7 ++++++- t/plack.t | 2 ++ t/psgi_v2.t | 3 +++ 8 files changed, 42 insertions(+), 23 deletions(-)