RFC Errata
RFC 6265, "HTTP State Management Mechanism", April 2011
Source of RFC: httpstate (app)See Also: RFC 6265 w/ inline errata
Errata ID: 4148
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Zhong Yu
Date Reported: 2014-10-28
Verifier Name: Barry Leiba
Date Verified: 2014-10-30
Section 5.1.1 says:
day-of-month = 1*2DIGIT ( non-digit *OCTET ) ... year = 2*4DIGIT ( non-digit *OCTET ) time = hms-time ( non-digit *OCTET )
It should say:
day-of-month = 1*2DIGIT [ non-digit *OCTET ] ... year = 2*4DIGIT [ non-digit *OCTET ] time = hms-time [ non-digit *OCTET ]
Notes:
The trailing extra chars for these fields should be *optional*, not *required*.