From 3286a9c39bb838ad4824e8809aa7af67aba07dea Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Mon, 10 Jan 2005 06:29:58 +0000 Subject: * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line): should escape SCRIPT_NAME and PATH_INFO before being parsed as a URI. * lib/webrick/httputils.rb (WEBrick::HTTPUtils#escape_path): add new method to escape URI path component. * lib/webrick/ssl.rb (WEBrick::Config::SSL): the default value of :SSLEnable is false. * test/webrick/{test_cgi.rb,webrick.cgi}: new file. * test/webrick/utils.rb: require "webrick/https.h". git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 254b03ad4..9c39f0b76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Mon Jan 10 15:28:51 2005 GOTOU Yuuzou + + * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line): should + escape SCRIPT_NAME and PATH_INFO before being parsed as a URI. + + * lib/webrick/httputils.rb (WEBrick::HTTPUtils#escape_path): add + new method to escape URI path component. + + * lib/webrick/ssl.rb (WEBrick::Config::SSL): the default value + of :SSLEnable is false. + + * test/webrick/{test_cgi.rb,webrick.cgi}: new file. + + * test/webrick/utils.rb: require "webrick/https.h". + Sun Jan 9 14:12:17 2005 Nobuyoshi Nakada * io.c (rb_f_select): IO list could be altered. [ruby-dev:25312] -- cgit