[ruby-cvs:78415] c75100d004 (master): [ruby/webrick] Allow WEBrick::HTTPServlet::CGIHandler :CGIInterpreter option to be array
"Jeremy Evans" <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.cvs |
|---|---|
| Message-ID | <[email protected]> |
Jeremy Evans 2019-08-27 13:41:27 +0900 (Tue, 27 Aug 2019)
New Revision: c75100d004
https://github.com/ruby/ruby/commit/c75100d004
Log:
[ruby/webrick] Allow WEBrick::HTTPServlet::CGIHandler :CGIInterpreter option to be array
This way you don't need to escape each entry.
Implements Ruby Feature 15170.
https://github.com/ruby/webrick/commit/d8086e600c
Modified files:
lib/webrick/httpservlet/cgihandler.rb
test/webrick/test_filehandler.rb
test/webrick/utils.rb