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
Koichi Sasada cb681c20c0 restore server[:DocumentRootOptions] setting.
Surprisingly (at least for me), `server[:DocumentRootOptions]`
on Webrick is global information and it affect the result of
test_short_filename. Random order test fails because of global
information change. I doubt it is bug, but to fix random order
test, I restore the value.
2020-02-29 00:43:41 +09:00
..
.htaccess
test_cgi.rb
test_config.rb
test_cookie.rb
test_do_not_reverse_lookup.rb
test_filehandler.rb restore server[:DocumentRootOptions] setting. 2020-02-29 00:43:41 +09:00
test_htgroup.rb
test_htmlutils.rb
test_httpauth.rb Loop with String#scan without creating substrings 2019-10-01 19:19:56 +09:00
test_httpproxy.rb remove an unused variable. 2019-07-11 13:04:07 +09:00
test_httprequest.rb [ruby/webrick] Support literal IPv6 addresses in X-Forwarded-Host 2019-10-24 19:47:20 +09:00
test_httpresponse.rb [ruby/webrick] Enabled chunked encoding if Transfer-Encoding: chunked header is set 2019-11-30 17:50:13 +09:00
test_https.rb
test_httpserver.rb
test_httpstatus.rb httpstatus.rb 100% coverage 2019-06-24 10:12:07 +09:00
test_httputils.rb
test_httpversion.rb
test_server.rb
test_ssl_server.rb test/webrick/test_ssl_server.rb: Use EnvUtil.timeout for timeout scale factor 2019-06-13 23:04:41 +09:00
test_utils.rb
utils.rb [ruby/webrick] Allow WEBrick::HTTPServlet::CGIHandler :CGIInterpreter option to be array 2019-11-30 17:48:15 +09:00
webrick.cgi
webrick.rhtml
webrick_long_filename.cgi