RFC Errata
Found 2 records.
Status: Verified (2)
RFC 2648, "A URN Namespace for IETF Documents", August 1999
Note: This RFC has been updated by RFC 6924, RFC 9141
Source of RFC: urn (app)
Errata ID: 3145
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Michal Bozon
Date Reported: 2012-03-02
Verifier Name: Peter Saint-Andre
Date Verified: 2012-03-02
Section A.2 says:
print "Status: 302 Moved temporarily0;
It should say:
print "Status: 302 Moved temporarily";
Notes:
might be both editorial and technical error (typo, causing the Perl code invalid)
Errata ID: 3146
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Michal Bozon
Date Reported: 2012-03-02
Verifier Name: Peter Saint-Andre
Date Verified: 2012-03-02
Section A.3 says:
if ($accept =~ /text\/uri-list/) { #look for text/uri-list, otherwise text/html
It should say:
if ($accept =~ /text\/uri-list/) { # look for text/uri-list, otherwise text/html
Notes:
Appears 4 times in the same section. Might be both editorial and technical error (forced line break in the middle of the comment, making the Perl code invalid)