Actions
Bug #5365
closedWEBrick lacks the application/javascript and image/svg+xml MIME types.
Bug #5365:
WEBrick lacks the application/javascript and image/svg+xml MIME types.
Description
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.
Files
Actions