Bug #337
closedxmlrpc/client.rb is missing webrick library
Description
=begin
At line 571 of xmlrpc/client.rb, the WEBrick::Cookie object is referenced, but webrick.rb is never included, and so the line returns an "uninitialized constant XMLRPC::Client::WEBrick" NameError when do_rpc is called against a service that attempts to set a cookie.
Suggested fix: Add 'require "webrick"' at line 282.
=end
Updated by JEG2 (James Gray) over 16 years ago
=begin
It looks like Nobu fixed this issue on the 12th. Here's the ChangeLog entry:
Sat Jul 12 16:02:31 2008 Nobuyoshi Nakada nobu@ruby-lang.org
* lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): requires
webrick/cookie. [ ruby-Bugs-21139 ]
James Edward Gray II
=end
Updated by Anonymous over 16 years ago
=begin
On Jul 18, 2008, at 1:34 PM, Anonymous wrote:
Issue #337 has been reported by Anonymous.
Bug #337: xmlrpc/client.rb is missing webrick library
http://redmine.ruby-lang.org/issues/show/337
This issue can be closed.
James Edward Gray II
=end
Updated by marcandre (Marc-Andre Lafortune) about 15 years ago
- Status changed from Open to Closed
- ruby -v set to -
=begin
Closing this issue since it appears to have been fixed more than a year ago.
=end