http-cookie/lib/http
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
..
cookie Bump VERSION 1.0.2. 2013-09-10 14:52:55 +09:00
cookie_jar Fix host-only cookies for unqualified hostnames 2015-09-02 12:57:11 -07:00
cookie.rb HTTP::Cookie.parse() should not raise an exception if it finds a bad name or value. 2013-09-10 14:48:29 +09:00
cookie_jar.rb fix unused variable warning in LoadError rescue 2013-05-25 10:17:13 +01:00