summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-11-02 13:44:28 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-10 18:06:25 +0900
commit5dc786bf86bb6e0da2639f88659598ec8b9db30d (patch)
tree87cc4d68088fc7c2616c7c1bef44c36ca10fa01f
parent46d3ea2c2569e2e5a9ee3e7e206f07f0f8b693f5 (diff)
Move webrick library into internal test toolchain
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3729
-rw-r--r--tool/lib/webrick.rb (renamed from lib/webrick.rb)0
-rw-r--r--tool/lib/webrick/.document (renamed from lib/webrick/.document)0
-rw-r--r--tool/lib/webrick/accesslog.rb (renamed from lib/webrick/accesslog.rb)0
-rw-r--r--tool/lib/webrick/cgi.rb (renamed from lib/webrick/cgi.rb)0
-rw-r--r--tool/lib/webrick/compat.rb (renamed from lib/webrick/compat.rb)0
-rw-r--r--tool/lib/webrick/config.rb (renamed from lib/webrick/config.rb)0
-rw-r--r--tool/lib/webrick/cookie.rb (renamed from lib/webrick/cookie.rb)0
-rw-r--r--tool/lib/webrick/htmlutils.rb (renamed from lib/webrick/htmlutils.rb)0
-rw-r--r--tool/lib/webrick/httpauth.rb (renamed from lib/webrick/httpauth.rb)0
-rw-r--r--tool/lib/webrick/httpauth/authenticator.rb (renamed from lib/webrick/httpauth/authenticator.rb)0
-rw-r--r--tool/lib/webrick/httpauth/basicauth.rb (renamed from lib/webrick/httpauth/basicauth.rb)0
-rw-r--r--tool/lib/webrick/httpauth/digestauth.rb (renamed from lib/webrick/httpauth/digestauth.rb)0
-rw-r--r--tool/lib/webrick/httpauth/htdigest.rb (renamed from lib/webrick/httpauth/htdigest.rb)0
-rw-r--r--tool/lib/webrick/httpauth/htgroup.rb (renamed from lib/webrick/httpauth/htgroup.rb)0
-rw-r--r--tool/lib/webrick/httpauth/htpasswd.rb (renamed from lib/webrick/httpauth/htpasswd.rb)0
-rw-r--r--tool/lib/webrick/httpauth/userdb.rb (renamed from lib/webrick/httpauth/userdb.rb)0
-rw-r--r--tool/lib/webrick/httpproxy.rb (renamed from lib/webrick/httpproxy.rb)0
-rw-r--r--tool/lib/webrick/httprequest.rb (renamed from lib/webrick/httprequest.rb)0
-rw-r--r--tool/lib/webrick/httpresponse.rb (renamed from lib/webrick/httpresponse.rb)0
-rw-r--r--tool/lib/webrick/https.rb (renamed from lib/webrick/https.rb)0
-rw-r--r--tool/lib/webrick/httpserver.rb (renamed from lib/webrick/httpserver.rb)0
-rw-r--r--tool/lib/webrick/httpservlet.rb (renamed from lib/webrick/httpservlet.rb)0
-rw-r--r--tool/lib/webrick/httpservlet/abstract.rb (renamed from lib/webrick/httpservlet/abstract.rb)0
-rw-r--r--tool/lib/webrick/httpservlet/cgi_runner.rb (renamed from lib/webrick/httpservlet/cgi_runner.rb)0
-rw-r--r--tool/lib/webrick/httpservlet/cgihandler.rb (renamed from lib/webrick/httpservlet/cgihandler.rb)0
-rw-r--r--tool/lib/webrick/httpservlet/erbhandler.rb (renamed from lib/webrick/httpservlet/erbhandler.rb)0
-rw-r--r--tool/lib/webrick/httpservlet/filehandler.rb (renamed from lib/webrick/httpservlet/filehandler.rb)0
-rw-r--r--tool/lib/webrick/httpservlet/prochandler.rb (renamed from lib/webrick/httpservlet/prochandler.rb)0
-rw-r--r--tool/lib/webrick/httpstatus.rb (renamed from lib/webrick/httpstatus.rb)0
-rw-r--r--tool/lib/webrick/httputils.rb (renamed from lib/webrick/httputils.rb)0
-rw-r--r--tool/lib/webrick/httpversion.rb (renamed from lib/webrick/httpversion.rb)0
-rw-r--r--tool/lib/webrick/log.rb (renamed from lib/webrick/log.rb)0
-rw-r--r--tool/lib/webrick/server.rb (renamed from lib/webrick/server.rb)0
-rw-r--r--tool/lib/webrick/ssl.rb (renamed from lib/webrick/ssl.rb)0
-rw-r--r--tool/lib/webrick/utils.rb (renamed from lib/webrick/utils.rb)0
-rw-r--r--tool/lib/webrick/version.rb (renamed from lib/webrick/version.rb)0
-rw-r--r--tool/lib/webrick/webrick.gemspec (renamed from lib/webrick/webrick.gemspec)0
-rw-r--r--tool/test/webrick/.htaccess (renamed from test/webrick/.htaccess)0
-rw-r--r--tool/test/webrick/test_cgi.rb (renamed from test/webrick/test_cgi.rb)0
-rw-r--r--tool/test/webrick/test_config.rb (renamed from test/webrick/test_config.rb)0
-rw-r--r--tool/test/webrick/test_cookie.rb (renamed from test/webrick/test_cookie.rb)0
-rw-r--r--tool/test/webrick/test_do_not_reverse_lookup.rb (renamed from test/webrick/test_do_not_reverse_lookup.rb)0
-rw-r--r--tool/test/webrick/test_filehandler.rb (renamed from test/webrick/test_filehandler.rb)0
-rw-r--r--tool/test/webrick/test_htgroup.rb (renamed from test/webrick/test_htgroup.rb)0
-rw-r--r--tool/test/webrick/test_htmlutils.rb (renamed from test/webrick/test_htmlutils.rb)0
-rw-r--r--tool/test/webrick/test_httpauth.rb (renamed from test/webrick/test_httpauth.rb)0
-rw-r--r--tool/test/webrick/test_httpproxy.rb (renamed from test/webrick/test_httpproxy.rb)0
-rw-r--r--tool/test/webrick/test_httprequest.rb (renamed from test/webrick/test_httprequest.rb)0
-rw-r--r--tool/test/webrick/test_httpresponse.rb (renamed from test/webrick/test_httpresponse.rb)0
-rw-r--r--tool/test/webrick/test_https.rb (renamed from test/webrick/test_https.rb)0
-rw-r--r--tool/test/webrick/test_httpserver.rb (renamed from test/webrick/test_httpserver.rb)0
-rw-r--r--tool/test/webrick/test_httpstatus.rb (renamed from test/webrick/test_httpstatus.rb)0
-rw-r--r--tool/test/webrick/test_httputils.rb (renamed from test/webrick/test_httputils.rb)0
-rw-r--r--tool/test/webrick/test_httpversion.rb (renamed from test/webrick/test_httpversion.rb)0
-rw-r--r--tool/test/webrick/test_server.rb (renamed from test/webrick/test_server.rb)0
-rw-r--r--tool/test/webrick/test_ssl_server.rb (renamed from test/webrick/test_ssl_server.rb)0
-rw-r--r--tool/test/webrick/test_utils.rb (renamed from test/webrick/test_utils.rb)0
-rw-r--r--tool/test/webrick/utils.rb (renamed from test/webrick/utils.rb)0
-rw-r--r--tool/test/webrick/webrick.cgi (renamed from test/webrick/webrick.cgi)0
-rw-r--r--tool/test/webrick/webrick.rhtml (renamed from test/webrick/webrick.rhtml)0
-rw-r--r--tool/test/webrick/webrick_long_filename.cgi (renamed from test/webrick/webrick_long_filename.cgi)0
61 files changed, 0 insertions, 0 deletions
diff --git a/lib/webrick.rb b/tool/lib/webrick.rb
index b854b68db4..b854b68db4 100644
--- a/lib/webrick.rb
+++ b/tool/lib/webrick.rb
diff --git a/lib/webrick/.document b/tool/lib/webrick/.document
index c62f89083b..c62f89083b 100644
--- a/lib/webrick/.document
+++ b/tool/lib/webrick/.document
diff --git a/lib/webrick/accesslog.rb b/tool/lib/webrick/accesslog.rb
index e4849637f3..e4849637f3 100644
--- a/lib/webrick/accesslog.rb
+++ b/tool/lib/webrick/accesslog.rb
diff --git a/lib/webrick/cgi.rb b/tool/lib/webrick/cgi.rb
index bb0ae2fc84..bb0ae2fc84 100644
--- a/lib/webrick/cgi.rb
+++ b/tool/lib/webrick/cgi.rb
diff --git a/lib/webrick/compat.rb b/tool/lib/webrick/compat.rb
index c497a1933c..c497a1933c 100644
--- a/lib/webrick/compat.rb
+++ b/tool/lib/webrick/compat.rb
diff --git a/lib/webrick/config.rb b/tool/lib/webrick/config.rb
index 9f2ab44f49..9f2ab44f49 100644
--- a/lib/webrick/config.rb
+++ b/tool/lib/webrick/config.rb
diff --git a/lib/webrick/cookie.rb b/tool/lib/webrick/cookie.rb
index 5fd3bfb228..5fd3bfb228 100644
--- a/lib/webrick/cookie.rb
+++ b/tool/lib/webrick/cookie.rb
diff --git a/lib/webrick/htmlutils.rb b/tool/lib/webrick/htmlutils.rb
index ed9f4ac0d3..ed9f4ac0d3 100644
--- a/lib/webrick/htmlutils.rb
+++ b/tool/lib/webrick/htmlutils.rb
diff --git a/lib/webrick/httpauth.rb b/tool/lib/webrick/httpauth.rb
index f8bf09a6f1..f8bf09a6f1 100644
--- a/lib/webrick/httpauth.rb
+++ b/tool/lib/webrick/httpauth.rb
diff --git a/lib/webrick/httpauth/authenticator.rb b/tool/lib/webrick/httpauth/authenticator.rb
index 8f0eaa3aca..8f0eaa3aca 100644
--- a/lib/webrick/httpauth/authenticator.rb
+++ b/tool/lib/webrick/httpauth/authenticator.rb
diff --git a/lib/webrick/httpauth/basicauth.rb b/tool/lib/webrick/httpauth/basicauth.rb
index 7d0a9cfc8f..7d0a9cfc8f 100644
--- a/lib/webrick/httpauth/basicauth.rb
+++ b/tool/lib/webrick/httpauth/basicauth.rb
diff --git a/lib/webrick/httpauth/digestauth.rb b/tool/lib/webrick/httpauth/digestauth.rb
index 3cf12899d2..3cf12899d2 100644
--- a/lib/webrick/httpauth/digestauth.rb
+++ b/tool/lib/webrick/httpauth/digestauth.rb
diff --git a/lib/webrick/httpauth/htdigest.rb b/tool/lib/webrick/httpauth/htdigest.rb
index 93b18e2c75..93b18e2c75 100644
--- a/lib/webrick/httpauth/htdigest.rb
+++ b/tool/lib/webrick/httpauth/htdigest.rb
diff --git a/lib/webrick/httpauth/htgroup.rb b/tool/lib/webrick/httpauth/htgroup.rb
index e06c441b18..e06c441b18 100644
--- a/lib/webrick/httpauth/htgroup.rb
+++ b/tool/lib/webrick/httpauth/htgroup.rb
diff --git a/lib/webrick/httpauth/htpasswd.rb b/tool/lib/webrick/httpauth/htpasswd.rb
index abca30532e..abca30532e 100644
--- a/lib/webrick/httpauth/htpasswd.rb
+++ b/tool/lib/webrick/httpauth/htpasswd.rb
diff --git a/lib/webrick/httpauth/userdb.rb b/tool/lib/webrick/httpauth/userdb.rb
index 7a17715cdf..7a17715cdf 100644
--- a/lib/webrick/httpauth/userdb.rb
+++ b/tool/lib/webrick/httpauth/userdb.rb
diff --git a/lib/webrick/httpproxy.rb b/tool/lib/webrick/httpproxy.rb
index 7607c3df88..7607c3df88 100644
--- a/lib/webrick/httpproxy.rb
+++ b/tool/lib/webrick/httpproxy.rb
diff --git a/lib/webrick/httprequest.rb b/tool/lib/webrick/httprequest.rb
index d34eac7ecf..d34eac7ecf 100644
--- a/lib/webrick/httprequest.rb
+++ b/tool/lib/webrick/httprequest.rb
diff --git a/lib/webrick/httpresponse.rb b/tool/lib/webrick/httpresponse.rb
index ba4494ab74..ba4494ab74 100644
--- a/lib/webrick/httpresponse.rb
+++ b/tool/lib/webrick/httpresponse.rb
diff --git a/lib/webrick/https.rb b/tool/lib/webrick/https.rb
index b0a49bc40b..b0a49bc40b 100644
--- a/lib/webrick/https.rb
+++ b/tool/lib/webrick/https.rb
diff --git a/lib/webrick/httpserver.rb b/tool/lib/webrick/httpserver.rb
index e85d059319..e85d059319 100644
--- a/lib/webrick/httpserver.rb
+++ b/tool/lib/webrick/httpserver.rb
diff --git a/lib/webrick/httpservlet.rb b/tool/lib/webrick/httpservlet.rb
index da49a1405b..da49a1405b 100644
--- a/lib/webrick/httpservlet.rb
+++ b/tool/lib/webrick/httpservlet.rb
diff --git a/lib/webrick/httpservlet/abstract.rb b/tool/lib/webrick/httpservlet/abstract.rb
index bccb091861..bccb091861 100644
--- a/lib/webrick/httpservlet/abstract.rb
+++ b/tool/lib/webrick/httpservlet/abstract.rb
diff --git a/lib/webrick/httpservlet/cgi_runner.rb b/tool/lib/webrick/httpservlet/cgi_runner.rb
index 0398c16749..0398c16749 100644
--- a/lib/webrick/httpservlet/cgi_runner.rb
+++ b/tool/lib/webrick/httpservlet/cgi_runner.rb
diff --git a/lib/webrick/httpservlet/cgihandler.rb b/tool/lib/webrick/httpservlet/cgihandler.rb
index 4457770b7a..4457770b7a 100644
--- a/lib/webrick/httpservlet/cgihandler.rb
+++ b/tool/lib/webrick/httpservlet/cgihandler.rb
diff --git a/lib/webrick/httpservlet/erbhandler.rb b/tool/lib/webrick/httpservlet/erbhandler.rb
index cd09e5f216..cd09e5f216 100644
--- a/lib/webrick/httpservlet/erbhandler.rb
+++ b/tool/lib/webrick/httpservlet/erbhandler.rb
diff --git a/lib/webrick/httpservlet/filehandler.rb b/tool/lib/webrick/httpservlet/filehandler.rb
index 010df0e918..010df0e918 100644
--- a/lib/webrick/httpservlet/filehandler.rb
+++ b/tool/lib/webrick/httpservlet/filehandler.rb
diff --git a/lib/webrick/httpservlet/prochandler.rb b/tool/lib/webrick/httpservlet/prochandler.rb
index 599ffc4340..599ffc4340 100644
--- a/lib/webrick/httpservlet/prochandler.rb
+++ b/tool/lib/webrick/httpservlet/prochandler.rb
diff --git a/lib/webrick/httpstatus.rb b/tool/lib/webrick/httpstatus.rb
index c811f21964..c811f21964 100644
--- a/lib/webrick/httpstatus.rb
+++ b/tool/lib/webrick/httpstatus.rb
diff --git a/lib/webrick/httputils.rb b/tool/lib/webrick/httputils.rb
index f1b9ddf9f0..f1b9ddf9f0 100644
--- a/lib/webrick/httputils.rb
+++ b/tool/lib/webrick/httputils.rb
diff --git a/lib/webrick/httpversion.rb b/tool/lib/webrick/httpversion.rb
index 8a251944a2..8a251944a2 100644
--- a/lib/webrick/httpversion.rb
+++ b/tool/lib/webrick/httpversion.rb
diff --git a/lib/webrick/log.rb b/tool/lib/webrick/log.rb
index 2c1fdfe602..2c1fdfe602 100644
--- a/lib/webrick/log.rb
+++ b/tool/lib/webrick/log.rb
diff --git a/lib/webrick/server.rb b/tool/lib/webrick/server.rb
index fd6b7a61b5..fd6b7a61b5 100644
--- a/lib/webrick/server.rb
+++ b/tool/lib/webrick/server.rb
diff --git a/lib/webrick/ssl.rb b/tool/lib/webrick/ssl.rb
index e448095a12..e448095a12 100644
--- a/lib/webrick/ssl.rb
+++ b/tool/lib/webrick/ssl.rb
diff --git a/lib/webrick/utils.rb b/tool/lib/webrick/utils.rb
index a96d6f03fd..a96d6f03fd 100644
--- a/lib/webrick/utils.rb
+++ b/tool/lib/webrick/utils.rb
diff --git a/lib/webrick/version.rb b/tool/lib/webrick/version.rb
index 5a21f82d93..5a21f82d93 100644
--- a/lib/webrick/version.rb
+++ b/tool/lib/webrick/version.rb
diff --git a/lib/webrick/webrick.gemspec b/tool/lib/webrick/webrick.gemspec
index 5ede24d7ec..5ede24d7ec 100644
--- a/lib/webrick/webrick.gemspec
+++ b/tool/lib/webrick/webrick.gemspec
diff --git a/test/webrick/.htaccess b/tool/test/webrick/.htaccess
index 69d4659b9f..69d4659b9f 100644
--- a/test/webrick/.htaccess
+++ b/tool/test/webrick/.htaccess
diff --git a/test/webrick/test_cgi.rb b/tool/test/webrick/test_cgi.rb
index 7a75cf565e..7a75cf565e 100644
--- a/test/webrick/test_cgi.rb
+++ b/tool/test/webrick/test_cgi.rb
diff --git a/test/webrick/test_config.rb b/tool/test/webrick/test_config.rb
index a54a667452..a54a667452 100644
--- a/test/webrick/test_config.rb
+++ b/tool/test/webrick/test_config.rb
diff --git a/test/webrick/test_cookie.rb b/tool/test/webrick/test_cookie.rb
index e46185f127..e46185f127 100644
--- a/test/webrick/test_cookie.rb
+++ b/tool/test/webrick/test_cookie.rb
diff --git a/test/webrick/test_do_not_reverse_lookup.rb b/tool/test/webrick/test_do_not_reverse_lookup.rb
index efcb5a9299..efcb5a9299 100644
--- a/test/webrick/test_do_not_reverse_lookup.rb
+++ b/tool/test/webrick/test_do_not_reverse_lookup.rb
diff --git a/test/webrick/test_filehandler.rb b/tool/test/webrick/test_filehandler.rb
index 998e03f690..998e03f690 100644
--- a/test/webrick/test_filehandler.rb
+++ b/tool/test/webrick/test_filehandler.rb
diff --git a/test/webrick/test_htgroup.rb b/tool/test/webrick/test_htgroup.rb
index 8749711df5..8749711df5 100644
--- a/test/webrick/test_htgroup.rb
+++ b/tool/test/webrick/test_htgroup.rb
diff --git a/test/webrick/test_htmlutils.rb b/tool/test/webrick/test_htmlutils.rb
index ae1b8efa95..ae1b8efa95 100644
--- a/test/webrick/test_htmlutils.rb
+++ b/tool/test/webrick/test_htmlutils.rb
diff --git a/test/webrick/test_httpauth.rb b/tool/test/webrick/test_httpauth.rb
index 9fe8af8be2..9fe8af8be2 100644
--- a/test/webrick/test_httpauth.rb
+++ b/tool/test/webrick/test_httpauth.rb
diff --git a/test/webrick/test_httpproxy.rb b/tool/test/webrick/test_httpproxy.rb
index 1c2f2fce52..1c2f2fce52 100644
--- a/test/webrick/test_httpproxy.rb
+++ b/tool/test/webrick/test_httpproxy.rb
diff --git a/test/webrick/test_httprequest.rb b/tool/test/webrick/test_httprequest.rb
index 759ccbdada..759ccbdada 100644
--- a/test/webrick/test_httprequest.rb
+++ b/tool/test/webrick/test_httprequest.rb
diff --git a/test/webrick/test_httpresponse.rb b/tool/test/webrick/test_httpresponse.rb
index 89a0f7036e..89a0f7036e 100644
--- a/test/webrick/test_httpresponse.rb
+++ b/tool/test/webrick/test_httpresponse.rb
diff --git a/test/webrick/test_https.rb b/tool/test/webrick/test_https.rb
index ec0aac354a..ec0aac354a 100644
--- a/test/webrick/test_https.rb
+++ b/tool/test/webrick/test_https.rb
diff --git a/test/webrick/test_httpserver.rb b/tool/test/webrick/test_httpserver.rb
index 4133be85ad..4133be85ad 100644
--- a/test/webrick/test_httpserver.rb
+++ b/tool/test/webrick/test_httpserver.rb
diff --git a/test/webrick/test_httpstatus.rb b/tool/test/webrick/test_httpstatus.rb
index fd0570d5c6..fd0570d5c6 100644
--- a/test/webrick/test_httpstatus.rb
+++ b/tool/test/webrick/test_httpstatus.rb
diff --git a/test/webrick/test_httputils.rb b/tool/test/webrick/test_httputils.rb
index 00f297bd09..00f297bd09 100644
--- a/test/webrick/test_httputils.rb
+++ b/tool/test/webrick/test_httputils.rb
diff --git a/test/webrick/test_httpversion.rb b/tool/test/webrick/test_httpversion.rb
index e50ee17971..e50ee17971 100644
--- a/test/webrick/test_httpversion.rb
+++ b/tool/test/webrick/test_httpversion.rb
diff --git a/test/webrick/test_server.rb b/tool/test/webrick/test_server.rb
index 815cc3ce39..815cc3ce39 100644
--- a/test/webrick/test_server.rb
+++ b/tool/test/webrick/test_server.rb
diff --git a/test/webrick/test_ssl_server.rb b/tool/test/webrick/test_ssl_server.rb
index 4e52598bf5..4e52598bf5 100644
--- a/test/webrick/test_ssl_server.rb
+++ b/tool/test/webrick/test_ssl_server.rb
diff --git a/test/webrick/test_utils.rb b/tool/test/webrick/test_utils.rb
index c2b7a36e8a..c2b7a36e8a 100644
--- a/test/webrick/test_utils.rb
+++ b/tool/test/webrick/test_utils.rb
diff --git a/test/webrick/utils.rb b/tool/test/webrick/utils.rb
index 56d3a30ea4..56d3a30ea4 100644
--- a/test/webrick/utils.rb
+++ b/tool/test/webrick/utils.rb
diff --git a/test/webrick/webrick.cgi b/tool/test/webrick/webrick.cgi
index a294fa72f9..a294fa72f9 100644
--- a/test/webrick/webrick.cgi
+++ b/tool/test/webrick/webrick.cgi
diff --git a/test/webrick/webrick.rhtml b/tool/test/webrick/webrick.rhtml
index a7bbe43fb5..a7bbe43fb5 100644
--- a/test/webrick/webrick.rhtml
+++ b/tool/test/webrick/webrick.rhtml
diff --git a/test/webrick/webrick_long_filename.cgi b/tool/test/webrick/webrick_long_filename.cgi
index 43c1af825c..43c1af825c 100644
--- a/test/webrick/webrick_long_filename.cgi
+++ b/tool/test/webrick/webrick_long_filename.cgi