diff options
| author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-09 07:22:45 +0000 |
|---|---|---|
| committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-09 07:22:45 +0000 |
| commit | 23179ff96ec19573d532939037e6677c11b1e05a (patch) | |
| tree | ee67d0a5194ec1d40e5b3dfb48f108d5893cb331 /ChangeLog | |
| parent | d9287331a9cf213a89d768b789b5aa919eae4e52 (diff) | |
* lib/webrick/cgi.rb (WEBrick::CGI#setup_header): avoid
SecurityError. [ruby-dev:24970]
* lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): should wait
for reading request till data arrive. [ruby-talk:121068]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Thu Dec 9 16:21:51 2004 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * lib/webrick/cgi.rb (WEBrick::CGI#setup_header): avoid + SecurityError. [ruby-dev:24970] + + * lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): should wait + for reading request till data arrive. [ruby-talk:121068] + Thu Dec 9 14:38:35 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> * string.c (rb_str_inspect): escape # which starts an expression |
