From: Anonymous Date: 2008-07-19T03:34:33+09:00 Subject: [ruby-core:17839] [Ruby 1.8.7 - Bug #337] (Open) xmlrpc/client.rb is missing webrick library Issue #337 has been reported by Anonymous. ---------------------------------------- Bug #337: xmlrpc/client.rb is missing webrick library http://redmine.ruby-lang.org/issues/show/337 Author: Anonymous Status: Open Priority: Normal Assigned to: Category: Target version: 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. ---------------------------------------- http://redmine.ruby-lang.org