RFC Errata
Found 1 record.
Status: Reported (1)
RFC 9114, "HTTP/3", June 2022
Source of RFC: quic (tsv)
Errata ID: 7014
Status: Reported
Type: Technical
Publication Format(s) : TEXT
Reported By: David Schinazi
Date Reported: 2022-07-06
Section 4.3.1 says:
":path": Contains the path and query parts of the target URI (the "path-absolute" production and optionally a ? character (ASCII 0x3f) followed by the "query" production; see Sections 3.3 and 3.4 of [URI].
It should say:
":path": Contains the path and query parts of the target URI (the "absolute-path" production and optionally a ? character (ASCII 0x3f) followed by the "query" production; see Section 4.1 of [HTTP] and Section 3.4 of [URI].
Notes:
There is a conflict between RFC 9114 and RFCs 9110,9112,9113. RFC 9114 disallows paths that start with "//" whereas the others allow them. Research seems to indicate that this was not intentional. More details on the mailing list discussion: https://lists.w3.org/Archives/Public/ietf-http-wg/2022JulSep/0014.html