RFC 6265, "HTTP State Management Mechanism", April 2011
Source of RFC: httpstate (app)
Errata-ID: 4148
- Status:
- Verified
- Type:
- Technical
- Reported By:
- Zhong Yu
- Date Reported:
- 2014-10-28
- Verified by:
- 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*.
