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

Default URLs for non-4-digit RFCs should not zero fill the RFC number to 4-digits #454

Open kesara opened 3 months ago

kesara commented 3 months ago

Describe the issue

Currently, non-4-digit RFCs get zeros to make the RFC number 4 digits ^1. The UI should show the non-4-digit URL instead of 4-digit URL. Non-4-digit reference URLs work fine ^2.

Code of Conduct