From: Hal Brodigan Date: 2011-09-26T05:12:08+09:00 Subject: [ruby-core:39704] [Ruby 1.9 - Bug #5365][Open] WEBrick lacks the application/javascript and image/svg+xml MIME types. Issue #5365 has been reported by Hal Brodigan. ---------------------------------------- Bug #5365: WEBrick lacks the application/javascript and image/svg+xml MIME types. http://redmine.ruby-lang.org/issues/5365 Author: Hal Brodigan Status: Open Priority: Normal Assignee: Category: lib Target version: ruby -v: ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-linux] WEBrick::HTTPUtils::DefaultMimeTypes (webrick/httputils.rb) does not define MIME types for the file extensions 'js' and 'svg'. This forces projects that use WEBrick directly (such as Jekyll) to define these MIME types. -- http://redmine.ruby-lang.org