Re: [Tools-discuss] Finalizing the tools.ietf.org transition

Carsten Bormann <cabo@tzi.org> Sun, 19 June 2022 21:18 UTC

Return-Path: <cabo@tzi.org>
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 45379C14F749 for <tools-discuss@ietfa.amsl.com>; Sun, 19 Jun 2022 14:18:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.91
X-Spam-Level:
X-Spam-Status: No, score=-1.91 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01] autolearn=ham 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 yt-IJbb67Knx for <tools-discuss@ietfa.amsl.com>; Sun, 19 Jun 2022 14:18:38 -0700 (PDT)
Received: from gabriel-smtp.zfn.uni-bremen.de (gabriel-smtp.zfn.uni-bremen.de [IPv6:2001:638:708:32::15]) (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 BC33EC14F736 for <tools-discuss@ietf.org>; Sun, 19 Jun 2022 14:18:36 -0700 (PDT)
Received: from [192.168.217.118] (p5089ad4f.dip0.t-ipconnect.de [80.137.173.79]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-smtp.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4LR5HC4NvSzDCch; Sun, 19 Jun 2022 23:18:31 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <3782594c-68a6-bcaa-09bb-69fae24e3590@nostrum.com>
Date: Sun, 19 Jun 2022 23:18:31 +0200
Cc: tools-discuss@ietf.org
X-Mao-Original-Outgoing-Id: 677366310.49142-8ff1a75d7389a1cdf5f2639a48c8d704
Content-Transfer-Encoding: quoted-printable
Message-Id: <D8BBF422-B2DD-45FD-8CCA-156AE5C99F5F@tzi.org>
References: <4c61b746-f914-d853-54cb-54288f8a9083@nostrum.com> <EA917DE1-90E3-4325-8943-B4F04AD128BD@tzi.org> <3782594c-68a6-bcaa-09bb-69fae24e3590@nostrum.com>
To: Robert Sparks <rjsparks@nostrum.com>
X-Mailer: Apple Mail (2.3608.120.23.2.7)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/Q2ELN0I1J6Y3lVWdE3xc2AoViE4>
Subject: Re: [Tools-discuss] Finalizing the tools.ietf.org transition
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 19 Jun 2022 21:18:42 -0000

On 2022-06-18, at 22:49, Robert Sparks <rjsparks@nostrum.com> wrote:
> 
> It should be
> 
> https://bib.ietf.org/public/rfc/bibxml-rfcsubseries/reference.BCP.0100.xml

Hi Robert,

thanks for the quick (and weekend) response.

> but that is 500-ing at the moment, Ticket opened,

Actually, it is 200-ing, with an HTML file that *talks about* a “Server error (500)”.

$ curl -I https://bib.ietf.org/public/rfc/bibxml-rfcsubseries/reference.BCP.0100.xml
HTTP/1.1 200
Server: nginx/1.19.8
Date: Sun, 19 Jun 2022 21:13:30 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 3280
…

That, er, alternative fact of a success response is likely to throw a curveball to my code.

Grüße, Carsten