Actions
Bug #517
closedcgi.rbに不要なコードが入っている
Description
=begin
以下の定数はすでに使われていないようです。
Index: lib/cgi.rb¶
--- lib/cgi.rb (リビジョン 18924)
+++ lib/cgi.rb (作業コピー)
@@ -2298,11 +2298,6 @@
Apache.request.setup_cgi_env
end
-
(class << self; self; end).class_eval do
-
const_set(:CGI_PARAMS, [1])
-
const_set(:CGI_COOKIES, [2])
-
end
- extend QueryExtension
@multipart = false
=end
Updated by matz (Yukihiro Matsumoto) about 16 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
Applied in changeset r18930.
=end
Actions
Like0
Like0