http-cookie/lib
Dan Duvall 69154b11dd Fix host-only cookies for unqualified hostnames
Removed comparison against `DomainName#cookie_domain?` during filtering
of jar cookies. It was redundant considering the later call to
`HTTP::Cookie#valid_for_url?` and prevented valid host-only cookies from
being considered for unqualified hostnames (e.g. "localhost").

RFC 6265 (5.4) does not restrict host-only cookies from being used with
such unqualified names as it does for cookies with the domain attribute
set.
2015-09-02 12:57:11 -07:00
..
http Fix host-only cookies for unqualified hostnames 2015-09-02 12:57:11 -07:00
http-cookie.rb Import cookie related stuff from Mechanize. 2012-10-14 18:52:52 +09:00