1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/webrick
gotoyuzo bc9e937633 * lib/webrick/httpservlet/filehandler.rb: should normalize path
name in path_info to prevent script disclosure vulnerability on
  DOSISH filesystems. (fix: CVE-2008-1891)
  Note: NTFS/FAT filesystem should not be published by the platforms
  other than Windows. Pathname interpretation (including short
  filename) is less than perfect.

* lib/webrick/httpservlet/abstract.rb
  (WEBrick::HTTPServlet::AbstracServlet#redirect_to_directory_uri):
  should escape the value of Location: header.

* lib/webrick/httpservlet/cgi_runner.rb: accept interpreter
  command line arguments.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@16495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-05-20 16:35:25 +00:00
..
.htaccess * lib/webrick/httpservlet/filehandler.rb: should normalize path 2008-05-20 16:35:25 +00:00
test_cgi.rb * lib/webrick/httpservlet/filehandler.rb: should normalize path 2008-05-20 16:35:25 +00:00
test_cookie.rb * lib/webrick/httpservlet/cgihandler.rb 2005-10-30 20:40:05 +00:00
test_filehandler.rb * lib/webrick/httpservlet/filehandler.rb: should normalize path 2008-05-20 16:35:25 +00:00
test_httpauth.rb * lib/webrick/ssl.rb (WEBrick::Config::SSL): the default value 2005-01-18 06:03:43 +00:00
test_httprequest.rb * lib/webrick/httprequest.rb (WEBrick::HTTPReuqest#parse_uri): improve 2006-07-31 04:39:45 +00:00
test_httpserver.rb This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. 2005-01-18 06:03:43 +00:00
test_httputils.rb * lib/webrick/cgi.rb: new methods WEBrick::CGI#[], WEBrick::CGI#logger 2005-05-11 07:22:19 +00:00
test_httpversion.rb This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. 2005-01-18 06:03:43 +00:00
test_server.rb This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. 2005-01-18 06:03:43 +00:00
utils.rb * lib/webrick/httpservlet/filehandler.rb: should normalize path 2008-05-20 16:35:25 +00:00
webrick.cgi * lib/webrick/httpservlet/cgihandler.rb 2005-10-30 20:40:05 +00:00
webrick_long_filename.cgi * lib/webrick/httpservlet/filehandler.rb: should normalize path 2008-05-20 16:35:25 +00:00