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
Actions
Like0
Like0Like0