Actions
Bug #1822
closedWEBrick::HTTPServlet::AbstractServlet#do_OPTIONS raises an exception
Bug #1822:
WEBrick::HTTPServlet::AbstractServlet#do_OPTIONS raises an exception
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.2dev (2009-07-28 trunk 24300) [i386-darwin9.7.0]
Backport:
Description
=begin
WEBrick::HTTPServlet::AbstractServlet#do_OPTIONS raises an exception when called:
NoMethodError: undefined method `sub' for :do_GET:Symbol
I've attached a patch with test that fixes this.
=end
Files
Updated by tenderlovemaking (Aaron Patterson) about 16 years ago
=begin
Bump
=end
Updated by nobu (Nobuyoshi Nakada) about 16 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
Applied in changeset r24742.
=end
Actions