Project

General

Profile

Actions

Bug #337

closed

xmlrpc/client.rb is missing webrick library

Added by Anonymous over 15 years ago. Updated almost 13 years ago.

Status:
Closed
Assignee:
-
ruby -v:
-
[ruby-core:17839]

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

Actions #1

Updated by JEG2 (James Gray) over 15 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

* lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): requires
  webrick/cookie.  [ ruby-Bugs-21139 ]

James Edward Gray II
=end

Actions #2

Updated by Anonymous over 15 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

Actions #3

Updated by marcandre (Marc-Andre Lafortune) over 14 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

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0