emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem with url-cookie.el


From: Richard M. Stallman
Subject: Re: problem with url-cookie.el
Date: Thu, 07 Jul 2005 01:37:14 -0400

    This is due to the way cookies are defined. Quoting from RFC 2965:

        "A is a HDN string and has the form NB, where N is a non-empty name
        string, B has the form .B', and B' is a HDN string. (So, x.y.com
        domain-matches .Y.com but not Y.com.)"

Does this mean that David Reitter is trying to use the function
incorrectly?

    This seems to be because the function url-cookie-host-can-set-p does  
    not allow for the possibility that a fully-qualified hostname may  
    only have one dot in it. Indeed, if I evaluate

    (url-cookie-host-can-set-p "arxiv.org" ".arxiv.org")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]