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

BibXML Service always make versionless call to datatracker #458

Open kesara opened 3 months ago

kesara commented 3 months ago

Describe the issue

When a query for I-D is versionless or the version is not found in the index, BibXML service makes a call to the datatracker ^1. This is versionless call (probably a DT limitation). Then look through DT submissions to get the latest I-D.

If there are multiple un-indexed versions, BibXML will fail to serve non-latest "un-indexed" versions.

Code of Conduct