From: Yui NARUSE Date: 2011-09-26T09:52:13+09:00 Subject: [ruby-core:39715] [Ruby 1.9 - Bug #5365] WEBrick lacks the application/javascript and image/svg+xml MIME types. Issue #5365 has been updated by Yui NARUSE. RFC3203 says SVG's MIME Type is image/svg+xml, isn't it? http://www.ietf.org/rfc/rfc3023.txt ---------------------------------------- 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