mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
26c1cf6a60
"hack" was too short. The tests checks the error html, which includes hostname. GitHub Actions hostname seems randomly generated, and it may include the indicator string. https://github.com/ruby/ruby/runs/784896235 ``` 1) Failure: WEBrick::TestHTTPResponse#test_prevent_response_splitting_cookie_headers_cr [/home/runner/work/ruby/ruby/src/test/webrick/test_httpresponse.rb:71]: Expected /hack/ to not match "HTTP/1.1 500 Internal Server Error\r\nContent-Type: text/html; charset=ISO-8859-1\r\n\r\n<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\">\n<HTML>\n <HEAD><TITLE>Internal Server Error</TITLE></HEAD>\n <BODY>\n <H1>Internal Server Error</H1>\n WEBrick::HTTPResponse::InvalidHeader\n <HR>\n <ADDRESS>\n WEBrick/1.6.0 (Ruby/2.8.0/2020-06-18) at\n fv-az89.dddawhu1s14uzpjkiz5fhackre.cx.internal.cloudapp.net:80\n </ADDRESS>\n </BODY>\n</HTML>\n". ``` This change uses longer indicator "cracked_indicator_for_test" instead. |
||
---|---|---|
.. | ||
.htaccess | ||
test_cgi.rb | ||
test_config.rb | ||
test_cookie.rb | ||
test_do_not_reverse_lookup.rb | ||
test_filehandler.rb | ||
test_htgroup.rb | ||
test_htmlutils.rb | ||
test_httpauth.rb | ||
test_httpproxy.rb | ||
test_httprequest.rb | ||
test_httpresponse.rb | ||
test_https.rb | ||
test_httpserver.rb | ||
test_httpstatus.rb | ||
test_httputils.rb | ||
test_httpversion.rb | ||
test_server.rb | ||
test_ssl_server.rb | ||
test_utils.rb | ||
utils.rb | ||
webrick.cgi | ||
webrick.rhtml | ||
webrick_long_filename.cgi |