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

fix: IDs XML target URL #380

Closed stefanomunarini closed 1 year ago

stefanomunarini commented 1 year ago

This is an hotfix for #378 , as I understood this issue is blocking from releasing a new draft

The issue behind having the malformed URL for some IDs is still under investigation.

rjsparks commented 1 year ago

The draft in question was unblocked by another workaround, so I don't think an error-masking hotfix is the right approach.

I'm curious - why is this line the way it is, and is this the source of the errant value?

https://github.com/ietf-tools/bibxml-service/blob/31dc5f297ad8be097e6f861fc248c386b74cd914/datatracker/internet_drafts.py#L175