- From: Mike West <mkwst@google.com>
- Date: Tue, 11 Oct 2016 10:24:33 +0200
- To: Mark Nottingham <mnot@mnot.net>
- Cc: Kari hurtta <hurtta-ietf@elmme-mailer.org>, HTTP working group mailing list <ietf-http-wg@w3.org>
- Message-ID: <CAKXHy=f=tNi5mft02y_rhg9tbP8J5wDLSR1=MmJeys+7tUWC0A@mail.gmail.com>
Mark filed https://github.com/httpwg/http-extensions/issues/243, and I
fixed it in
https://github.com/httpwg/http-extensions/commit/79fc688f3b95febb9b53e2500221697cab563f8a.
I'm sure we'll find more formatting issues over the next week or so that
arose from the port from the flat text file to Markdown, so I'll hold off
on publishing a -01 draft until those shake out.
Thanks!
-mike
On Tue, Oct 11, 2016 at 6:02 AM, Mark Nottingham <mnot@mnot.net> wrote:
> Hi Kari,
>
> The best thing to do here is to file an issue, so it doesn't get lost; if
> you don't have a github account, tell me and I'll file it for you.
>
> Cheers,
>
>
> > On 11 Oct. 2016, at 2:51 pm, Kari hurtta <hurtta-ietf@elmme-mailer.org>
> wrote:
> >
> >> 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
> >
> >
>
> --
> Mark Nottingham https://www.mnot.net/
>
>
>
Received on Tuesday, 11 October 2016 08:25:23 UTC