ietf-tools / bibxml-service

Django-based Web service implementing IETF BibXML APIs
https://bib.ietf.org
BSD 3-Clause "New" or "Revised" License
17 stars 19 forks source link

IANA URLs should be https everywhere #444

Closed kesara closed 4 months ago

kesara commented 4 months ago

Description

See #417

With #430 only addressed https://bib.ietf.org/public/rfc/bibxml?/* URLs. There are other paths can get non https URLs from the UI.

See https://mailarchive.ietf.org/arch/msg/tools-discuss/SRSaoodGjsmvhLupMsNhbtQIBCY/

Code of Conduct

ajeanmahoney commented 4 months ago

This page says that the IANA ref info comes from their rsync server: https://github.com/ietf-tools/bibxml-service/wiki/Data-sources

Maybe an issue needs to be opened with IANA to update in their source data?

kesara commented 4 months ago

Yes. URLs from https://bib.ietf.org/public/rfc/bibxml*/ already do various modifications to comply with the RFC style guide. But Download buttons from UI provides data from relaton sources directly. As proposed in #445 should prevent any confusion with different variations.

kesara commented 4 months ago

Closing this as OBE.

447 re-routes BibXML download button content to xml2rfc compatible URL.