http-cookie/lib/http/cookie_jar
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
..
abstract_saver.rb Improve rdoc. 2013-04-16 22:37:19 +09:00
abstract_store.rb Improve rdoc. 2013-04-16 22:37:19 +09:00
cookiestxt_saver.rb Improve rdoc. 2013-04-16 22:37:19 +09:00
hash_store.rb Fix host-only cookies for unqualified hostnames 2015-09-02 12:57:11 -07:00
mozilla_store.rb Improve rdoc. 2013-04-16 22:37:19 +09:00
yaml_saver.rb Improve rdoc. 2013-04-16 22:37:19 +09:00