diff options
| author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-01-10 06:29:58 +0000 |
|---|---|---|
| committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-01-10 06:29:58 +0000 |
| commit | 3286a9c39bb838ad4824e8809aa7af67aba07dea (patch) | |
| tree | 77b4df3270c46d4eca271d09181e303b3da464d5 /ChangeLog | |
| parent | 77df5c7db4512928a60d9357894d84fb24a62269 (diff) | |
| download | ruby-3286a9c39bb838ad4824e8809aa7af67aba07dea.tar.gz ruby-3286a9c39bb838ad4824e8809aa7af67aba07dea.tar.xz ruby-3286a9c39bb838ad4824e8809aa7af67aba07dea.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +Mon Jan 10 15:28:51 2005 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * 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 <nobu@ruby-lang.org> * io.c (rb_f_select): IO list could be altered. [ruby-dev:25312] |
