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
Kazuhiro NISHIYAMA 93e6fa1d31 Use filesystem encoding in do_GET of filehandler
Try to fix 404 error on mswinci.

20200614T225859Z.fail.html.gz
```
  1) Failure:
WEBrick::TestFileHandler#test_cjk_in_path [D:/tmp/mswin-build20200615-24932-11ykstf/ruby/test/webrick/utils.rb:72]:
exceptions on 2 threads:
webrick log start:
  [2020-06-15 09:48:29] ERROR `/あ.txt' not found.

webrick log end.
<"200"> expected but was
<"404">.
---
<[]> expected but was
<["[2020-06-15 09:48:29] ERROR `/\xE3\x81\x82.txt' not found.\n"]>.
```
2020-06-15 11:25:33 +09:00
..
abstract.rb lib/*: Prefer require_relative over require. 2018-11-02 17:52:33 +00:00
cgi_runner.rb
cgihandler.rb [ruby/webrick] Allow WEBrick::HTTPServlet::CGIHandler :CGIInterpreter option to be array 2019-11-30 17:48:15 +09:00
erbhandler.rb lib/*: Prefer require_relative over require, remove explicit extension 2018-11-02 17:52:43 +00:00
filehandler.rb Use filesystem encoding in do_GET of filehandler 2020-06-15 11:25:33 +09:00
prochandler.rb lib/*: Prefer require_relative over require, remove explicit extension 2018-11-02 17:52:43 +00:00