Describe the issue
The HTML version of RFC-2755 is missing links to sections 5.10 and 5.11; that is, this works:
https://datatracker.ietf.org/doc/html/rfc2744#section-5.9
but this doesn't:
https://datatracker.ietf.org/doc/html/rfc2744#section-5.10
It looks as if there's a missing space in the source, e.g. 5.10.gss_display_name should be 5.10. gss_display_name, and thus it doesn't get parsed correctly. I would just submit an MR to fix that, but I'm not sure where or if those sources are available.
Thanks!
Code of Conduct
Describe the issue
The HTML version of RFC-2755 is missing links to sections 5.10 and 5.11; that is, this works:
https://datatracker.ietf.org/doc/html/rfc2744#section-5.9
but this doesn't:
https://datatracker.ietf.org/doc/html/rfc2744#section-5.10
It looks as if there's a missing space in the source, e.g.
5.10.gss_display_nameshould be5.10. gss_display_name, and thus it doesn't get parsed correctly. I would just submit an MR to fix that, but I'm not sure where or if those sources are available.Thanks!
Code of Conduct