Actions
Bug #1351
closedNet::HTTP - set_form_data no longer allows symbols as keys.
Description
=begin
ruby-1.8 allowed symbols as keys in set_form_data. ruby-1.9.x does not.
for example:
require "net/http"
p = Net::HTTP::Post.new("/")
p.set_form_data({:key => "value"})
the documentation doesn't explicitly state that this is allowed, but there are a few projects that rely on it.
if it is indeed a bug, i've attached a trivial patch. if not, i will submit bug reports to the individual projects.
thanks,
...bryan
=end
Files
Updated by yugui (Yuki Sonoda) over 15 years ago
- Status changed from Open to Assigned
- Assignee set to aamine (Minero Aoki)
=begin
=end
Updated by mame (Yusuke Endoh) over 14 years ago
- Status changed from Assigned to Closed
Actions
Like0
Like0Like0