1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/webrick/httpservlet
gotoyuzo 1b492b7b28 * lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): should wait
for reading request till data arrive. [ruby-talk:121068]

* lib/webrick/server.rb (WEBrick::GenericServer#start_thread):
  should log about all accepted socket. [ruby-core:03962]

* lib/webrick/accesslog.rb (WEBrick::AccessLog#setup_params):
  "%%" and "%u" are supported. [webricken:135]

* lib/webrick/httpservlet/filehandler.rb
  (WEBrick::HTTPServlet::FileHandler#check_filename):
  :NondisclosureName is acceptable if it is Enumerable.

* lib/webrick/config.rb (WEBrick::Config::FileHandler):
  default value of :NondisclosureName is [".ht*", "*~"].


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7578 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-12-16 09:46:00 +00:00
..
abstract.rb * lib/webrick: imported. 2003-07-23 16:51:36 +00:00
cgi_runner.rb * lib/webrick: imported. 2003-07-23 16:51:36 +00:00
cgihandler.rb * lib/webrick/httpservlet/cgihandler.rb 2004-07-18 16:15:37 +00:00
erbhandler.rb * lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_range_header): 2004-08-13 04:24:16 +00:00
filehandler.rb * lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): should wait 2004-12-16 09:46:00 +00:00
prochandler.rb * lib/webrick: imported. 2003-07-23 16:51:36 +00:00