pkgsrc/lang/ruby18-base/patches/patch-bt

16 lines
576 B
Text
Raw Normal View History

$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