Closed kesara closed 2 years ago
These are cases with source data issues (that we discussed). The final step of deserialization raises validation errors, because of which we don’t end up with a properly initialized instance.
Use cases which require a properly initialized instance include BibXML serialization and xml2rfc path detection.
Sentry should have events “Failed to reverse xml2rfc URLs for item …” reported.
This was fixed by @strogonoff in #282. The following screenshots confirm the fix. Thanks @strogonoff !
https://bib.ietf.org/get-bibliographic-item/?query=RFC+9000
https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9000.xml
https://bib.ietf.org/get-bibliographic-item/?query=I-D.li-lsr-ospfv3-srv6-extensions
https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.draft-li-lsr-ospfv3-srv6-extensions-00.xml
Describe the issue
Example:
Code of Conduct