On Mon, Dec 5, 2011 at 8:46 AM, Martin Stjernholm <
[hidden email]> wrote:
> Looks a bit ad hoc to me. If some kind of hostname normalization should
> take place there, is that leading dot the only thing that should be
> done? What do the relevant rfc:s say?
RFC 2109:
Hosts names can be specified either as an IP address or a FQHN
string. Sometimes we compare one host name with another. Host A's
name domain-matches host B's if
[snip]
* A is a FQDN string and has the form NB, where N is a non-empty name
string, B has the form .B', and B' is a FQDN string. (So, x.y.com
domain-matches .y.com but not y.com.)
I think (not certain but I think) that the server in question is
violating the spec.
ChrisA