- From: Kari hurtta <hurtta-ietf@elmme-mailer.org>
- Date: Tue, 11 Oct 2016 06:51:39 +0300 (EEST)
- To: HTTP working group mailing list <ietf-http-wg@w3.org>
- CC: Kari hurtta <hurtta-ietf@elmme-mailer.org>
> There's also a htmlized version available at:
> https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-00
Looking
https://tools.ietf.org/rfcdiff?url1=rfc6265&url2=draft-ietf-httpbis-rfc6265bis-00
5.1.3. Domain Matching
https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-00#section-5.1.3
There is some nested lists lost.
| o The domain string and the string are identical. (Note that both
| the domain string and the string will have been canonicalized to
| lower case at this point.)
| o All of the following conditions hold:
| o The domain string is a suffix of the string.
| o The last character of the string that is not included in the
| domain string is a %x2E (".") character.
| o The string is a host name (i.e., not an IP address
These should be on nested list, I think:
| o The domain string is a suffix of the string.
| o The last character of the string that is not included in the
| domain string is a %x2E (".") character.
| o The string is a host name (i.e., not an IP address
RFC 6265 was
5.1.3. Domain Matching
https://tools.ietf.org/html/rfc6265#section-5.1.3
| o The domain string and the string are identical. (Note that both
| the domain string and the string will have been canonicalized to
| lower case at this point.)
|
| o All of the following conditions hold:
|
| * The domain string is a suffix of the string.
|
| * The last character of the string that is not included in the
| domain string is a %x2E (".") character.
|
| * The string is a host name (i.e., not an IP address).
/ Kari Hurtta
Received on Tuesday, 11 October 2016 03:52:17 UTC