RFC Errata
RFC 7595, "Guidelines and Registration Procedures for URI Schemes", June 2015
Note: This RFC has been updated by RFC 8615
Source of RFC: appsawg (art)
Errata ID: 7011
Status: Held for Document Update
Type: Editorial
Publication Format(s) : TEXT
Reported By: Timothy McSweeney
Date Reported: 2022-07-01
Held for Document Update by: Murray Kucherawy
Date Held: 2022-08-10
Section 3 says:
[RFC3986] defines the overall syntax for URIs as: URI = scheme ":" hier-part [ "?" query ] [ "#" fragment ] A scheme definition cannot override the overall syntax for URIs.
It should say:
[RFC3986] defines the generic syntax for URIs as: URI = scheme ":" hier-part [ "?" query ] [ "#" fragment ] A scheme definition cannot override the generic syntax for URIs.
Notes:
There are two instances here where [RFC3986] is incorrectly referenced by using the word 'overall' and should instead be replaced with the term 'generic' as it is uses the identical example from https://datatracker.ietf.org/doc/html/rfc3986#section-3