From 15562e89c0db92087a4e3310c162f91c35ebce94 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Wed, 28 Sep 2005 06:16:59 +0000 Subject: * lib/webrick/cgi.rb (WEBrick::CGI#start): req.query_string should refer the value of QUERY_STRING. [ruby-list:41186] * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#query_string=): add new method. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9328 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 185ec6695..8e0db9632 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Sep 28 15:12:28 2005 GOTOU Yuuzou + + * lib/webrick/cgi.rb (WEBrick::CGI#start): req.query_string should + refer the value of QUERY_STRING. [ruby-list:41186] + + * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#query_string=): + add new method. + Wed Sep 28 10:45:44 2005 Hidetoshi NAGAI * ext/tk/tcltklib.c: cannot compile with Tcl/Tk8.0.x [ruby-dev:27335]. -- cgit