summaryrefslogtreecommitdiff
path: root/lang/ruby18-base/patches/patch-bt
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby18-base/patches/patch-bt')
-rw-r--r--lang/ruby18-base/patches/patch-bt15
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/ruby18-base/patches/patch-bt b/lang/ruby18-base/patches/patch-bt
new file mode 100644
index 00000000000..3b6b6fd6e70
--- /dev/null
+++ b/lang/ruby18-base/patches/patch-bt
@@ -0,0 +1,15 @@
+$NetBSD: patch-bt,v 1.1 2005/11/02 08:56:40 taca Exp $
+
+--- lib/webrick/httprequest.rb.orig 2005-07-15 08:00:22.000000000 +0900
++++ lib/webrick/httprequest.rb
+@@ -27,8 +27,8 @@ module WEBrick
+ attr_reader :request_method, :unparsed_uri, :http_version
+
+ # Request-URI
+- attr_reader :request_uri, :host, :port, :path, :query_string
+- attr_accessor :script_name, :path_info
++ attr_reader :request_uri, :host, :port, :path
++ attr_accessor :script_name, :path_info, :query_string
+
+ # Header and entity body
+ attr_reader :raw_header, :header, :cookies