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
usa f98b3023bd merge revision(s) 3ce238b5f9
WEBrick: prevent response splitting and header injection

This is a follow up to d9d4a28.
The commit prevented CRLR, but did not address an isolated CR or an
isolated LF.

Co-Authored-By: NARUSE, Yui <naruse@airemix.jp>


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_5@67813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-10-01 11:01:05 +00:00
..
.htaccess
test_cgi.rb
test_config.rb Delay Utils.getservername until needed. 2016-12-07 12:59:48 +00:00
test_cookie.rb * lib/cgi/cookie.rb (parse): don't allow , as a separator. [Bug #12791] 2016-09-27 03:17:47 +00:00
test_do_not_reverse_lookup.rb
test_filehandler.rb merge revision(s) 62953-62959: 2018-03-28 12:50:56 +00:00
test_htmlutils.rb
test_httpauth.rb merge revision(s) 36e057e26e 2019-10-01 10:59:42 +00:00
test_httpproxy.rb revert r62985 (r62966 in trunk) 2018-03-28 16:44:33 +00:00
test_httprequest.rb revert r62985 (r62966 in trunk) 2018-03-28 16:44:33 +00:00
test_httpresponse.rb merge revision(s) 3ce238b5f9 2019-10-01 11:01:05 +00:00
test_https.rb webrick: fix SNI support 2017-07-18 01:59:28 +00:00
test_httpserver.rb webrick/httprequest: use InputBufferSize for chunked requests 2018-03-28 09:26:12 +00:00
test_httputils.rb
test_httpversion.rb
test_server.rb
test_ssl_server.rb webrick: do not hang acceptor on slow TLS connections 2017-10-12 18:50:07 +00:00
test_utils.rb Fix a typo. 2017-09-13 02:21:02 +00:00
utils.rb Import gemspec 2017-04-25 09:23:04 +00:00
webrick.cgi
webrick.rhtml webrick: add test for WEBrick::HTTPServlet::ERBHandler 2017-12-22 01:07:50 +00:00
webrick_long_filename.cgi