[Tools-discuss] tools-discuss: https://datatracker.ietf.org/list/nonwg errors

Toerless Eckert <tte@cs.fau.de> Tue, 28 May 2024 16:27 UTC

Return-Path: <eckert@i4.informatik.uni-erlangen.de>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 04BCAC19ECBD for <tools-discuss@ietfa.amsl.com>; Tue, 28 May 2024 09:27:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.54
X-Spam-Level:
X-Spam-Status: No, score=-0.54 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.249, LOCALPART_IN_SUBJECT=1.107, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, URIBL_DBL_BLOCKED_OPENDNS=0.001, URIBL_ZEN_BLOCKED_OPENDNS=0.001] autolearn=no autolearn_force=no
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pYzUJiZwYiMV for <tools-discuss@ietfa.amsl.com>; Tue, 28 May 2024 09:27:00 -0700 (PDT)
Received: from faui40.informatik.uni-erlangen.de (faui40.informatik.uni-erlangen.de [IPv6:2001:638:a000:4134::ffff:40]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 24706C18DBA3 for <tools-discuss@ietf.org>; Tue, 28 May 2024 09:26:59 -0700 (PDT)
Received: from faui48e.informatik.uni-erlangen.de (faui48e.informatik.uni-erlangen.de [IPv6:2001:638:a000:4134::ffff:51]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by faui40.informatik.uni-erlangen.de (Postfix) with ESMTPS id 4VpdFX290PznkNL for <tools-discuss@ietf.org>; Tue, 28 May 2024 18:26:56 +0200 (CEST)
Received: by faui48e.informatik.uni-erlangen.de (Postfix, from userid 10463) id 4VpdFX1BpvzknnX; Tue, 28 May 2024 18:26:56 +0200 (CEST)
Date: Tue, 28 May 2024 18:26:56 +0200
From: Toerless Eckert <tte@cs.fau.de>
To: tools-discuss@ietf.org
Message-ID: <ZlYF0Ialct505mgj@faui48e.informatik.uni-erlangen.de>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
Message-ID-Hash: VGYEXGOP2YWCUBN5EW6MAUOE6RIN2IUZ
X-Message-ID-Hash: VGYEXGOP2YWCUBN5EW6MAUOE6RIN2IUZ
X-MailFrom: eckert@i4.informatik.uni-erlangen.de
X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-tools-discuss.ietf.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header
X-Mailman-Version: 3.3.9rc4
Precedence: list
Subject: [Tools-discuss] tools-discuss: https://datatracker.ietf.org/list/nonwg errors
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/EvZ79fy4sBXsThzBESFgDMXP78k>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Owner: <mailto:tools-discuss-owner@ietf.org>
List-Post: <mailto:tools-discuss@ietf.org>
List-Subscribe: <mailto:tools-discuss-join@ietf.org>
List-Unsubscribe: <mailto:tools-discuss-leave@ietf.org>

[ Sorry if this is duplicate, i didn't track all recent messages to tools-discuss ]

https://datatracker.ietf.org/list/nonwg uses links to the mailing lists without
the full email address, e.g.:

https://www.ietf.org/mailman/listinfo/Iot-onboarding
https://www.ietf.org/mailman/listinfo/enterprise

When the name of the mailing list is capitalized, as in the first example (Iot-onboarding),
the behavior is weird:

- The browser shows a "Page not found" page rendered by mailman3.ietf.org
- The URL says  https://www.ietf.org/mailman/listinfo/Iot-onboarding@ietf.org
  - aka: still capitalized, but now with the added @ietf.org

When you then try to enter/load that page, it does actually load the right page
but (of course) changes it to non-capitalized: 

- https://www.ietf.org/mailman/listinfo/Iot-onboarding@ietf.org


Not sure how you tools folks want to fix this. One option seems to be to de-capitalize the 204
occurances of capital letters in those URLs in https://datatracker.ietf.org/list/nonwg.
Or else make mailman3 do the decapitalization itself correctly.. 

Cheers
    Toerless